Support '--squash' option in 'docker build' #5076
Labels
area/build
kind/feature-request
priority/p3
agreed that this would be good to have, but no one is available at the moment.
Background
docker 'build' supports '--squash' as an option which helps in reducing the size of docker image by squashing multiple layers into one
--squash Squash newly built layers into a single new layer
Feature request
It'd be great if Skaffold support this too, so I played with Skaffold code by referencing below PRs and got '--squash' working
I am submitting PRs to add support for '--squash' since I already have working code for it
here's the PR :
#5078
The text was updated successfully, but these errors were encountered: