Makisu Versions Save

Fast and flexible Docker image building tool, works in unprivileged containerized environments like Mesos and Kubernetes.

v0.4.2

3 years ago

Changed:

  • Do not fail to apply cache layers if a whiteout marker exist for a file that is missing in the previous layer

v0.4.1

3 years ago
  • ADD log statement with the filesystem scan duration when committing a layer

v0.4.0

3 years ago
  • FIX: Reworked the retry logic to better handle upload errors during image push
  • UPDATE: Use Go 1.14 in officially released Maksiu image.

v0.3.1

3 years ago
  • FIX: Do not trigger https to http fallback on 5xx errors as those are expected to be transient.

v0.3.0

3 years ago
  • Support setting max retry backoff time in config

v0.2.0

3 years ago
  • 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

v0.1.17

4 years ago

This release fixed a bug introduced recently with COPY.

  • If COPY target directory already exists, do not change it.

v0.1.16

4 years ago

This release fixed a minor bug:

  • When using COPY --archive src dst, dst will retain the owner of src. Previously dst itself would be owned by root.

v0.1.15

4 years ago

This release contains a few bug fixes:

  • Fixed a bug where files cannot be removed from base images (#310)
  • Bump AWS credential helper to latest version (#314)
  • Cleanup ENV between stages (#316)

v0.1.14

4 years ago

This release includes the following changes:

  • Added --archive flag to ADD/COPY directives, which preserves original ownership like docker cp --archive.
  • Added push command to push an image tar file to registries.