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
b90a4691
Commit
b90a4691
authored
Jun 18, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correctly build AW2S in dockerfile
parent
4db08dc6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
docker/Dockerfile.gNB.aw2s.rhel9
docker/Dockerfile.gNB.aw2s.rhel9
+2
-2
docker/Dockerfile.gNB.aw2s.rocky
docker/Dockerfile.gNB.aw2s.rocky
+2
-2
docker/Dockerfile.gNB.aw2s.ubuntu20
docker/Dockerfile.gNB.aw2s.ubuntu20
+2
-2
No files found.
docker/Dockerfile.gNB.aw2s.rhel9
View file @
b90a4691
...
...
@@ -34,8 +34,8 @@ COPY ./libori.so /usr/local/lib
# build AW2S fronthaul lib
WORKDIR /oai-ran
RUN /bin/sh oaienv && \
cd cmake_targets/
ran_build/build
&& \
ninja aw2sori_transpro
cd cmake_targets/ && \
./build_oai -w AW2SORI -t Ethernet
#start from scratch for target executable
FROM registry.access.redhat.com/ubi9/ubi:latest as oai-gnb-aw2s
...
...
docker/Dockerfile.gNB.aw2s.rocky
View file @
b90a4691
...
...
@@ -35,8 +35,8 @@ COPY ./libori.so /usr/local/lib
# build AW2S fronthaul lib
WORKDIR /oai-ran
RUN /bin/sh oaienv && \
cd cmake_targets/
ran_build/build
&& \
ninja aw2sori_transpro
cd cmake_targets/ && \
./build_oai -w AW2SORI -t Ethernet
#start from scratch for target executable
FROM $BASE_IMAGE as oai-gnb-aw2s
...
...
docker/Dockerfile.gNB.aw2s.ubuntu20
View file @
b90a4691
...
...
@@ -34,8 +34,8 @@ COPY ./libori.so /usr/local/lib/
# build AW2S fronthaul lib
WORKDIR /oai-ran
RUN /bin/sh oaienv && \
cd cmake_targets/
ran_build/build
&& \
ninja aw2sori_transpro
cd cmake_targets/ && \
./build_oai -w AW2SORI -t Ethernet
#start from scratch for target executable
FROM ubuntu:bionic as oai-gnb-aw2s
...
...
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