Skip to content

Commit 1298475

Browse files
authored
Merge pull request #91 from linuxserver/depcrecate-develop-readme
2 parents 1a35177 + 5bdcf49 commit 1298475

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,6 @@ The architectures supported by this image are:
5959
| arm64 || arm64v8-\<version tag\> |
6060
| armhf || |
6161

62-
## Version Tags
63-
64-
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
65-
66-
| Tag | Available | Description |
67-
| :----: | :----: |--- |
68-
| latest || Stable Kasm releases |
69-
| develop || Tip of develop |
70-
7162
## Application Setup
7263

7364
This container uses [Docker in Docker](https://www.docker.com/blog/docker-can-now-run-within-docker/) and requires being run in `privileged` mode. This container also requires an initial setup that runs on port 3000.
@@ -325,6 +316,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
325316

326317
## Versions
327318

319+
* **08.06.25:** - Deprecate develop branch.
328320
* **03.06.25:** - Rebase to Ubuntu Noble. Update for 1.17.0 release.
329321
* **09.11.24:** - Update base image for 1.16.1 release.
330322
* **24.09.24:** - Add base users in docker build logic to survive container upgrades.

readme-vars.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ available_architectures:
1313
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
1414
- {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
1515
# development version
16-
development_versions: true
17-
development_versions_items:
18-
- {tag: "latest", desc: "Stable Kasm releases"}
19-
- {tag: "develop", desc: "Tip of develop"}
16+
development_versions: false
2017
# container parameters
2118
common_param_env_vars_enabled: false
2219
param_container_name: "{{ project_name }}"
@@ -129,6 +126,7 @@ init_diagram: |
129126
"kasm:latest" <- Base Images
130127
# changelog
131128
changelogs:
129+
- {date: "08.06.25:", desc: "Deprecate develop branch."}
132130
- {date: "03.06.25:", desc: "Rebase to Ubuntu Noble. Update for 1.17.0 release."}
133131
- {date: "09.11.24:", desc: "Update base image for 1.16.1 release."}
134132
- {date: "24.09.24:", desc: "Add base users in docker build logic to survive container upgrades."}

0 commit comments

Comments
 (0)