Skip to content

Commit

Permalink
Containerfile: use correct tag in FROM
Browse files Browse the repository at this point in the history
I think at the time I wrote this, I hadn't set up the pipeline yet for
it, so I wasn't sure what its tag name was going to me. We know it now,
so just fix this.
  • Loading branch information
jlebon committed Nov 15, 2024
1 parent 2822e38 commit e7b8ddc
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 e7b8ddc

Please sign in to comment.