-
Notifications
You must be signed in to change notification settings - Fork 18
WIP: Install podman-sequoia in rawhide images #411
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
base: main
Are you sure you want to change the base?
Conversation
Makefile
Outdated
@@ -132,13 +132,13 @@ help: ## Default target, parses special in-line comments as documentation. | |||
# names and a max-length of 63. | |||
.PHONY: IMG_SFX | |||
IMG_SFX: timebomb-check ## Generate a new date-based image suffix, store in the file IMG_SFX | |||
$(file >$@,$(shell date --utc +%Y%m%dt%H%M%Sz)-f$(FEDORA_RELEASE)f$(PRIOR_FEDORA_RELEASE)d$(subst .,,$(DEBIAN_RELEASE))) | |||
$(file >$@,$(shell date -u +%Y%m%dt%H%M%Sz)-f$(FEDORA_RELEASE)f$(PRIOR_FEDORA_RELEASE)d$(subst .,,$(DEBIAN_RELEASE))) |
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.
that change seems unrelated?
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.
Oops, yes. It was supposed to help with macOS compatibility, but it isn’t enough, I’ll drop it.
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.
I have fixed the rule on macOS, and turned that into a separate commit.
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.
i have the same trouble when using this in macOS
cache_images/fedora_packaging.sh
Outdated
else # podman-sequoia is only available in Rawhide | ||
INSTALL_PACKAGES+=( \ | ||
podman-sequoia | ||
) |
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.
here it would be good to add a timebomb as reminder to add sequoia to the older versions as well once available. I guess if it is only rawhide for now it should be set to November once f43 is released at least.
Cirrus CI build successful. Found built image names and IDs:
|
Images from containers/automation_images#411 Signed-off-by: Paul Holzinger <[email protected]>
From containers/podman#26674 :
I’ll return to this in a few days. |
According to https://bodhi.fedoraproject.org/updates/FEDORA-2025-3b1a650972 shadow-utils should work again and assign subuids. |
afa6ff1
to
0948f64
Compare
@timcoding1988 PTAL as well, I think you use macos as well right? |
correct @Luap99 |
- (date --utc) is not supported - The $(file ) make function is not supported - macOS sed has no \+ in basic regular expressions, use the extended format - (quote arguments to [ ] to avoid confusing error messages if an earlier sed fails) Signed-off-by: Miloslav Trmač <[email protected]>
Cirrus CI build successful. Found built image names and IDs:
|
Relies on UNMERGED containers/automation_images#411 . Signed-off-by: Miloslav Trmač <[email protected]>
Relies on UNMERGED containers/automation_images#411 . Signed-off-by: Miloslav Trmač <[email protected]>
Relies on UNMERGED containers/automation_images#411 . Signed-off-by: Miloslav Trmač <[email protected]>
Relies on UNMERGED containers/automation_images#411 . Signed-off-by: Miloslav Trmač <[email protected]>
- Set VM_IMAGE_NAME on the currently-deleted tests as well DO NOT MERGE: Depends on UNMERGED containers/automation_images#411 . Signed-off-by: Miloslav Trmač <[email protected]>
Signed-off-by: Miloslav Trmač <[email protected]>
Cirrus CI build successful. Found built image names and IDs:
|
No description provided.