Skip to content

Commit

Permalink
Merge pull request #1545 from jlebon/pr/f38-bump
Browse files Browse the repository at this point in the history
NO-JIRA: extensions/Dockerfile: bump builder to f40
  • Loading branch information
openshift-merge-bot[bot] authored Jul 13, 2024
2 parents 211d46f + 4539ebc commit c121ba9
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 c121ba9

Please sign in to comment.