Skip to content

Commit

Permalink
Remove obtain postgres APT repo signing key from mysql install script (
Browse files Browse the repository at this point in the history
  • Loading branch information
Taragolis authored Apr 3, 2024
1 parent 1759336 commit bfcb765
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ install_mariadb_client() {
echo "${COLOR_YELLOW}MariaDB client protocol-compatible with MySQL client.${COLOR_RESET}"
echo

curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
echo "deb [arch=amd64,arm64] https://archive.mariadb.org/mariadb-${MARIADB_LTS_VERSION}/repo/debian/ $(lsb_release -cs) main" > \
/etc/apt/sources.list.d/mariadb.list
# Make sure that dependencies from MariaDB repo are preferred over Debian dependencies
Expand Down
1 change: 0 additions & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ install_mariadb_client() {
echo "${COLOR_YELLOW}MariaDB client protocol-compatible with MySQL client.${COLOR_RESET}"
echo

curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
echo "deb [arch=amd64,arm64] https://archive.mariadb.org/mariadb-${MARIADB_LTS_VERSION}/repo/debian/ $(lsb_release -cs) main" > \
/etc/apt/sources.list.d/mariadb.list
# Make sure that dependencies from MariaDB repo are preferred over Debian dependencies
Expand Down
1 change: 0 additions & 1 deletion scripts/docker/install_mysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ install_mariadb_client() {
echo "${COLOR_YELLOW}MariaDB client protocol-compatible with MySQL client.${COLOR_RESET}"
echo

curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
echo "deb [arch=amd64,arm64] https://archive.mariadb.org/mariadb-${MARIADB_LTS_VERSION}/repo/debian/ $(lsb_release -cs) main" > \
/etc/apt/sources.list.d/mariadb.list
# Make sure that dependencies from MariaDB repo are preferred over Debian dependencies
Expand Down

0 comments on commit bfcb765

Please sign in to comment.