Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-UPF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
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-UPF
Commits
ffd8794a
Commit
ffd8794a
authored
Jun 01, 2021
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup on dockerfile names
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
fd6ed460
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
6 deletions
+13
-6
README.md
README.md
+10
-3
docker/Dockerfile.upf-vpp.rhel7
docker/Dockerfile.upf-vpp.rhel7
+0
-0
docker/Dockerfile.upf-vpp.ubuntu18
docker/Dockerfile.upf-vpp.ubuntu18
+0
-0
docs/BUILD_IMAGE.md
docs/BUILD_IMAGE.md
+3
-3
No files found.
README.md
View file @
ffd8794a
...
@@ -59,7 +59,14 @@ The OpenAirInterface CN UPF software is composed of the following parts:
...
@@ -59,7 +59,14 @@ The OpenAirInterface CN UPF software is composed of the following parts:
<pre>
<pre>
openair-cn5g-upf-vpp
openair-cn5g-upf-vpp
├── ci-scripts: Directory containing the script files for CI framework.
├── build
└── src: Source files of UPF.
│ └── scripts
├── common: Common header files
├── ci-scripts
├── docker
├── docs
│ └── images
└── scripts
├── patches
├── tests
└── upf_conf
</pre>
</pre>
docker/Dockerfile.
vppupf
.rhel7
→
docker/Dockerfile.
upf-vpp
.rhel7
View file @
ffd8794a
File moved
docker/Dockerfile.u
buntu.18.04
→
docker/Dockerfile.u
pf-vpp.ubuntu18
View file @
ffd8794a
File moved
docs/BUILD_IMAGE.md
View file @
ffd8794a
...
@@ -20,7 +20,7 @@ Here in our network configuration, we need to pass the "GIT PROXY" configuration
...
@@ -20,7 +20,7 @@ Here in our network configuration, we need to pass the "GIT PROXY" configuration
```
bash
```
bash
$
docker build
--target
vpp-upg
--tag
vpp-upg:develop
\
$
docker build
--target
vpp-upg
--tag
vpp-upg:develop
\
--file
docker/Dockerfile.u
buntu.18.04
\
--file
docker/Dockerfile.u
pf-vpp.ubuntu18
\
--build-arg
NEEDED_GIT_PROXY
=
"http://proxy.eurecom.fr:8080"
.
--build-arg
NEEDED_GIT_PROXY
=
"http://proxy.eurecom.fr:8080"
.
```
```
...
@@ -28,6 +28,6 @@ $ docker build --target vpp-upg --tag vpp-upg:develop \
...
@@ -28,6 +28,6 @@ $ docker build --target vpp-upg --tag vpp-upg:develop \
```
bash
```
bash
$
docker build
--target
vpp-upg
--tag
vpp-upg:develop
\
$
docker build
--target
vpp-upg
--tag
vpp-upg:develop
\
--file
docker/Dockerfile.
vppupf
.rhel7
\
--file
docker/Dockerfile.
upf-vpp
.rhel7
\
--build-arg
EURECOM
_PROXY
=
"http://proxy.eurecom.fr:8080"
.
--build-arg
NEEDED_GIT
_PROXY
=
"http://proxy.eurecom.fr:8080"
.
```
```
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