Skip to content

Releases: theohbrothers/docker-code-server

20230324.0.0

24 Mar 05:27
6ed497d
Compare
Choose a tag to compare

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 of Dockerfile for better inline caching @leojonathanoh (#62)

📝 Documentation

  • Docs (readme): Add command to start code-server without password auth @leojonathanoh (#65)

20230322.0.0

22 Mar 11:37
6b57022
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

  • Fix: Fix github.vscode-pull-request-github extension not being installed @leojonathanoh (#57)

📝 Documentation

🧰 Maintenance

20230309.0.0

09 Mar 22:52
e8c2393
Compare
Choose a tag to compare

Changes

🚀 Features

  • Feature: Add code-server 4.9.1 and 4.10.1 docker and docker-rootless pwsh-7.2.8 variants @leojonathanoh (#50)

20230304.0.0

04 Mar 17:06
44c1ddc
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🖊️ Refactors

  • Refactor (ci): Use docker/setup-buildx-action@v2, simpler tag determination in prep, and docker/login-action@v2 @leojonathanoh (#45)

📝 Documentation

  • Docs (readme): Fix Tags table Dockerfile Build Context column markdown formatting @leojonathanoh (#44)

20230127.0.0

27 Jan 11:01
b8c15ee
Compare
Choose a tag to compare

Changes

🚀 Features

20230126.0.0

26 Jan 08:20
a4b2038
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

20230116.0.0

16 Jan 08:11
efea46d
Compare
Choose a tag to compare

Changes

🚀 Features

  • Enhancement: Use ENTRYPOINT instead of CMD for /docker-entrypoint.sh @leojonathanoh (#35)
  • Enhancement (ci): Add test-nogitdiff job to ensure there is no git diff @leojonathanoh (#34)

20230114.0.0

14 Jan 14:50
ec2dfda
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

20230112.0.0

12 Jan 12:56
39dd256
Compare
Choose a tag to compare

Changes

🚀 Features

  • Enhancement: Constraint npm to <=8 and nodejs 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

11 Jan 03:47
3dc11a5
Compare
Choose a tag to compare

Changes

🚀 Features

  • Enhancement: Install docker 20.10.22 in docker and docker-rootless variants @leojonathanoh (#29)
  • Enhancement: Install docker compose v2.15.1 in docker and docker-rootless variants @leojonathanoh (#30)
  • Enhancement: Add buildx plugin to docker and docker-rootless variants @leojonathanoh (#27)

🖊️ Refactors

📝 Documentation