fantonangeli opened a new issue, #3441: URL: https://github.com/apache/incubator-kie-tools/issues/3441
In a PR `docker-squash` is failing to save images when they are larger than the original, because a recent docker update. See more: https://github.com/apache/incubator-kie-tools/pull/3439#issuecomment-3898924763 Error: ``` packages/sonataflow-builder-image build:dev: 2026-02-13 15:07:28,682 docker_builder.py:108 INFO Docker: [INFO] Downloading from kie-tools--maven-m2-repo-via-http-allowed: http://172.17.0.2/io/smallrye/common/smallrye-common-net/2.12.0/smallrye-common-net-2.12.0.pom packages/sonataflow-builder-image build:dev: 2026-02-13 15:07:28,682 docker_builder.py:108 INFO Docker: packages/sonataflow-builder-image build:dev: 2026-02-13 15:07:28,684 docker_builder.py:108 INFO Docker: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-net/2.12.0/smallrye-common-net-2.12.0.pom packages/kogito-base-builder-image build:dev: 2026-02-13 15:07:28,707 image.py:245 INFO Original image size: 144.07 MB packages/kogito-base-builder-image build:dev: 2026-02-13 15:07:28,708 image.py:246 INFO Squashed image size: 144.13 MB packages/kogito-base-builder-image build:dev: 2026-02-13 15:07:28,708 image.py:249 INFO If the squashed image is larger than original it means that there were no meaningful files to squash and it just added metadata. Are you sure you specified correct parameters? packages/kogito-base-builder-image build:dev: 2026-02-13 15:07:28,708 squash.py:136 INFO New squashed image ID is d5d1e37913ce9288ab813a6b92103cbf541f89d58e718354406a0693bebea9aa packages/sonataflow-builder-image build:dev: 2026-02-13 15:07:28,718 docker_builder.py:108 INFO Docker: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/common/smallrye-common-net/2.12.0/smallrye-common-net-2.12.0.pom (2.8 kB at 82 kB/s) ... packages/kogito-base-builder-image build:dev: 2026-02-13 15:07:29,770 squash.py:124 INFO Image 956cdd0f8a8c removed! packages/kogito-base-builder-image build:dev: 2026-02-13 15:07:29,770 squash.py:159 INFO Done packages/kogito-base-builder-image build:dev: Traceback (most recent call last): packages/kogito-base-builder-image build:dev: File "/home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/python-venv/venv/lib/python3.12/site-packages/docker/api/client.py", line 275, in _raise_for_status ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
