-
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.
K8SPS-238 - Update docker images for router, orchestrator, toolkit and (
#777) haproxy
- Loading branch information
Showing
4 changed files
with
17 additions
and
17 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
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
FROM redhat/ubi8-minimal AS ubi8 | ||
FROM redhat/ubi9-minimal AS ubi9 | ||
|
||
LABEL name="mysql-router" \ | ||
description="MySQL Router is lightweight middleware that provides transparent routing between your application and back-end MySQL Servers" \ | ||
vendor="Percona" \ | ||
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.31-23.1 | ||
ENV MYSQL_SHELL_VERSION 8.0.31-1 | ||
ENV OS_VER el8 | ||
ENV ROUTE_VERSION 8.0.32-24.1 | ||
ENV MYSQL_SHELL_VERSION 8.0.32-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
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