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* ** 10.11.25:** - Rebase to Ubuntu Jammy.
292294* ** 23.12.23:** - Rebase to Alpine 3.19.
293295* ** 15.08.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar).
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ development_versions: true
1515development_versions_items :
1616 - {tag: "latest", desc: "Stable Mylar3 releases"}
1717 - {tag: "nightly", desc: "Commits to Mylar3 `python3-dev` branch"}
18+ - {tag: "unstable", desc: "Commits to Mylar3 `1000papercuts` branch"}
1819# container parameters
1920param_container_name : " {{ project_name }}"
2021param_usage_include_vols : true
@@ -78,6 +79,7 @@ init_diagram: |
7879 "mylar3:nightly" <- Base Images
7980# changelog
8081changelogs :
82+ - {date: "05.02.26:", desc: "Release `unstable` tag based on commits to upstream `1000papercuts` branch."}
8183 - {date: "10.11.25:", desc: "Rebase to Ubuntu Jammy."}
8284 - {date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
8385 - {date: "15.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