Skip to content

Commit

Permalink
Use bb.net galera-4 packages in quay.io builds
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Jul 20, 2023
1 parent e326e9f commit 1d87663
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/docker-library-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ container_tag=${container_tag,,*}
case "${buildername#*ubuntu-}" in
2204-deb-autobake)
pkgver=ubu2204
bbnet=jammy
;;
2004-deb-autobake)
pkgver=ubu2004
bbnet=focal
;;
*)
echo "unknown base buildername $buildername"
Expand Down Expand Up @@ -74,7 +76,7 @@ build() {
buildah bud --tag "${image}" \
--layers \
--arch "$@" \
--build-arg REPOSITORY="[trusted=yes] https://ci.mariadb.org/$tarbuildnum/${buildername}/debs ./" \
--build-arg REPOSITORY="[trusted=yes] https://ci.mariadb.org/$tarbuildnum/${buildername}/debs ./\ndeb [trusted=yes] https://buildbot.mariadb.net/archive/builds/mariadb-4.x/latest/kvm-deb-${bbnet}-${builderarch}-gal/debs/ ./" \
--build-arg MARIADB_VERSION="1:$mariadb_version+maria~$pkgver" \
"${annotations[@]}" \
"mariadb-docker/$master_branch"
Expand Down

0 comments on commit 1d87663

Please sign in to comment.