Skip to content

Commit

Permalink
PXC-4178 update pxc-57 docker
Browse files Browse the repository at this point in the history
  • Loading branch information
vorsel committed Apr 7, 2023
1 parent 069cb79 commit 7d5aef9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions percona-xtradb-cluster-5.7-backup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN go build
WORKDIR /go/src/github.com/percona/percona-xtradb-cluster-operator/cmd/pitr
RUN go build

ENV MC_VERSION=RELEASE.2022-10-29T10-09-23Z
ENV MC_SHA256SUM=0753e5edd0de0ce82fac495af59b2c2e34ba1ce41fd0ef5ef32f568f3379616b
ENV MC_VERSION=RELEASE.2023-03-23T20-03-04Z
ENV MC_SHA256SUM=5de4aec1fc6c6608723a1d6da988350c876d5eb14538000ccb4d3a226199ab89
RUN curl -o /go/bin/mc -O https://dl.minio.io/client/mc/release/linux-amd64/archive/mc.${MC_VERSION} \
&& chmod +x /go/bin/mc \
&& echo "${MC_SHA256SUM} /go/bin/mc" | sha256sum -c - \
Expand All @@ -32,8 +32,8 @@ LABEL org.opencontainers.image.description="Percona XtraDB Cluster is a high ava
helps enterprises avoid downtime and outages and meet expected customer experience."
LABEL org.opencontainers.image.license="GPL"

ENV PXB_VERSION 2.4.26-1
ENV PXC_VERSION 5.7.36-31.55.1
ENV PXB_VERSION 2.4.28-1
ENV PXC_VERSION 5.7.41-31.65.1
ENV KUBECTL_VERSION=v1.21.14
ENV KUBECTL_SHA256SUM=0c1682493c2abd7bc5fe4ddcdb0b6e5d417aa7e067994ffeca964163a988c6ee
ENV OS_VER el8
Expand Down
6 changes: 3 additions & 3 deletions percona-xtradb-cluster-5.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ FROM redhat/ubi8-minimal

LABEL org.opencontainers.image.authors="[email protected]"

ENV PXB_VERSION 2.4.27-1
ENV PXC_VERSION 5.7.40-31.63.1
ENV PXC_REPO testing
ENV PXB_VERSION 2.4.28-1
ENV PXC_VERSION 5.7.41-31.65.1
ENV PXC_REPO release
ENV OS_VER el8
ENV FULL_PERCONA_XTRABACKUP_VERSION "$PXB_VERSION.$OS_VER"
ENV FULL_PERCONA_XTRADBCLUSTER_VERSION "$PXC_VERSION.$OS_VER"
Expand Down
4 changes: 2 additions & 2 deletions percona-xtradb-cluster-5.7/Dockerfile.k8s
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ LABEL org.opencontainers.image.description="Percona XtraDB Cluster is a high ava
helps enterprises avoid downtime and outages and meet expected customer experience."
LABEL org.opencontainers.image.license="GPL"

ENV PXB_VERSION 2.4.27-1
ENV PXC_VERSION 5.7.40-31.63.1
ENV PXB_VERSION 2.4.28-1
ENV PXC_VERSION 5.7.41-31.65.1
ENV PXC_REPO release
ENV OS_VER el8
ENV FULL_PERCONA_XTRABACKUP_VERSION "$PXB_VERSION.$OS_VER"
Expand Down

0 comments on commit 7d5aef9

Please sign in to comment.