slimtoolkit / slim

Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)
Apache License 2.0
18.89k stars 704 forks source link

Save docker with changes #563

Open kernelr00ter opened 10 months ago

kernelr00ter commented 10 months ago

slim b --http-probe=false --include-shell=true ubuntu_20:main;

I'm trying to compress an docker with my changes and new directories, but they don't make it into the new image.

kcq commented 10 months ago

What's in ubuntu_20:main? Is it an application container image? What kind of application do you have there? What do your ENTRYPOINT and CMD instructions look like in you image?