This repository was archived by the owner on Jun 3, 2025. It is now read-only.
adding a squash option to kaniko build #3185
danilo-patrucco
started this conversation in
General
Replies: 1 comment
-
https://github.com/GoogleContainerTools/kaniko?tab=readme-ov-file#flag---single-snapshot |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is there any interest in adding a squash option to kaniko ?
We have the need to mask off the layers to avoid issues with scanning tools like trivy, and squashing would help since copying the filesystem between containers in a multistage build (to remove all the layers in the history) does not work.
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions