-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add support for openEuler OS (24.03 LTS) #546
Conversation
The build of the image fails due to line
that evaluates to |
Hi Martin! Thank you for your contribution. For our CI to build an image for openEuler it's necessary to add a block of code here:
but I don't know if this is planned yet or we are just preparing the underlying dockerfile. The difference between centos and centos-pip yml workflows is the installation of twisted & buildbot-worker. It depends on the availability of these 2 packages in the distribution default repository. https://github.com/MariaDB/buildbot/blob/dev/ci_build_images/pip.Dockerfile |
Note: openEuler does not have/need powertools/crb and yum-utils Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Trying to solve the following error: ``` Error: error normalizing name "bb-worker:docker.io/openeuler/openeuler24.03-lts": invalid reference format ``` Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
https://github.com/MariaDB/buildbot/actions/runs/10491424252/job/29061241805?pr=546 Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
As requested by @grooverdan at https://mariadb.zulipchat.com/#narrow/stream/451209-MariaDB-in-openEuler/topic/Buildbot.20CI.20image/near/463982676
To run:
buildah bud --build-arg BASE_IMAGE=docker.io/openeuler/openeuler:24.03-lts -f centos.Dockerfile
Note: openEuler does not have/need powertools/crb and yum-utils
Add Worker template
Checklist