thiagoelg commented on PR #3442: URL: https://github.com/apache/incubator-kie-tools/pull/3442#issuecomment-3905817971
Looks like Docker still can't find the squashed images in the local repository 🤔 Digging a bit further, with the [upgrade to Docker 29.1.* in the GitHub Runners](https://github.com/actions/runner-images/issues/13474), the default container runtime became `containerd`, and CEkit and docker-squash are not updated to handle that yet (I've tried messing around in their source code, but didn't make progress). Do we still need to squash images? Is quay.io/docker.hub compression enough? Another option is to stop squashing with CEkit and run a separate squashing command after the CEkit build completes (see https://github.com/apache/incubator-kie-tools/blob/main/packages/serverless-logic-web-tools-swf-dev-mode-image/package.json#L30). -- 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]
