Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PKG-234 Packaging tasks for release - PXC 5.7 EOL #1115

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions percona-xtradb-cluster-5.7/Dockerfile-pro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22 AS go_builder
FROM golang:1.23 AS go_builder

RUN git clone --branch=main https://github.com/percona/percona-xtradb-cluster-operator.git /go/src/github.com/percona/percona-xtradb-cluster-operator/
WORKDIR /go/src/github.com/percona/percona-xtradb-cluster-operator/cmd/peer-list
Expand All @@ -9,12 +9,12 @@ FROM redhat/ubi9-minimal
LABEL org.opencontainers.image.authors="[email protected]"

ENV PXB_VERSION 2.4.29-1
ENV PXC_VERSION 5.7.44-31.65.2
ENV PXC_VERSION 5.7.44-31.65.5
ENV PXC_REPO release
ENV OS_VER el9
ENV FULL_PERCONA_XTRABACKUP_VERSION "$PXB_VERSION.$OS_VER"
ENV FULL_PERCONA_XTRADBCLUSTER_VERSION "$PXC_VERSION.$OS_VER"
ENV PXC_TELEMETRY_VERSION 5.7.44-31.65-2
ENV PXC_TELEMETRY_VERSION 5.7.44-31.65-5

# Do not report during Docker image creation.
# Note that doing so, would create telemetry config file
Expand Down
Loading