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
littleBu
OpenXG-RAN
Commits
afae209d
Commit
afae209d
authored
1 year ago
by
Robert Schmidt
Committed by
Jaroslava Fiedlerova
1 year ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable right repository for RHEL9 images
parent
16685cb5
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
12 deletions
+9
-12
docker/Dockerfile.base.rhel9
docker/Dockerfile.base.rhel9
+0
-1
docker/Dockerfile.eNB.rhel9
docker/Dockerfile.eNB.rhel9
+1
-1
docker/Dockerfile.gNB.aw2s.rhel9
docker/Dockerfile.gNB.aw2s.rhel9
+2
-3
docker/Dockerfile.gNB.rhel9
docker/Dockerfile.gNB.rhel9
+2
-3
docker/Dockerfile.lteRU.rhel9
docker/Dockerfile.lteRU.rhel9
+1
-1
docker/Dockerfile.lteUE.rhel9
docker/Dockerfile.lteUE.rhel9
+1
-1
docker/Dockerfile.nrUE.rhel9
docker/Dockerfile.nrUE.rhel9
+1
-1
docker/Dockerfile.phySim.rhel9
docker/Dockerfile.phySim.rhel9
+1
-1
No files found.
docker/Dockerfile.base.rhel9
View file @
afae209d
...
...
@@ -42,7 +42,6 @@ COPY ./rhsm-ca /etc/rhsm/ca
ENV SMDEV_CONTAINER_OFF=1
#install developers pkg/repo
RUN rm -f /etc/rhsm-host && \
dnf repolist --disablerepo=* && \
subscription-manager repos --enable codeready-builder-for-rhel-9-x86_64-rpms && \
dnf update -y && \
dnf install -y \
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile.eNB.rhel9
View file @
afae209d
...
...
@@ -37,7 +37,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-enb
ENV TZ=Europe/Paris
RUN dnf update -y && \
dnf install -y --enablerepo="
ubi-9-codeready-builder
" \
dnf install -y --enablerepo="
codeready-builder-for-rhel-9-x86_64-rpms
" \
lksctp-tools \
tzdata \
procps-ng \
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile.gNB.aw2s.rhel9
View file @
afae209d
...
...
@@ -41,9 +41,8 @@ RUN /bin/sh oaienv && \
FROM registry.access.redhat.com/ubi9/ubi:latest as oai-gnb-aw2s
ENV TZ=Europe/Paris
RUN dnf repolist --disablerepo=* && \
dnf update -y && \
dnf install -y --enablerepo="ubi-9-codeready-builder" \
RUN dnf update -y && \
dnf install -y --enablerepo="codeready-builder-for-rhel-9-x86_64-rpms" \
procps-ng \
libXpm \
libX11 \
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile.gNB.rhel9
View file @
afae209d
...
...
@@ -36,9 +36,8 @@ RUN python3 ./docker/scripts/generateTemplate.py ./docker/scripts/gnb_parameters
FROM registry.access.redhat.com/ubi9/ubi:latest as oai-gnb
ENV TZ=Europe/Paris
RUN dnf repolist --disablerepo=* && \
dnf update -y && \
dnf install -y --enablerepo="ubi-9-codeready-builder" \
RUN dnf update -y && \
dnf install -y --enablerepo="codeready-builder-for-rhel-9-x86_64-rpms" \
procps-ng \
libXpm \
libX11 \
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile.lteRU.rhel9
View file @
afae209d
...
...
@@ -37,7 +37,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-lte-ru
ENV TZ=Europe/Paris
RUN dnf update -y && \
dnf install -y --enablerepo="
ubi-9-codeready-builder
" \
dnf install -y --enablerepo="
codeready-builder-for-rhel-9-x86_64-rpms
" \
tzdata \
procps-ng \
atlas \
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile.lteUE.rhel9
View file @
afae209d
...
...
@@ -38,7 +38,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-lte-ue
ENV TZ=Europe/Paris
RUN dnf update -y && \
dnf install -y --enablerepo="
ubi-9-codeready-builder
" \
dnf install -y --enablerepo="
codeready-builder-for-rhel-9-x86_64-rpms
" \
lksctp-tools \
procps-ng \
tzdata \
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile.nrUE.rhel9
View file @
afae209d
...
...
@@ -37,7 +37,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-nr-ue
ENV TZ=Europe/Paris
RUN dnf update -y && \
dnf install -y --enablerepo="
ubi-9-codeready-builder
" \
dnf install -y --enablerepo="
codeready-builder-for-rhel-9-x86_64-rpms
" \
lksctp-tools \
procps-ng \
tzdata \
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile.phySim.rhel9
View file @
afae209d
...
...
@@ -44,7 +44,7 @@ RUN /bin/sh oaienv && \
FROM registry.access.redhat.com/ubi9/ubi:latest as oai-physim
RUN dnf update -y && \
dnf install -y --enablerepo="
ubi-9-codeready-builder
" \
dnf install -y --enablerepo="
codeready-builder-for-rhel-9-x86_64-rpms
" \
lksctp-tools \
tzdata \
atlas \
...
...
This diff is collapsed.
Click to expand it.
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