Skip to content

Commit

Permalink
bbw: openeuler match reponame of galera
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Nov 21, 2024
1 parent 79b6035 commit 8a92273
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci_build_images/centos.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ RUN dnf -y install 'dnf-command(config-manager)' \
"openEuler") \
ID=openeuler; \
# VERSION_ID has leading -, except on centos-stream
VERSION_ID=-${VERSION_ID}; \
# remove . from between the version to correspond to
# the galera repository name.
VERSION_ID=-${VERSION_ID%.*}${VERSION_ID#*.}; \
;; \
"rocky") \
ID=rockylinux; \
Expand Down

0 comments on commit 8a92273

Please sign in to comment.