Skip to content

Commit

Permalink
Merge pull request #1649 from jlebon/pr/coreos-tag
Browse files Browse the repository at this point in the history
NO-JIRA: Containerfile: use correct tag in FROM
  • Loading branch information
openshift-merge-bot[bot] authored Nov 25, 2024
2 parents 2822e38 + e7b8ddc commit 492753c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
# --security-opt label=disable -t localhost/openshift-node-c9s \
# src/config

FROM quay.io/openshift-release-dev/ocp-v4.0-art-dev:rhel-coreos-base-c9s
FROM quay.io/openshift-release-dev/ocp-v4.0-art-dev:c9s-coreos
RUN --mount=type=bind,target=/run/src /run/src/scripts/apply-manifest /run/src/packages-openshift.yaml && \
ostree container commit

0 comments on commit 492753c

Please sign in to comment.