-
Notifications
You must be signed in to change notification settings - Fork 17
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
build ubuntu 22.04 image #134
Conversation
We should move away from the kubic repos. Either switch to default repos or use my shiny fedora-spec generated kubic repos. |
enabled the unstable repo which uses fedora generated packages. |
This failure is strange in the container build:
But the ultimate failure is a missing |
This is going to barf with a 404, need to replace with URLs under the
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good so far.
i'm fixing that one. Once the fedora-derived debs are built, that will go away. |
alrighty, buildah and skopeo should now be available on that repo so that's 1 issue less. |
Looks like that target was removed from podman's Makefile containers/podman@d8c42de |
If you want to include the removed install into rm -rf ../../seccomp/libseccomp
git clone https://github.com/seccomp/libseccomp ../../seccomp/libseccomp
cd ../../seccomp/libseccomp && git checkout --detach $(LIBSECCOMP_COMMIT) && ./autogen.sh && ./configure --prefix=/usr && make all && make install |
should the image be called ubuntu-2204 or ubuntu-2204-lts or something else? |
Cirrus CI build successful. Image ID |
1 similar comment
Cirrus CI build successful. Image ID |
@cevich ready to go 🤞 |
@cevich added rngd to ubuntu base setup. PTAL. |
@lsm5 I also found a bug with the |
...#136 (assuming I didn't break things) it would be nice to have that in here. |
I checked, it's called |
Cirrus CI build successful. Image ID |
I think the word "successful" speak for it's self 😀 Nice job. |
Co-authored-by: Chris Evich <[email protected]> Signed-off-by: Lokesh Mandvekar <[email protected]>
Cirrus CI build successful. Image ID |
A part of containers#134 , recommended in containers#137 (comment) . Signed-off-by: Miloslav Trmač <[email protected]>
Signed-off-by: Lokesh Mandvekar [email protected]