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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
lizhongxiao
OpenXG-RAN
Commits
f867ea00
Commit
f867ea00
authored
Jun 06, 2023
by
Jaroslava Fiedlerova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename Dockerfile for nr-cuup from rhel8.2 to rhel9
parent
e56cb46c
Changes
3
Hide 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 @
f867ea00
...
...
@@ -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 @
f867ea00
File moved
openshift/oai-nr-cuup-bc.yaml
View file @
f867ea00
...
...
@@ -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