Skip to content

Releases: georglauterbach/dev-container-base

v3.0.0

07 Nov 21:11
bda6f04
Compare
Choose a tag to compare

Changes

  • generally improved support for georglauterbach/hermes
  • updated documentation
  • new environment variable DEV_CONTAINER_BASE_HERMES_VERSION
  • renamed environment variable DEV_CONTAINER_BASE to DEV_CONTAINER_BASE_VERSION

Links

  1. Diff to last release: v2.2.0...v3.0.0

v2.2.0

06 Nov 19:19
393a1f3
Compare
Choose a tag to compare

Changes

  • update georglauterbach/hermes from 2.3.1 to v2.4.0
    • due to a bug in hermes, the update is actually from version 2.0.0 to 2.4.0

Links

  1. Diff to last release: v2.1.0...v2.2.0

v2.1.0

03 Oct 14:03
02688ea
Compare
Choose a tag to compare

This release brings proper locale setup to the container image.

Changes

  • added locales package
  • properly set default locale en_US.UTF-8

Links

  1. Diff to last release: v2.0.1...v2.1.0

v2.0.1

30 Sep 17:25
0709246
Compare
Choose a tag to compare

This patch bumps the version of the dependency Hermes from 2.3.0 to 2.3.1 to avoid warnings in the console initialization.

v2.0.0

28 Sep 20:06
17dfeff
Compare
Choose a tag to compare

This is a new major release that contains breaking changes. Please consult the "Changes" section!

Changes

  • removed useless entrypoint scripts
  • bumped version of Hermes to 2.3.0
  • added new environment variable DEV_CONTAINER_BASE that can be used to identity this base image
  • added Hadolint to the Development Container test image
  • updated the documentation to align with the latest changes

Links

  1. Diff to last release: v1.4.2...v2.0.0

v1.4.2

07 Aug 13:51
3407e7f
Compare
Choose a tag to compare

Links

  1. Diff to last release: v1.4.1...v1.4.2

Changes

  • important update to the documentation about where to mount volumes for caching

v1.4.1

02 Aug 07:50
674f134
Compare
Choose a tag to compare

Links

  1. Diff to last release: v1.4.0...v1.4.1

Changes

  • updated the image and the docs about proper caching (VOLUME cannot be used, one needs to use the mounts section in devcontainer.json)

v1.4.0

01 Aug 13:35
Compare
Choose a tag to compare

Links

  1. Diff to last release: v1.3.2...v1.4.0

Changes

  • the container image as updated to provide improved caching support for ${HOME}/{.cache,.vscode-server}
  • the container image as updated to provide an improved initialization experience
  • a .devcontainer.json file was added to test the image locally
  • the documentation was updated accordingly

v1.3.2

21 Jul 18:38
169e3f9
Compare
Choose a tag to compare

Links

  1. Diff to last release: v1.3.1...v1.3.2

Changes

  • downstream dependency hermes was updated (implicitly, downstream) to fix various bugs and to update various configuration files

v1.3.1

06 Jul 15:59
155be13
Compare
Choose a tag to compare

Links

  1. Diff to last release: v1.3.0...v1.3.1

Changes

  • downstream dependency hermes was updated (implicitly, downstream) to properly support ARM64