Releases: theohbrothers/docker-code-server
Releases · theohbrothers/docker-code-server
20230324.0.0
Changes
🚀 Features
- Enhancement (ci): Use most recent
master
image and base image (failover cache) as cache for incremental builds @leojonathanoh (#64) - Enhancement (ci): Replace github local cache with registry cache (of most recent base image) for base image builds @leojonathanoh (#61)
🖊️ Refactors
- Refactor: Move
COPY settings.json
statement to end ofDockerfile
for better inline caching @leojonathanoh (#62)
📝 Documentation
- Docs (readme): Add command to start
code-server
without password auth @leojonathanoh (#65)
20230322.0.0
Changes
🚀 Features
- Feature: Add
go
variants @leojonathanoh (#55) - Feature: Add
4.11.0
variants @leojonathanoh (#60) - Enhancement: Add
pwsh 7.2.8
in base variants and removepwsh
variants @leojonathanoh (#59) - Enhancement: Add
github.vscode-pull-request-github
andgitlab.gitlab-workflow
extensions @leojonathanoh (#54) - Enhancement (ci): Change to fully incremental builds @leojonathanoh (#58)
🐛 Bug Fixes
- Fix: Fix
github.vscode-pull-request-github
extension not being installed @leojonathanoh (#57)
📝 Documentation
- Docs (readme): Fix command line to get config file password @leojonathanoh (#52)
🧰 Maintenance
- Chore (ci): Remove unneeded
.gitlab-ci.yml
template @leojonathanoh (#51)
20230309.0.0
Changes
🚀 Features
- Feature: Add
code-server
4.9.1
and4.10.1
docker
anddocker-rootless
pwsh-7.2.8
variants @leojonathanoh (#50)
20230304.0.0
Changes
🚀 Features
- Feature: Add
4.10.1
variants @leojonathanoh (#47) - Enhancement: Symlink
code
tocode-server
to allowcode
commands to work seamlessly @leojonathanoh (#43) - Enhancement: Add
iotop
,lsblk
,p7zip
,rsync
in base variants @leojonathanoh (#48) - Enhancement: Add
container-diff
indocker
variants @leojonathanoh (#49) - Enhancement (ci): Add
change
label torelease-drafter.yml
@leojonathanoh (#46)
🐛 Bug Fixes
- Fix (ci): Run
update-dockerhub-description
job only onmaster
@leojonathanoh (#42)
🖊️ Refactors
- Refactor (ci): Use
docker/setup-buildx-action@v2
, simpler tag determination inprep
, anddocker/login-action@v2
@leojonathanoh (#45)
📝 Documentation
- Docs (readme): Fix Tags table
Dockerfile Build Context
column markdown formatting @leojonathanoh (#44)
20230127.0.0
Changes
🚀 Features
- Enhancement: Bump
docker
to20.10.23
@leojonathanoh (#39) - Enhancement (ci): Add
test-nogitdiff
andupdate-dockerhub-description
jobs @leojonathanoh (#41)
20230126.0.0
Changes
🚀 Features
- Feature: Add
make
andyq
in all variants @leojonathanoh (#38) - Feature: Add
docker
anddocker-rootless
pwsh
variants @leojonathanoh (#37)
🐛 Bug Fixes
- Fix (ci): Use proper
restore-keys
to restoredocker
cache @leojonathanoh (#36)
20230116.0.0
Changes
🚀 Features
- Enhancement: Use
ENTRYPOINT
instead ofCMD
for/docker-entrypoint.sh
@leojonathanoh (#35) - Enhancement (ci): Add
test-nogitdiff
job to ensure there is nogit diff
@leojonathanoh (#34)
20230114.0.0
20230112.0.0
Changes
🚀 Features
- Enhancement: Constraint
npm
to<=8
andnodejs
to<=16
in base variants @leojonathanoh (#31) - Enhancement: Add more settings in
settings.json
to reduce popups and requests to external services @leojonathanoh (#32)
20230110.0.0
Changes
🚀 Features
- Enhancement: Install
docker
20.10.22
indocker
anddocker-rootless
variants @leojonathanoh (#29) - Enhancement: Install
docker compose
v2.15.1
indocker
anddocker-rootless
variants @leojonathanoh (#30) - Enhancement: Add
buildx
plugin todocker
anddocker-rootless
variants @leojonathanoh (#27)
🖊️ Refactors
- Refactor: Modularize installation of components @leojonathanoh (#28)
📝 Documentation
- Docs (readme): Fix command line for
docker-rootless
variants @leojonathanoh (#26)