Commit ffd8794a authored by Raphael Defosseux's avatar Raphael Defosseux

Cleanup on dockerfile names

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent fd6ed460
...@@ -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>
...@@ -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.ubuntu.18.04 \ --file docker/Dockerfile.upf-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" .
``` ```
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment