You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/12/20 08:26:20 UTC

[GitHub] [camel-k] squakez commented on issue #3925: Important increase of size of apache/camel-k Docker image

squakez commented on issue #3925:
URL: https://github.com/apache/camel-k/issues/3925#issuecomment-1358995610

   I think the point made by @gansheer is correct. There is a difference in the base layer we're using. Starting from the mandrel image used in version 1.10.2 there's a quite a lot of more statements. For instance, the following one:
   ```
   COPY mandrel-java11-linux-amd64-21.3.0.0-Final.tar.gz /tmp/artifacts/ # buildkit
   ```
   is used to copy some script and is not removed (it should be transparent to us). Maybe it should be checked directly with the support of Mandrel to see how they can shrink it accordingly.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org