From 938bb1af95ee5a5de9e3ee13e864f20058f187bb Mon Sep 17 00:00:00 2001 From: Prashanth684 Date: Thu, 2 May 2024 13:02:41 -0700 Subject: [PATCH] OKD-scos: fix pod build In an effort to build OKD on top of centos stream(https://issues.redhat.com/browse/OKD-210), OKD-scos configs were added in #50118. We are going through all images and identifying the ones which do not build and are working to fix them.This PR fixes the context for the dockerfile. --- .../kubernetes/openshift-kubernetes-master__okd-scos.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci-operator/config/openshift/kubernetes/openshift-kubernetes-master__okd-scos.yaml b/ci-operator/config/openshift/kubernetes/openshift-kubernetes-master__okd-scos.yaml index 28f9887707d03..6f9ab75c93478 100644 --- a/ci-operator/config/openshift/kubernetes/openshift-kubernetes-master__okd-scos.yaml +++ b/ci-operator/config/openshift/kubernetes/openshift-kubernetes-master__okd-scos.yaml @@ -26,7 +26,8 @@ images: - build_args: - name: TAGS value: scos - dockerfile_path: build/pause/Dockerfile.Rhel + context_dir: build/pause + dockerfile_path: Dockerfile.Rhel from: origin_scos-4.16_base-stream9 inputs: ocp_builder_rhel-9-golang-1.21-openshift-4.16: