Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base image size is unnecessarily large #32

Open
pelithne opened this issue Dec 10, 2018 · 0 comments
Open

Base image size is unnecessarily large #32

pelithne opened this issue Dec 10, 2018 · 0 comments

Comments

@pelithne
Copy link

The base container for the azure-vote-app is 922 MB in size. This can be improved significantly, by using an Alpine based image instead of Ubuntu. This is good for at least two reasons:
1: Download/upload times decreases which is very good in e.g. a workshop where several participants share the same WIFI (talking from experience here...)

2: Best practice with containers is to keep them as small as possible

I can make a PR with a smaller image referenced in the Dockerfile, if that would be appreciated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant