-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PKG-461 mysql-router Dockerfile file is outdated and needs to be fixed (
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|