Skip to content

Commit bc85860

Browse files
committed
docker-library - give ubi a mariadb repo name
In MariaDB/mariadb-docker@076f286 the mariadb repo is disabled as the releasever=10.1 isn't something on our mirrors. However to disable the repo the repo name 'mariadb' needs to exist.
1 parent 3d02b46 commit bc85860

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/docker-library-build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ build() {
126126
curl "${artifacts_url}/galera/mariadb-4.x-latest-gal-${bbarch}-${galera_distro_noarch}".repo \
127127
-o "$repo"
128128
curl "${artifacts_url}/$tarbuildnum/${bbarch}-${builder_noarch}"/MariaDB.repo \
129+
| sed 's/\[.*/[mariadb]/' \
129130
>> "$repo"
130131
args=( --build-arg MARIADB_VERSION="$mariadb_version" )
131132
else

0 commit comments

Comments
 (0)