Skip to content

Commit

Permalink
Fix fvt mysql installation issue
Browse files Browse the repository at this point in the history
Workaround for docker-library/mysql#1016.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Dec 20, 2023
1 parent dd1b608 commit 86fdd5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/fabric-ca-fvt/payload/mysql_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ arch=$(uname -m)

export DEBIAN_FRONTEND=noninteractive

# Workaround for https://github.com/docker-library/mysql/issues/1016
# This can be removed once fixed by MySQL
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B7B3B788A8D3785C

# Latest mysql download can be found at https://dev.mysql.com/downloads/repo/apt/
# mysql versions and platform support can be found at http://repo.mysql.com/apt/debian/dists/bullseye/ (no arm support)
echo mysql-apt-config mysql-apt-config/select-server select mysql-8.0 | debconf-set-selections
Expand Down

0 comments on commit 86fdd5e

Please sign in to comment.