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
It is not clear what is the cause of significant increase in Alpine v3.8 base box size:
bash# stat --format '%s %n' maier-VAGRANTSLASH-alpine-3.*/*/virtualbox/*.vmdk 38766592 maier-VAGRANTSLASH-alpine-3.6-x86_64/1.0.0/virtualbox/packer-virtualbox-iso-1495719600-disk001.vmdk 42006528 maier-VAGRANTSLASH-alpine-3.7-x86_64/3.7.0/virtualbox/packer-virtualbox-iso-1538596121-disk001.vmdk 235144192 maier-VAGRANTSLASH-alpine-3.8-x86_64/3.8.1/virtualbox/packer-virtualbox-iso-1542640845-disk001.vmdk
The text was updated successfully, but these errors were encountered:
I see the difference in Packer .json files:
.json
bash# curl --HEAD http://dl-cdn.alpinelinux.org/alpine/v3.7/releases/x86_64/alpine-virt-3.7.0-x86_64.iso ... Content-Length: 38797312 ... bash# curl --HEAD http://dl-cdn.alpinelinux.org/alpine/v3.8/releases/x86_64/alpine-standard-3.8.1-x86_64.iso ... Content-Length: 109051904 ...
There is virt image for v3.8:
bash# curl --HEAD http://dl-cdn.alpinelinux.org/alpine/v3.8/releases/x86_64/alpine-virt-3.8.1-x86_64.iso ... Content-Length: 33554432 ...
Doesn't that reduces base image size?
Sorry, something went wrong.
No branches or pull requests
It is not clear what is the cause of significant increase in Alpine v3.8 base box size:
The text was updated successfully, but these errors were encountered: