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

Add a squash version of alpine-chrome:latest #92

Closed
jlandure opened this issue May 24, 2020 · 0 comments
Closed

Add a squash version of alpine-chrome:latest #92

jlandure opened this issue May 24, 2020 · 0 comments
Labels

Comments

@jlandure
Copy link
Owner

Context

💡 This is only an idea.
To get a smaller image, we could use the experimental features docker image build --squash.
But it's not working on the Docker Hub. See docker/hub-feedback#955

Alternatives

I can do it on my laptop and upload it.
Here is the difference: only ~5MB

docker image inspect zenika/alpine-chrome --format='{{.Size}}'
393543827
docker image inspect zenika/alpine-chrome:latest-squash --format='{{.Size}}'
388574396

Conclusion

Not very useful at the moment. 😅

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

No branches or pull requests

1 participant