Replies: 1 comment
-
|
the default build engine doesn't produce a Dockerfile for the minified image, but you can change it to the |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to get the
Dockerfileof the image that slimed by thedocker-slimtool.When I used
xrayto analyze before and after slimming, I can extract the files that only existed in the image before slimming from their respectiveslim.report.jsonfiles.However, the total size of these files is not equal to the image size before slimming minus the image size after slimming. Why?
So how can I get a
Dockerfileof the slimed image?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions