Releases: goldmann/docker-squash
Releases · goldmann/docker-squash
1.0.3
Bug fixes
- Removed directories were are added back when it should be replaced by a symlink, #120
- ApplyLayer duplicates of file paths not supported stdout - when squashing hard links there was an issue where we added them back twice, #118
1.0.2
Bug fixes
- Fixed an issue where under special circumstances a marker file could prevent from adding a symlink back to the image, #116
1.0.1
Final release based on 1.0.1rc1
.
1.0.1rc1
Bug fixes
- For some images symlinks were not added back to the image, #111
- If a symlink was pointing to an existing location initially, add it back, do not try to cleanup it, #112
1.0.0 ("no way, it's final!")
Bug fixes
- Better handling of symlinks that point to non-existing locations, #104
- Do not skip marker files when files in tar are prefixed with
./
, #108
Enhancements
- It is now possible to remove original image as part of squashing, use new
--cleanup
flag, #61
1.0.0rc7
Bug fixes
- Whiteout entries for files from parent image lost by squashing, #97
- Hard links handling was rewritten, #99
Enhancements
- Exit with status code 1 on
KeyboardInterrupt
, #101
1.0.0rc6
Bug fixes
- Hard links were not added back to the squashed image, now it's fiexd #94
Enhancements
- Added tests to run on Python 3.5
1.0.0rc5
Bug fixes
- In cases, when the image is pulled from a v2 registry and then squashed the metadata was incorrectly prepared, #91
Enhancements
- It's now possible to save a tar and import into Docker daemon after squashing in one run
1.0.0rc4
Bug fixes
UnicodeDecodeError: 'utf8' codec can't decode byte 0xc0 in position 4: invalid start byte
should no longer happen on Python 2, #76
- Executing squashing without specifying a name for the target image (
-t
) should not fail, #66
- Better hard links handling, #80
Enhancements
- Tar archive fetched from Docker daemon is no longer put into memory, instead it's fetched in chunks and written to the disk, #81
- Final tar archive is not created in memory, instead it's stored on the disk, #29
1.0.0rc3
- Project was renamed from
docker-scripts
to docker-squash
- The
layers
subcommand was removed. This tool purely focuses on the squashing Docker images.
- Better error handling when executing the tool from CLI