Merge branch 'add-authselect' into 'main'

tier-1/manifest: add authselect

See merge request fedora/bootc/base-images!95
This commit is contained in:
Joseph Marrero Corchado 2025-02-17 19:19:22 +00:00
commit 4d31518c03
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,7 @@
# Because it's generating a base image and uses containerization features itself. # Because it's generating a base image and uses containerization features itself.
# In the future some of this can be lifted. # 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. # BOOTSTRAPPING: This can be any image that has rpm-ostree and selinux-policy-targeted.
FROM quay.io/fedora/fedora:rawhide as builder FROM quay.io/fedora/fedora:rawhide as builder

View File

@ -36,6 +36,8 @@ packages:
- zram-generator - zram-generator
# This one is in Python so isn't in FCOS, but we can safely add it here. # This one is in Python so isn't in FCOS, but we can safely add it here.
- sos - sos
# in c9s authselect is not pulled by pam, this makes sure we have parity.
- authselect
# These are random architecture-specific packages # These are random architecture-specific packages
packages-x86_64: packages-x86_64: