5GOpenUPF / openupf

A 3GPP R16 compliant open source 5G core UPF (User Plane Function).
Apache License 2.0
95 stars 27 forks source link

Docker Build Documentation #3

Closed infinitydon closed 3 years ago

infinitydon commented 3 years ago

Hi,

I am currently trying to build the docker image but I am getting the following errors:

$ sudo docker cp install/bin/ ${OPENUPF_IMAGE_NAME}:/opt/upf/bin
lstat /home/ec2-user/openupf/install/bin: no such file or directory
$ sudo docker cp install/lib/ ${OPENUPF_IMAGE_NAME}:/opt/upf/lib
lstat /home/ec2-user/openupf/install/lib: no such file or directory

$ ls
build  CMakeLists.txt  config  core  doc  images  install  libs  LICENSE  README.md
.
.
$ ls install/
script

There is no bin or lib in the install folder.

infinitydon commented 3 years ago

Image build works now, I missed the build step..

hrkgarg commented 11 months ago

I have compiled the code on RHEL-8.8. However, when I am trying to run using start_upf.sh script, It is pulling the docker image for air5005/upu instead of taking the compiled code and creating redhat image from it. Please let me know how can I run UPF on Redhat-8