Skip to content

Commit

Permalink
extensions/Dockerfile: bump builder to f40
Browse files Browse the repository at this point in the history
Fedora 38 is EOL and the repos are no longer accessible at the canonical
locations.

This should probably be part of our FCOS rebase checklist.
  • Loading branch information
jlebon committed Jul 12, 2024
1 parent 211d46f commit 4539ebc
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 @@ -20,7 +20,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:38 as builder
FROM quay.io/fedora/fedora:40 as builder
COPY --from=os /usr/share/rpm-ostree/extensions/ /usr/share/rpm-ostree/extensions/
RUN dnf install -y createrepo_c
RUN createrepo_c /usr/share/rpm-ostree/extensions/
Expand Down

0 comments on commit 4539ebc

Please sign in to comment.