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

Releases: uber-archive/makisu

v0.4.2

18 Mar 13:28
6dfcad3
Compare
Choose a tag to compare

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

04 Nov 11:21
7d88e9f
Compare
Choose a tag to compare
  • ADD log statement with the filesystem scan duration when committing a layer

v0.4.0

28 Sep 08:54
239e1f2
Compare
Choose a tag to compare
  • 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

26 Aug 10:29
e9b23cd
Compare
Choose a tag to compare
  • FIX: Do not trigger https to http fallback on 5xx errors as those are expected to be transient.

v0.3.0

19 Aug 10:53
abbdf51
Compare
Choose a tag to compare
  • Support setting max retry backoff time in config

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

08 Jun 09:16
4b7d347
Compare
Choose a tag to compare
  • 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

21 Apr 20:02
4492930
Compare
Choose a tag to compare

This release fixed a bug introduced recently with COPY.

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

v0.1.16

17 Apr 18:32
70cabaa
Compare
Choose a tag to compare

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

02 Apr 22:35
b8d2b1b
Compare
Choose a tag to compare

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

11 Feb 05:47
9ed3b61
Compare
Choose a tag to compare

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.