Build RHEL9 images on Openshift Cluster

- update of existing Dockerfiles for building RHEL8 images to RHEL9
This commit is contained in:
Jaroslava Fiedlerova
2023-06-03 13:03:31 +02:00
parent c81ed57a93
commit 296bddb904
22 changed files with 131 additions and 129 deletions

View File

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

View File

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

View File

@@ -34,7 +34,7 @@ spec:
destinationDir: libori.so
strategy:
dockerStrategy:
dockerfilePath: "docker/Dockerfile.gNB.aw2s.rhel8.2"
dockerfilePath: "docker/Dockerfile.gNB.aw2s.rhel9"
output:
to:
kind: "ImageStreamTag"

View File

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

View File

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

View File

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

View File

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

View File

@@ -43,7 +43,7 @@ spec:
destinationDir: rhsm-ca
strategy:
dockerStrategy:
dockerfilePath: "docker/Dockerfile.base.rhel8.2"
dockerfilePath: "docker/Dockerfile.base.rhel9"
output:
to:
kind: "ImageStreamTag"

View File

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