Containerfile: use rawhide as builder to get the latest rpm-ostree

This commit is contained in:
Joseph Marrero Corchado 2025-01-21 15:53:14 -05:00
parent 1003402e6f
commit 7e65f01306
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
FROM quay.io/fedora/fedora:rawhide as repos FROM quay.io/fedora/fedora:rawhide 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:41 as builder FROM quay.io/fedora/fedora:rawhide as builder
RUN dnf -y install rpm-ostree selinux-policy-targeted RUN dnf -y install rpm-ostree selinux-policy-targeted
ARG MANIFEST=fedora-bootc.yaml ARG MANIFEST=fedora-bootc.yaml
COPY --from=repos /etc/dnf/vars /etc/dnf/vars COPY --from=repos /etc/dnf/vars /etc/dnf/vars