diff --git a/ci-scripts/cls_cluster.py b/ci-scripts/cls_cluster.py index 87fe740ec965a9b6548e0f4381360550cb46d36a..786cb55ed2f9185e3409a0478957cfee77f354d8 100644 --- a/ci-scripts/cls_cluster.py +++ b/ci-scripts/cls_cluster.py @@ -378,8 +378,8 @@ class Cluster: self._recreate_is_tag('oai-nr-cuup', imageTag, 'openshift/oai-nr-cuup-is.yaml') self._recreate_bc('oai-nr-cuup', imageTag, 'openshift/oai-nr-cuup-bc.yaml') - self._retag_image_statement('ran-base', 'image-registry.openshift-image-registry.svc:5000/oaicicd-ran/ran-base', baseTag, 'docker/Dockerfile.nr-cuup.rhel8.2') - self._retag_image_statement('ran-build', 'image-registry.openshift-image-registry.svc:5000/oaicicd-ran/ran-build', imageTag, 'docker/Dockerfile.nr-cuup.rhel8.2') + self._retag_image_statement('ran-base', 'image-registry.openshift-image-registry.svc:5000/oaicicd-ran/ran-base', baseTag, 'docker/Dockerfile.nr-cuup.rhel9') + self._retag_image_statement('ran-build', 'image-registry.openshift-image-registry.svc:5000/oaicicd-ran/ran-build', imageTag, 'docker/Dockerfile.nr-cuup.rhel9') nr_cuup_job = self._start_build('oai-nr-cuup') attemptedImages += ['oai-nr-cuup'] diff --git a/docker/Dockerfile.nr-cuup.rhel8.2 b/docker/Dockerfile.nr-cuup.rhel9 similarity index 100% rename from docker/Dockerfile.nr-cuup.rhel8.2 rename to docker/Dockerfile.nr-cuup.rhel9 diff --git a/openshift/oai-nr-cuup-bc.yaml b/openshift/oai-nr-cuup-bc.yaml index d92560cc5864c48c940bd85ba24de4288a042a72..eceff703486638e1d66d3c0665946e75f1c29d68 100644 --- a/openshift/oai-nr-cuup-bc.yaml +++ b/openshift/oai-nr-cuup-bc.yaml @@ -30,7 +30,7 @@ spec: type: "Binary" strategy: dockerStrategy: - dockerfilePath: "docker/Dockerfile.nr-cuup.rhel8.2" + dockerfilePath: "docker/Dockerfile.nr-cuup.rhel9" output: to: kind: "ImageStreamTag"