Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit 591a640

Browse files
authored
Merge pull request #25 from linuxserver/deprecate-master
2 parents b4dbac1 + 1dba607 commit 591a640

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

readme-vars.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ project_blurb: |
88
[{{ project_name|capitalize }}]({{ project_url }}) Cloud9 is a complete web based IDE with terminal access. This container is for running their core SDK locally and developing plugins.
99
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
1010

11+
project_deprecation_status: true
12+
project_deprecation_message: |
13+
We recommend looking at our code-server and openvscode-server containers as potential replacements.
14+
https://github.com/linuxserver/docker-code-server
15+
https://github.com/linuxserver/docker-openvscode-server
16+
1117
# supported architectures
1218
available_architectures:
1319
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
@@ -50,6 +56,7 @@ app_setup_block: |
5056
5157
# changelog
5258
changelogs:
59+
- { date: "23.06.22:", desc: "Deprecate image." }
5360
- { date: "24.06.21:", desc: "Use prebuilt compose binaries for the linuxserver repo." }
5461
- { date: "07.02.20:", desc: "Add optional http auth." }
5562
- { date: "02.06.19:", desc: "Initial Release." }

0 commit comments

Comments
 (0)