-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Alpine Linux support #1608
base: main
Are you sure you want to change the base?
Alpine Linux support #1608
Conversation
…ferent virtual machines based on official alpine
|
Hello Samuel,
This already help to setup vm but packer is not yet already able to connect to this vm via ssh :( Thanks a lot for your nice job, |
@rubisher Yeah I tried this one also https://wiki.alpinelinux.org/wiki/Packer_installation The closest I've gotten to a working build is https://github.com/SamuelMarks/alpine-packer/tree/3.21 But would prefer the bento build working as it supports more VM systems (hypervisors, vendors) and architectures. The alpine IRC channel is the closest we'll get to official support on this FYI In the meantime happy to collab |
nice work so far guys thanks for the addition. let me know if you need any extra help. I've been pretty busy with work lately so I've been a bit spotty on further updates in here. |
Description
Add Alpine Linux builds; basically a simple rewrite of the Fedora one
FYI: Testing on macOS (M3) with:
$ gem build bento.gemspec $ gem install bento-*.gem $ bento build --cpus 2 os_pkrvars/alpine/alpine-3.21-aarch64.pkrvars.hcl
Related Issue
Closes #1607
Types of changes
Checklist:
Gemfile.lock
has changed, I have used--conservative
to do it and included the full output in the Description above.