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
26abb700
Commit
26abb700
authored
Jun 05, 2023
by
Jaroslava Fiedlerova
Committed by
Makarand kulkarni
Jun 12, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rebase, modification of Dockerfile for nr-cuup
parent
f73513f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
docker/Dockerfile.nr-cuup.rhel8.2
docker/Dockerfile.nr-cuup.rhel8.2
+4
-4
No files found.
docker/Dockerfile.nr-cuup.rhel8.2
View file @
26abb700
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#---------------------------------------------------------------------
#---------------------------------------------------------------------
#
#
# Dockerfile for the Open-Air-Interface BUILD service
# Dockerfile for the Open-Air-Interface BUILD service
# Valid for RHEL
8.2
# Valid for RHEL
9
#
#
#---------------------------------------------------------------------
#---------------------------------------------------------------------
...
@@ -32,12 +32,12 @@ FROM ran-build:latest AS gnb-build
...
@@ -32,12 +32,12 @@ FROM ran-build:latest AS gnb-build
RUN cp /oai-ran/docker/scripts/gnb_entrypoint.sh /oai-ran/docker/scripts/entrypoint.sh
RUN cp /oai-ran/docker/scripts/gnb_entrypoint.sh /oai-ran/docker/scripts/entrypoint.sh
#start from scratch for target executable
#start from scratch for target executable
FROM registry.access.redhat.com/ubi
8
/ubi:latest as oai-nr-cuup
FROM registry.access.redhat.com/ubi
9
/ubi:latest as oai-nr-cuup
ENV TZ=Europe/Paris
ENV TZ=Europe/Paris
RUN yum repolist --disablerepo=* && \
RUN yum repolist --disablerepo=* && \
yum update -y && \
yum update -y && \
yum install -y
--enablerepo="ubi-8-codeready-builder"
\
yum install -y \
procps-ng \
procps-ng \
lksctp-tools \
lksctp-tools \
tzdata \
tzdata \
...
@@ -59,7 +59,7 @@ COPY --from=gnb-build \
...
@@ -59,7 +59,7 @@ COPY --from=gnb-build \
/usr/local/lib/
/usr/local/lib/
COPY --from=gnb-base \
COPY --from=gnb-base \
/lib64/libconfig.so.
9
\
/lib64/libconfig.so.
11
\
/lib64/libblas.so.3 \
/lib64/libblas.so.3 \
/lib64/liblapack.so.3 \
/lib64/liblapack.so.3 \
/lib64/liblapacke.so.3 \
/lib64/liblapacke.so.3 \
...
...
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