-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: Support creating Ubuntu 22.04 OVA (vSphere) image #1170
Conversation
We created Ubuntu 20.04 images recently: https://github.com/mesosphere/konvoy-image-builder/actions/runs/10549643236/job/29224908365 |
The e2e tests, which provision an image, but do not create a snapshot, passed, with once exception: Ubuntu 22.04.
It looks like something acquires the dpkg lock in the background while ansible is running. A known upstream issue is a conflict with Ubuntu's automated, period upgrades: ansible/ansible#51663 |
I'm going to pull the apt fix into its own PR; we'll need to backport. Update: #1177 |
72dfa7d
to
9139aba
Compare
Running vsphere-air-gapped with ubuntu-2204 template: https://github.com/mesosphere/konvoy2/actions/runs/10929457951 Update: passed! https://github.com/mesosphere/konvoy2/actions/runs/10929457951/job/30340520536 |
What problem does this PR solve?:
Adds support for creating an Ubuntu 22.04 OVA (vSphere) image.
Which issue(s) does this PR fix?:
Special notes for your reviewer:
Does this PR introduce a user-facing change?: