You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
The image containers are too large and it’s necessary to optimize them to avoid security and performance issues. There are some ways to decrease the size of this images:
multi-stage build
image that contains only your application and its runtime dependencies (minimum requirements)
In the last release the sizes of containers images was:
Problem
The image containers are too large and it’s necessary to optimize them to avoid security and performance issues. There are some ways to decrease the size of this images:
multi-stage build
image that contains only your application and its runtime dependencies (minimum requirements)
In the last release the sizes of containers images was:
Expected behavior
A decrease of image size when the image contains only your application and its runtime dependencies (minimum requirements)
Ref
https://docs.docker.com/develop/develop-images/multistage-build/
https://github.com/GoogleContainerTools/distroless
https://www.digitalocean.com/community/tutorials/how-to-optimize-docker-images-for-production (step 5)
The text was updated successfully, but these errors were encountered: