Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

v0.2.0: Measure and log the time used to remove all child directories (#335)

Compare
Choose a tag to compare
@sema sema released this 08 Jun 09:16
· 10 commits to master since this release
4b7d347
  • Add diff command to compare images

  • Add --target option to build command to specify target build stage

  • Add support for digests when specifying base images in FROM

  • Add support for global ARG substitution between stages

  • Change console logger to use ISO8601 time and color levels

  • Change default cache TTL from 7 days to 14 days

  • Fix skipping of SSL verification

  • Fix incorrect Dockerfile parsing when comments appear in quotes (issues/287)

  • Fix entrypoint to correctly wrap the entrypoint in "sh -c ..." in certain cases