Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
cn5g
oai-cn5g-upf-vpp
Commits
ffd8794a
Commit
ffd8794a
authored
Jun 01, 2021
by
Raphael Defosseux
Browse files
Cleanup on dockerfile names
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
fd6ed460
Changes
4
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ffd8794a
...
...
@@ -59,7 +59,14 @@ The OpenAirInterface CN UPF software is composed of the following parts:
<pre>
openair-cn5g-upf-vpp
├── ci-scripts: Directory containing the script files for CI framework.
└── src: Source files of UPF.
├── common: Common header files
├── build
│ └── scripts
├── ci-scripts
├── docker
├── docs
│ └── images
└── scripts
├── patches
├── tests
└── upf_conf
</pre>
docker/Dockerfile.
vpp
upf.rhel7
→
docker/Dockerfile.upf
-vpp
.rhel7
View file @
ffd8794a
File moved
docker/Dockerfile.ubuntu
.
18
.04
→
docker/Dockerfile.
upf-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
```
bash
$
docker build
--target
vpp-upg
--tag
vpp-upg:develop
\
--file
docker/Dockerfile.ubuntu
.
18
.04
\
--file
docker/Dockerfile.
upf-vpp.
ubuntu18
\
--build-arg
NEEDED_GIT_PROXY
=
"http://proxy.eurecom.fr:8080"
.
```
...
...
@@ -28,6 +28,6 @@ $ docker build --target vpp-upg --tag vpp-upg:develop \
```
bash
$
docker build
--target
vpp-upg
--tag
vpp-upg:develop
\
--file
docker/Dockerfile.
vpp
upf.rhel7
\
--build-arg
EURECOM
_PROXY
=
"http://proxy.eurecom.fr:8080"
.
--file
docker/Dockerfile.upf
-vpp
.rhel7
\
--build-arg
NEEDED_GIT
_PROXY
=
"http://proxy.eurecom.fr:8080"
.
```
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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