Releases: theohbrothers/docker-code-server
Releases · theohbrothers/docker-code-server
20230102.0.0
20221228.0.1
Changes
🐛 Bug Fixes
- Fix (docker): Fix
docker
variants to cleanup/var/run/docker.pid
when container is stopped and started @leojonathanoh (#18)
20221228.0.0
Changes
🚀 Features
- Feature: Add
docker
variants @leojonathanoh (#16) - Feature: Add
bash-completion
,gnupg
, andopenssl
in base variants @leojonathanoh (#17)
20221227.0.0
Changes
🚀 Features
- Feature: Add common extensions in base variants @leojonathanoh (#13)
- Enhancement (ci): Only run builds of changed variant build contexts on Pull Requests @leojonathanoh (#10)
- Enhancement (ci): Only run builds of changed variant build contexts @leojonathanoh (#6)
- Enhancement (ci): Change to incremental builds for non-bare variants @leojonathanoh (#9)
🐛 Bug Fixes
- Fix: Remove default
code-server
config file created when extensions are installed @leojonathanoh (#14) - Fix (ci): Fix invalid
build-args
for builds onmaster
andtags
@leojonathanoh (#12) - Fix (ci): Fix caching for
docker buildx
@leojonathanoh (#11) - Fix (ci): Fix broken
Move cache
job for tagged releases @leojonathanoh (#15) - Fix (ci): Fix
:latest
tag not being pushed on release @leojonathanoh (#5) - Fix (ci): Add missing checkout step in
jobs.changes
job @leojonathanoh (#8)
🧰 Maintenance
- Chore: Remove unused
Dockerfile
@leojonathanoh (#7)
20221226.0.0
Changes
🚀 Features
- Feature: Generate bare
code-server
variants @leojonathanoh (#1) - Feature: Add
pwsh
variants @leojonathanoh (#2)
🐛 Bug Fixes
- Fix (ci): Use
GITHUB_TOKEN
to avoid hitting Github API rate limits in builds @leojonathanoh (#4)
🖊️ Refactors
- Refactor: Install official powershell extension in
pwsh
variants @leojonathanoh (#3)