Skip to content

Commit

Permalink
Fix CI issue MySQL GPG failed (#1198)
Browse files Browse the repository at this point in the history
Please refer the bug logged at https://bugs.mysql.com/bug.php\?id\=106188 for more details
  • Loading branch information
Shlok Chaudhari committed Jan 19, 2022
1 parent 509dd5f commit b10d298
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/kanister-mysql/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
ARG TOOLS_IMAGE
FROM registry.access.redhat.com/ubi8/ubi:8.1 as builder
RUN dnf install -y https://dev.mysql.com/get/mysql80-community-release-el8-1.noarch.rpm

# GPG keys for MySQL have expired. Importing the new key below.
# Please refer bug https://bugs.mysql.com/bug.php?id=106188 for more details
RUN rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022

RUN dnf install -y mysql-community-client

FROM $TOOLS_IMAGE
Expand Down

0 comments on commit b10d298

Please sign in to comment.