Skip to content

Commit

Permalink
udpate mysql-sidecar dockerfile (#1785)
Browse files Browse the repository at this point in the history
  • Loading branch information
kale-amruta committed Dec 13, 2022
1 parent 1f34856 commit db80705
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/kanister-mysql/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
ARG TOOLS_IMAGE
FROM registry.access.redhat.com/ubi8/ubi:8.1 as builder

RUN dnf clean all && rm -rf /var/cache/dnf
RUN dnf -y upgrade
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.
Expand Down

0 comments on commit db80705

Please sign in to comment.