From b251e1cbb388fcc39374f3327dd6ee73bb87863d Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Tue, 29 Apr 2025 15:23:34 -0400 Subject: [PATCH] Containerfile: drop pulling rpm-ostree from copr Things have stabilized a bit now so let's revert 1a5ba89 so it's easier to override the builder image if someone wants to do that. --- Containerfile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Containerfile b/Containerfile index 4bfaf00..4453cf9 100644 --- a/Containerfile +++ b/Containerfile @@ -13,13 +13,8 @@ ARG REPOS_IMAGE=quay.io/fedora/fedora:rawhide FROM $REPOS_IMAGE as repos # BOOTSTRAPPING: This can be any image that has rpm-ostree and selinux-policy-targeted. -FROM quay.io/fedora/fedora:41 as builder -# However we also pull rpm-ostree from git main to get some fixes for now -RUN <