From e7b8ddca744a8650a428e36a6b8ab5f3dea7b6db Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 15 Nov 2024 15:16:08 -0500 Subject: [PATCH] Containerfile: use correct tag in FROM 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. --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index a514c9ea..0e6d883f 100644 --- a/Containerfile +++ b/Containerfile @@ -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