v0.4.9
Download binaries at https://crashoverride.com/downloads
Fixes
- When the base image is already wrapped by chalk,
ENTRYPOINT
was recursively wrapped. This broke image runtime as it was always exiting with a non-zero exit code. (#385)
New Features
-
docker build
anddocker push
now use themark_default
chalk 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 theDockerfile
DOCKER_BASE_IMAGES
- The breakdown of all base images across all sections of theDockerfile
DOCKER_COPY_IMAGES
- The breakdown of all externalCOPY --from
across all sections of theDockerfile
Commits since the previous tag: v0.4.8...v0.4.9