Skip to content

v0.4.9

Compare
Choose a tag to compare
@miki725 miki725 released this 30 Jul 21:49
· 74 commits to main since this release
v0.4.9
5237560

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 and docker push now use the mark_default chalk template instead of minimal. 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 the Dockerfile
    • DOCKER_BASE_IMAGES - The breakdown of all base images across all sections of the Dockerfile
    • DOCKER_COPY_IMAGES - The breakdown of all external COPY --from across all sections of the Dockerfile

Commits since the previous tag: v0.4.8...v0.4.9