Skip to content

Commit

Permalink
PKG-461 mysql-router Dockerfile file is outdated and needs to be fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
adivinho committed Feb 3, 2025
1 parent 1e73a6f commit 3721b92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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

0 comments on commit 3721b92

Please sign in to comment.