This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Docker image size optimization #161
Labels
enhancement
New feature or request
Comments
Last changes reduced both images size slightly, but there's definitely room for improvements. |
Also take a look at https://docs.docker.com/develop/develop-images/multistage-build/ |
AndreMiras
added a commit
that referenced
this issue
Oct 30, 2019
- reduces the number of dependencies on both images - optimizes layers - simplifies .travis.yml
AndreMiras
added a commit
that referenced
this issue
Oct 30, 2019
- reduces the number of dependencies on both images - optimizes layers - simplifies .travis.yml
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Optimize image size by deleting what's not needed between layers, that way the docker pull would go faster.
The text was updated successfully, but these errors were encountered: