This repository has been archived by the owner on May 4, 2021. It is now read-only.
Releases: uber-archive/makisu
Releases · uber-archive/makisu
v0.4.2
v0.4.1
v0.4.0
v0.3.1
v0.3.0
v0.2.0: Measure and log the time used to remove all child directories (#335)
-
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
This release fixed a bug introduced recently with COPY.
- If COPY target directory already exists, do not change it.
v0.1.16
This release fixed a minor bug:
- When using
COPY --archive src dst
,dst
will retain the owner of src. Previouslydst
itself would be owned by root.
v0.1.15
v0.1.14
This release includes the following changes:
- Added
--archive
flag to ADD/COPY directives, which preserves original ownership likedocker cp --archive
. - Added
push
command to push an image tar file to registries.