Commit 3f05f802 authored by Rohan Raju Kharade's avatar Rohan Raju Kharade Committed by Raphael Defosseux

Ubuntu22.04 support

Signed-off-by: default avatarRohan Raju Kharade <kharade@massive.sboai.cs.eurecom.fr>
parent 9cb5da7f
...@@ -33,7 +33,16 @@ $ docker build --target oai-upf-vpp --tag oai-upf-vpp:latest \ ...@@ -33,7 +33,16 @@ $ docker build --target oai-upf-vpp --tag oai-upf-vpp:latest \
--build-arg BASE_IMAGE=ubuntu:20.04 . --build-arg BASE_IMAGE=ubuntu:20.04 .
``` ```
## 3.3 On a RHEL 7 Host ## ## 3.3 On a Ubuntu 22.04 Host ##
```bash
$ docker build --target oai-upf-vpp --tag oai-upf-vpp:latest \
--file docker/Dockerfile.upf-vpp.ubuntu \
--build-arg NEEDED_GIT_PROXY="http://proxy.eurecom.fr:8080" \
--build-arg BASE_IMAGE=ubuntu:22.04 .
```
## 3.4 On a RHEL 7 Host ##
```bash ```bash
$ docker build --target oai-upf-vpp --tag oai-upf-vpp:latest \ $ docker build --target oai-upf-vpp --tag oai-upf-vpp:latest \
......
...@@ -11,4 +11,15 @@ ...@@ -11,4 +11,15 @@
if (compiler_flag_no_address_of_packed_member) if (compiler_flag_no_address_of_packed_member)
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@
# +libganglia1-dev if building the gmond plugin
DEB_DEPENDS = curl build-essential autoconf automake ccache
-DEB_DEPENDS += debhelper dkms git libtool libapr1-dev dh-systemd dh-python
+DEB_DEPENDS += debhelper dkms git libtool libapr1-dev dh-python
DEB_DEPENDS += libconfuse-dev git-review exuberant-ctags cscope pkg-config
DEB_DEPENDS += lcov chrpath autoconf indent clang-format libnuma-dev
DEB_DEPENDS += python3-all python3-setuptools check
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