Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Docker image size optimization #161

Closed
AndreMiras opened this issue Oct 13, 2019 · 2 comments
Closed

Docker image size optimization #161

AndreMiras opened this issue Oct 13, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@AndreMiras
Copy link
Owner

Optimize image size by deleting what's not needed between layers, that way the docker pull would go faster.

@AndreMiras AndreMiras added the enhancement New feature or request label Oct 13, 2019
AndreMiras added a commit that referenced this issue Oct 13, 2019
- investigates Docker image caching not fully leveraged, refs #160
- tries to keep image light in size, refs #161
AndreMiras added a commit that referenced this issue Oct 13, 2019
- investigates Docker image caching not fully leveraged, refs #160
- tries to keep image light in size, refs #161
@AndreMiras
Copy link
Owner Author

Last changes reduced both images size slightly, but there's definitely room for improvements.
etherollapp-android got reduced from 462 MB to 432.24 MB. And etherollapp-linux got reduced from 292 MB to 263 MB.

@AndreMiras
Copy link
Owner Author

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.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant