Skip to content

Commit

Permalink
Update version in mysql docker image (#2617)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavannd1 committed Jan 19, 2024
1 parent 9f1b5b2 commit 6946482
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/kanister-mysql/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARG TOOLS_IMAGE
FROM registry.access.redhat.com/ubi9/ubi:9.1.0-1646.1669627755 as builder
FROM registry.access.redhat.com/ubi9/ubi:9.3-1476 as builder

RUN dnf clean all && rm -rf /var/cache/dnf
RUN dnf -y upgrade
# Download the RPM file to avoid timeouts during install
RUN curl -LO https://dev.mysql.com/get/mysql80-community-release-el9-1.noarch.rpm
RUN curl -LO https://dev.mysql.com/get/mysql80-community-release-el9-5.noarch.rpm
# Install from the local file
RUN dnf install -y mysql80-community-release-el9-1.noarch.rpm
RUN dnf install -y mysql80-community-release-el9-5.noarch.rpm

RUN dnf install -y mysql-community-client

Expand Down

0 comments on commit 6946482

Please sign in to comment.