[mariadb] Mariadb client upgrade to 10.6
This PS upgrades mariadb-client version to 10.6 in mysqlclient-utility docker image. Mariadb has renamed this package from mysql-client to mariadb-client in the focal repo. Change-Id: I509d8361e3b2be6eb8b7412ae93f778a3d6df016
This commit is contained in:
parent
fd5d1424fe
commit
db43383cce
@ -15,11 +15,13 @@ RUN set -xe \
|
|||||||
&& sed -i '/nobody/d' /etc/passwd \
|
&& sed -i '/nobody/d' /etc/passwd \
|
||||||
&& echo "nobody:x:65534:65534:nobody:/nonexistent:/bin/bash" >> /etc/passwd \
|
&& echo "nobody:x:65534:65534:nobody:/nonexistent:/bin/bash" >> /etc/passwd \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y wget curl \
|
&& apt-get install -y \
|
||||||
|
wget curl \
|
||||||
apt-transport-https ca-certificates gnupg \
|
apt-transport-https ca-certificates gnupg \
|
||||||
&& curl -o /etc/apt/trusted.gpg.d/mariadb_release_signing_key.asc 'https://mariadb.org/mariadb_release_signing_key.asc' \
|
&& curl -LsS -O https://downloads.mariadb.com/MariaDB/mariadb_repo_setup \
|
||||||
&& echo 'deb https://mirrors.gigenet.com/mariadb/repo/10.6/ubuntu focal main' >> /etc/apt/sources.list \
|
&& bash mariadb_repo_setup --mariadb-server-version=10.6 \
|
||||||
&& apt-get update && apt-get upgrade -y \
|
&& apt-get update \
|
||||||
|
&& apt-get upgrade -y \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
bash \
|
bash \
|
||||||
sudo \
|
sudo \
|
||||||
@ -29,7 +31,7 @@ RUN set -xe \
|
|||||||
libdbi-perl \
|
libdbi-perl \
|
||||||
libdbd-mysql-perl \
|
libdbd-mysql-perl \
|
||||||
moreutils \
|
moreutils \
|
||||||
mysql-client \
|
mariadb-client \
|
||||||
python3.8 \
|
python3.8 \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
jq \
|
jq \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user