We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to add an ArchLinux image, but it is over 100MB and I need Git LFS. What is the best way to fix this? https://hub.docker.com/_/archlinux?tab=tags
refs. aquasecurity/trivy#1239
The text was updated successfully, but these errors were encountered:
Is it over 100MB even after compression?
Sorry, something went wrong.
As with the other images, the official ArchLinux image is compressed using gzip. It is 124MB in that state.
$ docker save archlinux:latest | gzip -c > archlinux.tar.gz $ ls -lh archlinux.tar.gz -rw-rw-r-- 1 mainek00n mainek00n 124M Jan 18 11:57 archlinux.tar.gz
Successfully merging a pull request may close this issue.
I want to add an ArchLinux image, but it is over 100MB and I need Git LFS.
What is the best way to fix this?
https://hub.docker.com/_/archlinux?tab=tags
refs. aquasecurity/trivy#1239
The text was updated successfully, but these errors were encountered: