v0.4.9
Download binaries at https://crashoverride.com/downloads
Fixes
- When the base image is already wrapped by chalk,
ENTRYPOINTwas recursively wrapped. This broke image runtime as it was always exiting with a non-zero exit code. (#385)
New Features
-
docker buildanddocker pushnow use themark_defaultchalk template instead ofminimal. As such, basic metadata about the repository are now included by default in the chalk mark (e.g./chalk.json), such as the repository origin and commit ID. (#380) -
New chalk keys (#382):
DOCKER_TARGET- The name of the target being built in theDockerfileDOCKER_BASE_IMAGES- The breakdown of all base images across all sections of theDockerfileDOCKER_COPY_IMAGES- The breakdown of all externalCOPY --fromacross all sections of theDockerfile
Commits since the previous tag: v0.4.8...v0.4.9