Build support for CentOS and Docker#23
Build support for CentOS and Docker#23rdimitrov wants to merge 10 commits intoopenairinterface:masterfrom
Conversation
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
… basic Docker image. Signed-off-by: Nikolay Nikolaev <nnikolay@vmware.com>
Enabling Ubuntu and others
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
* Check for the presence of /etc/os-release This enables the build on non-systemd/non-linux *nixes, like OSX. Signed-off-by: Nikolay Nikolaev <nnikolay@vmware.com> * Detect podman presence, otherwise use docker Signed-off-by: Nikolay Nikolaev <nnikolay@vmware.com> * Adapt sed usage for non-GNU versions Signed-off-by: Nikolay Nikolaev <nnikolay@vmware.com> * Cleanup all Centos8 Dockerfiles Remove unrelated labels and properties. Signed-off-by: Nikolay Nikolaev <nnikolay@vmware.com>
The COPY command had a syntax error in some of the dockerfiles Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
|
Dear authors, |
|
@kaltenbe: Thank you for your feedback! I'd be glad to assist, so we can move this forward 👍 Also, I'd be happy if there's someone willing to help with resolving the failure to build the MME image and possibly help to verify that the images are built okay and run as expected. |
Description
For the time being, the OAI project can be built only on RHEL using Podman.
The following PR aims to add support for CentOS as a base OS image and Docker as a container engine.
This is the status so far -
In that sense, it'd be really helpful if someone can assist with that! 👍
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist: