-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build support for CentOS and Docker #23
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Radoslav Dimitrov <[email protected]>
… basic Docker image. Signed-off-by: Nikolay Nikolaev <[email protected]>
Enabling Ubuntu and others
Signed-off-by: Radoslav Dimitrov <[email protected]>
* 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 <[email protected]> * Detect podman presence, otherwise use docker Signed-off-by: Nikolay Nikolaev <[email protected]> * Adapt sed usage for non-GNU versions Signed-off-by: Nikolay Nikolaev <[email protected]> * Cleanup all Centos8 Dockerfiles Remove unrelated labels and properties. Signed-off-by: Nikolay Nikolaev <[email protected]>
The COPY command had a syntax error in some of the dockerfiles Signed-off-by: Radoslav Dimitrov <[email protected]>
Signed-off-by: Radoslav Dimitrov <[email protected]>
Signed-off-by: Radoslav Dimitrov <[email protected]>
Signed-off-by: Radoslav Dimitrov <[email protected]>
Signed-off-by: Radoslav Dimitrov <[email protected]>
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: