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
That's a very good point. The fairly fine grained layers are there make it more maintainable, but slimmer afterwards could definitely be an option. But if we want to move to Podman, maybe there's other tooling available too, afterwards?
Our Docker image is huge.
We should try reducing the number of layers, if we want a smaller image: https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#minimize-the-number-of-layers. There are many layers (for example, installing apt packages) that can be merged into a single one.
Might also consider using this? https://github.com/dockerce/docker-slim
The text was updated successfully, but these errors were encountered: