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-461 mysql-router Dockerfile file is outdated and needs to be fixed #1126

Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions mysql-router/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ LABEL name="mysql-router" \
summary="MySQL Router is lightweight middleware that provides transparent routing between your application and back-end MySQL Servers" \
org.opencontainers.image.authors="[email protected]"

ENV ROUTE_VERSION 8.0.39-30.1
ENV MYSQL_SHELL_VERSION 8.0.38-1
ENV ROUTE_VERSION 8.0.40-31.1
ENV MYSQL_SHELL_VERSION 8.0.40-1
ENV OS_VER el9
ENV FULL_ROUTE_VERSION "$ROUTE_VERSION.$OS_VER"
ENV FULL_MYSQL_SHELL_VERSION "$MYSQL_SHELL_VERSION.$OS_VER"
Expand Down
4 changes: 2 additions & 2 deletions percona-xtradb-cluster-8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM redhat/ubi9-minimal

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

ENV PXC_VERSION 8.0.39-30.1
ENV PXC_VERSION 8.0.40-31.1
ENV PXC_REPO release
ENV OS_VER el9
ENV FULL_PERCONA_XTRADBCLUSTER_VERSION "$PXC_VERSION.$OS_VER"
ENV PXC_TELEMETRY_VERSION 8.0.39-30-1
ENV PXC_TELEMETRY_VERSION 8.0.40-31-1

# Do not report during Docker image creation.
# Note that doing so, would create telemetry config file
Expand Down
4 changes: 2 additions & 2 deletions percona-xtradb-cluster-8.0/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM redhat/ubi9-minimal

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

ENV PXC_VERSION 8.0.39-30.1
ENV PXC_VERSION 8.0.40-31.1
ENV PXC_REPO release
ENV OS_VER el9
ENV FULL_PERCONA_XTRADBCLUSTER_VERSION "$PXC_VERSION.$OS_VER"
ENV PXC_TELEMETRY_VERSION 8.0.39-30-1
ENV PXC_TELEMETRY_VERSION 8.0.40-31-1

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