Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-RAN
Commits
0bcaf25e
Commit
0bcaf25e
authored
Jun 06, 2023
by
Jaroslava Fiedlerova
Committed by
Makarand kulkarni
Jun 12, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename Dockerfile for nr-cuup from rhel8.2 to rhel9
parent
26abb700
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ci-scripts/cls_cluster.py
ci-scripts/cls_cluster.py
+2
-2
docker/Dockerfile.nr-cuup.rhel9
docker/Dockerfile.nr-cuup.rhel9
+0
-0
openshift/oai-nr-cuup-bc.yaml
openshift/oai-nr-cuup-bc.yaml
+1
-1
No files found.
ci-scripts/cls_cluster.py
View file @
0bcaf25e
...
...
@@ -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.rhel
8.2
'
)
self
.
_retag_image_statement
(
'ran-build'
,
'image-registry.openshift-image-registry.svc:5000/oaicicd-ran/ran-build'
,
imageTag
,
'docker/Dockerfile.nr-cuup.rhel
8.2
'
)
self
.
_retag_image_statement
(
'ran-base'
,
'image-registry.openshift-image-registry.svc:5000/oaicicd-ran/ran-base'
,
baseTag
,
'docker/Dockerfile.nr-cuup.rhel
9
'
)
self
.
_retag_image_statement
(
'ran-build'
,
'image-registry.openshift-image-registry.svc:5000/oaicicd-ran/ran-build'
,
imageTag
,
'docker/Dockerfile.nr-cuup.rhel
9
'
)
nr_cuup_job
=
self
.
_start_build
(
'oai-nr-cuup'
)
attemptedImages
+=
[
'oai-nr-cuup'
]
...
...
docker/Dockerfile.nr-cuup.rhel
8.2
→
docker/Dockerfile.nr-cuup.rhel
9
View file @
0bcaf25e
File moved
openshift/oai-nr-cuup-bc.yaml
View file @
0bcaf25e
...
...
@@ -30,7 +30,7 @@ spec:
type
:
"
Binary"
strategy
:
dockerStrategy
:
dockerfilePath
:
"
docker/Dockerfile.nr-cuup.rhel
8.2
"
dockerfilePath
:
"
docker/Dockerfile.nr-cuup.rhel
9
"
output
:
to
:
kind
:
"
ImageStreamTag"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment