File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ This image provides various versions that are available via tags. Please read th
6262| :----: | :----: | --- |
6363| latest | ✅ | Stable Mylar3 releases |
6464| nightly | ✅ | Commits to Mylar3 ` python3-dev ` branch |
65+ | unstable | ✅ | Commits to Mylar3 ` 1000papercuts ` branch |
6566
6667## Application Setup
6768
@@ -288,6 +289,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
288289
289290# # Versions
290291
292+ * ** 05.02.26:** - Release ` unstable` tag based on commits to upstream ` 1000papercuts` branch.
291293* ** 21.11.25:** - Rebase to Ubuntu Jammy.
292294* ** 23.12.23:** - Rebase to Alpine 3.19.
293295* ** 16.08.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar).
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ development_versions: true
1616development_versions_items :
1717 - {tag: "latest", desc: "Stable Mylar3 releases"}
1818 - {tag: "nightly", desc: "Commits to Mylar3 `python3-dev` branch"}
19+ - {tag: "unstable", desc: "Commits to Mylar3 `1000papercuts` branch"}
1920# container parameters
2021param_container_name : " {{ project_name }}"
2122param_usage_include_vols : true
@@ -79,6 +80,7 @@ init_diagram: |
7980 "mylar3:latest" <- Base Images
8081# changelog
8182changelogs :
83+ - {date: "05.02.26:", desc: "Release `unstable` tag based on commits to upstream `1000papercuts` branch."}
8284 - {date: "21.11.25:", desc: "Rebase to Ubuntu Jammy."}
8385 - {date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
8486 - {date: "16.08.23:", desc: "Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar)."}
You can’t perform that action at this time.
0 commit comments