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
ff9b1802
Commit
ff9b1802
authored
Jun 05, 2023
by
Jaroslava Fiedlerova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove rhel9 codeready builder repo from Dockerfiles
parent
2c83d264
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
docker/Dockerfile.eNB.rhel9
docker/Dockerfile.eNB.rhel9
+1
-1
docker/Dockerfile.gNB.aw2s.rhel9
docker/Dockerfile.gNB.aw2s.rhel9
+1
-1
docker/Dockerfile.gNB.rhel9
docker/Dockerfile.gNB.rhel9
+1
-1
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.eNB.rhel9
View file @
ff9b1802
...
@@ -37,7 +37,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-enb
...
@@ -37,7 +37,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-enb
ENV TZ=Europe/Paris
ENV TZ=Europe/Paris
RUN dnf update -y && \
RUN dnf update -y && \
dnf install -y
--enablerepo="codeready-builder-for-rhel-9-x86_64-rpms"
\
dnf install -y \
lksctp-tools \
lksctp-tools \
tzdata \
tzdata \
procps-ng \
procps-ng \
...
...
docker/Dockerfile.gNB.aw2s.rhel9
View file @
ff9b1802
...
@@ -42,7 +42,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-gnb-aw2s
...
@@ -42,7 +42,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-gnb-aw2s
ENV TZ=Europe/Paris
ENV TZ=Europe/Paris
RUN dnf update -y && \
RUN dnf update -y && \
dnf install -y
--enablerepo="codeready-builder-for-rhel-9-x86_64-rpms"
\
dnf install -y \
procps-ng \
procps-ng \
libXpm \
libXpm \
libX11 \
libX11 \
...
...
docker/Dockerfile.gNB.rhel9
View file @
ff9b1802
...
@@ -37,7 +37,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-gnb
...
@@ -37,7 +37,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-gnb
ENV TZ=Europe/Paris
ENV TZ=Europe/Paris
RUN dnf update -y && \
RUN dnf update -y && \
dnf install -y
--enablerepo="codeready-builder-for-rhel-9-x86_64-rpms"
\
dnf install -y \
procps-ng \
procps-ng \
libXpm \
libXpm \
libX11 \
libX11 \
...
...
docker/Dockerfile.lteRU.rhel9
View file @
ff9b1802
...
@@ -37,7 +37,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-lte-ru
...
@@ -37,7 +37,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-lte-ru
ENV TZ=Europe/Paris
ENV TZ=Europe/Paris
RUN dnf update -y && \
RUN dnf update -y && \
dnf install -y
--enablerepo="codeready-builder-for-rhel-9-x86_64-rpms"
\
dnf install -y \
tzdata \
tzdata \
procps-ng \
procps-ng \
atlas \
atlas \
...
...
docker/Dockerfile.lteUE.rhel9
View file @
ff9b1802
...
@@ -38,7 +38,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-lte-ue
...
@@ -38,7 +38,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-lte-ue
ENV TZ=Europe/Paris
ENV TZ=Europe/Paris
RUN dnf update -y && \
RUN dnf update -y && \
dnf install -y
--enablerepo="codeready-builder-for-rhel-9-x86_64-rpms"
\
dnf install -y \
lksctp-tools \
lksctp-tools \
procps-ng \
procps-ng \
tzdata \
tzdata \
...
...
docker/Dockerfile.nrUE.rhel9
View file @
ff9b1802
...
@@ -37,7 +37,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-nr-ue
...
@@ -37,7 +37,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-nr-ue
ENV TZ=Europe/Paris
ENV TZ=Europe/Paris
RUN dnf update -y && \
RUN dnf update -y && \
dnf install -y
--enablerepo="codeready-builder-for-rhel-9-x86_64-rpms"
\
dnf install -y \
lksctp-tools \
lksctp-tools \
procps-ng \
procps-ng \
tzdata \
tzdata \
...
...
docker/Dockerfile.phySim.rhel9
View file @
ff9b1802
...
@@ -44,7 +44,7 @@ RUN /bin/sh oaienv && \
...
@@ -44,7 +44,7 @@ RUN /bin/sh oaienv && \
FROM registry.access.redhat.com/ubi9/ubi:latest as oai-physim
FROM registry.access.redhat.com/ubi9/ubi:latest as oai-physim
RUN dnf update -y && \
RUN dnf update -y && \
dnf install -y
--enablerepo="codeready-builder-for-rhel-9-x86_64-rpms"
\
dnf install -y \
lksctp-tools \
lksctp-tools \
tzdata \
tzdata \
atlas \
atlas \
...
...
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