Rename Dockerfile for nr-cuup from rhel8.2 to rhel9

This commit is contained in:
Jaroslava Fiedlerova
2023-06-06 08:06:16 +02:00
parent e56cb46c40
commit f867ea00c8
3 changed files with 3 additions and 3 deletions

View File

@@ -378,8 +378,8 @@ class Cluster:
self._recreate_is_tag('oai-nr-cuup', imageTag, 'openshift/oai-nr-cuup-is.yaml') 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._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-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.rhel8.2') 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') nr_cuup_job = self._start_build('oai-nr-cuup')
attemptedImages += ['oai-nr-cuup'] attemptedImages += ['oai-nr-cuup']

View File

@@ -30,7 +30,7 @@ spec:
type: "Binary" type: "Binary"
strategy: strategy:
dockerStrategy: dockerStrategy:
dockerfilePath: "docker/Dockerfile.nr-cuup.rhel8.2" dockerfilePath: "docker/Dockerfile.nr-cuup.rhel9"
output: output:
to: to:
kind: "ImageStreamTag" kind: "ImageStreamTag"