docker-squash
docker-squash copied to clipboard
Docker image squashing tool
Hello, I recently saw some projects using relatively large base images, such as [wnameless/oracle-xe-11g](https://hub.docker.com/r/wnameless/oracle-xe-11g/), adding additional layers, e.g. by inserting test-data or some specific configuration. As they are frequently used...
When I build image by docker squash I got error, Could some body help me ? `docker-squash -f ******/posopenresty:20220411 --tag test_image test_image` `2024-02-28 11:01:16,738 squash.py:54 INFO docker-squash version 1.2.0, Docker...
Allows to rebase docker image on another parent. v2 support only (no means to test on v1).
It should be possible to run squashing on a provided tar archive containing the image.
In this ticket I want to gather all performance analysis that could make squashing even faster. All performance related issues in one place: https://github.com/goldmann/docker-scripts/issues?q=is%3Aissue+is%3Aopen+label%3Aperformance
I already used docker-squash a couple of times without any problem, but now the new images wasn't saved. The image is used to be a oracle database. We do the...
Similar to how `-f` can be used to squash the last n layers, it would be useful to have an argument (such as `-p`) to preserve the first n layers...
If it is possible to run merging of layers in parallel - we should consider this.
When our CI build squashes with v1.2.0 all works fine. When we update to v1.2.1, docker-squash consistently produces the following error: ``` 2024-09-04 04:19:47,488 squash.py:54 INFO docker-squash version 1.2.1, Docker...