-
Notifications
You must be signed in to change notification settings - Fork 395
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
Unable to build images with qemu #1378
Comments
apologies - you're right (I was trying to fix multiple things at the same time):
I took the latest packer to try and satisfy the latest Ansible constraint https://github.com/kubernetes-sigs/image-builder/blob/main/images/capi/hack/ensure-ansible.sh#L26 but I still had to bump the apk repo version:
Although it looks like Thanks for your help! |
No worries, you're not the first to hit this. I've opened #1379 to look at how we could handle this and restrict the versions allowed to try and avoid this confusion for others. :) If you use our provided container image as the base (e.g. |
What steps did you take and what happened:
hashicorp/packer
docker container from Dockerhubmake build-qemu-ubuntu-2204
insideimages/capi
qemu
provider.I believe we just need a provider file
config.pkr.hcl
inimages/capi/packer/qemu
to declare the provider:What did you expect to happen:
The provider should be installed automatically.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
Project (Image Builder for Cluster API: qemu
Additional info for Image Builder for Cluster API related issues:
/kind bug
[One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels]
The text was updated successfully, but these errors were encountered: