Skip to content

Commit

Permalink
Merge pull request #1655 from marmijo/extensions-rebase-41
Browse files Browse the repository at this point in the history
NO-JIRA: extensions/Dockerfile: Update to Fedora 41
  • Loading branch information
openshift-merge-bot[bot] authored Nov 27, 2024
2 parents ce4da95 + 68b8ff8 commit ebbd788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN if [[ -n "${VARIANT}" ]]; then MANIFEST="manifest-${VARIANT}.yaml"; EXTENSIO
## Creates the repo metadata for the extensions.
## This uses Fedora as a lowest-common-denominator because it will work on
## current p8/s390x. See https://github.com/openshift/os/issues/1000
FROM quay.io/fedora/fedora:40 as builder
FROM quay.io/fedora/fedora:41 as builder
COPY --from=os /usr/share/rpm-ostree/extensions/ /usr/share/rpm-ostree/extensions/
RUN rm -f /etc/yum.repos.d/*.repo \
&& curl -L https://raw.githubusercontent.com/coreos/fedora-coreos-config/testing-devel/fedora-archive.repo -o /etc/yum.repos.d/fedora-archive.repo
Expand Down

0 comments on commit ebbd788

Please sign in to comment.