Releases: georglauterbach/dev-container-base
Releases · georglauterbach/dev-container-base
v3.0.0
Changes
- generally improved support for
georglauterbach/hermes
- updated documentation
- new environment variable
DEV_CONTAINER_BASE_HERMES_VERSION
- renamed environment variable
DEV_CONTAINER_BASE
toDEV_CONTAINER_BASE_VERSION
Links
- Diff to last release: v2.2.0...v3.0.0
v2.2.0
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
- due to a bug in
Links
- Diff to last release: v2.1.0...v2.2.0
v2.1.0
This release brings proper locale setup to the container image.
Changes
- added
locales
package - properly set default locale
en_US.UTF-8
Links
- Diff to last release: v2.0.1...v2.1.0
v2.0.1
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
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
- Diff to last release: v1.4.2...v2.0.0
v1.4.2
Links
- 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
Links
- 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 themounts
section indevcontainer.json
)
v1.4.0
Links
- 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
Links
- 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
Links
- Diff to last release: v1.3.0...v1.3.1
Changes
- downstream dependency
hermes
was updated (implicitly, downstream) to properly support ARM64