File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 tag : fedora42-srpm
3737 platforms : linux/amd64, linux/arm64/v8
3838
39+ - dockerfile : srpm.Dockerfile
40+ image : fedora:43
41+ tag : fedora43-srpm
42+ platforms : linux/amd64, linux/arm64/v8
43+
3944 - dockerfile : srpm.Dockerfile
4045 image : registry.access.redhat.com/ubi7
4146 tag : rhel7-srpm
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ LABEL maintainer="MariaDB Buildbot maintainers"
1010# REPOSITORY AND RPM TOOLS SETUP
1111# hadolint ignore=SC2086
1212RUN source /etc/os-release \
13- && case $PLATFORM_ID in \
14- "platform:el8" | "platform:el9" | "platform:el10" | "platform:f41" | "platform:f42" ) \
13+ && case "$ID:$VERSION_ID" in \
14+ rhel:8*|rhel:9*|rhel:1*|fedora:* ) \
1515 dnf -y upgrade \
1616 && dnf -y install rpm-build yum-utils wget which perl-generators sudo gcc-c++; \
1717 case $ID in \
You can’t perform that action at this time.
0 commit comments