From 1930d432e3683b39301fdcee85287b588a93235c Mon Sep 17 00:00:00 2001 From: Joseph Marrero Corchado Date: Mon, 17 Feb 2025 13:29:46 -0500 Subject: [PATCH 1/2] tier-1/manifest: add authselect --- tier-1/manifest.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tier-1/manifest.yaml b/tier-1/manifest.yaml index c84117b..474843e 100644 --- a/tier-1/manifest.yaml +++ b/tier-1/manifest.yaml @@ -36,6 +36,8 @@ packages: - zram-generator # This one is in Python so isn't in FCOS, but we can safely add it here. - sos + # in c9s authselect is not pulled by pam, this makes sure we have parity. + - authselect # These are random architecture-specific packages packages-x86_64: From 190b6cfb7e0ade5815f4a1c9c9f4aa9eac7029ed Mon Sep 17 00:00:00 2001 From: Joseph Marrero Corchado Date: Mon, 17 Feb 2025 14:13:29 -0500 Subject: [PATCH 2/2] Containerfile: use f42 as repos, rawhide is broken --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 4a3f20c..c3d08d1 100644 --- a/Containerfile +++ b/Containerfile @@ -23,7 +23,7 @@ # Because it's generating a base image and uses containerization features itself. # In the future some of this can be lifted. -FROM quay.io/fedora/fedora:rawhide as repos +FROM quay.io/fedora/fedora:42 as repos # BOOTSTRAPPING: This can be any image that has rpm-ostree and selinux-policy-targeted. FROM quay.io/fedora/fedora:41 as builder