Skip to content
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

MDBF-783 - [GitHub] - Container image build failure for ubi9 #555

Merged
merged 2 commits into from
Sep 2, 2024

Conversation

RazvanLiviuVarzaru
Copy link
Collaborator

@RazvanLiviuVarzaru RazvanLiviuVarzaru commented Sep 2, 2024

@grooverdan / @vladbogo

Maybe it's time to switch to EPEL.

See:

docker run --rm -it -u root quay.io/mariadb-foundation/bb-worker:rhel9 bash
    [@48969562dc17 buildbot]# uname -p
        x86_64
    [@48969562dc17 buildbot]# dnf list buildbot-worker
        Available Packages
        buildbot-worker.noarch  3.11.7el9 epel

docker run --rm --platform linux/ppc64le -it -u root quay.io/mariadb-foundation/bb-worker:rhel9 bash
    [@331258cd83eb buildbot]# uname -p
        ppc64le
    [@331258cd83eb buildbot]# dnf list buildbot-worker
        Available Packages
        buildbot-worker.noarch  3.11.7-1.el9 epel

docker run --rm --platform linux/arm64 -it -u root quay.io/mariadb-foundation/bb-worker:rhel9 bash
    [@022ae2241c2b buildbot]# uname -p
        aarch64
    [@022ae2241c2b buildbot]# dnf list buildbot-worker
        Available Packages
        buildbot-worker.noarch  3.11.7-1.el9 epel 


docker run --rm --platform linux/s390x -it -u root quay.io/mariadb-foundation/bb-worker:rhel9 bash
[@4815fe007276 buildbot]# uname -p
    s390x
[@4815fe007276 buildbot]# dnf list buildbot-worker
    Available Packages
    buildbot-worker.noarch  3.11.7-1.el9 epel 

@RazvanLiviuVarzaru RazvanLiviuVarzaru changed the title Fix/ubi9 build MDBF-783 - [GitHub] - Container image build failure for ubi9 Sep 2, 2024
@RazvanLiviuVarzaru RazvanLiviuVarzaru merged commit 4bdc97b into MariaDB:dev Sep 2, 2024
4 checks passed
@RazvanLiviuVarzaru RazvanLiviuVarzaru deleted the fix/ubi9-build branch September 29, 2024 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants