Skip to content

Commit

Permalink
Update Dockerfile (#1852)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavannd1 committed Jan 10, 2023
1 parent f7975c0 commit 00c1701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/kanister-mysql/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG TOOLS_IMAGE
FROM registry.access.redhat.com/ubi8/ubi:8.1 as builder
FROM registry.access.redhat.com/ubi9/ubi:9.1.0-1646.1669627755 as builder

RUN dnf clean all && rm -rf /var/cache/dnf
RUN dnf -y upgrade
Expand All @@ -16,7 +16,7 @@ RUN dnf install -y mysql-community-client

FROM $TOOLS_IMAGE

RUN microdnf update && microdnf install tar gzip && \
RUN microdnf -y update && microdnf -y install tar gzip && \
microdnf clean all

COPY --from=builder /usr/lib64/mysql /usr/lib64/
Expand Down

0 comments on commit 00c1701

Please sign in to comment.