-
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.
PSMDB-1540. Update psmdb-8.0 version (#1090)
- Loading branch information
1 parent
5640bc5
commit 4454cfc
Showing
5 changed files
with
7 additions
and
7 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
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ plus additional enterprise-grade functionality." | |
LABEL org.opencontainers.image.license="SSPLv1" | ||
LABEL org.opencontainers.image.authors="[email protected]" | ||
|
||
ENV PSMDB_VERSION 8.0.0-1 | ||
ENV PSMDB_VERSION 8.0.4-1 | ||
ENV OS_VER el8 | ||
ENV FULL_PERCONA_VERSION "$PSMDB_VERSION.$OS_VER" | ||
ENV K8S_TOOLS_VERSION "0.5.0" | ||
|
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,7 +2,7 @@ FROM redhat/ubi8-minimal | |
|
||
LABEL org.opencontainers.image.authors="[email protected]" | ||
|
||
ENV PSMDB_VERSION 8.0.0-1 | ||
ENV PSMDB_VERSION 8.0.4-1 | ||
ENV OS_VER el8 | ||
ENV FULL_PERCONA_VERSION "$PSMDB_VERSION.$OS_VER" | ||
ENV K8S_TOOLS_VERSION "0.5.0" | ||
|
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,7 +2,7 @@ FROM redhat/ubi9-minimal | |
|
||
LABEL org.opencontainers.image.authors="[email protected]" | ||
|
||
ENV PSMDB_VERSION 8.0.0-1 | ||
ENV PSMDB_VERSION 8.0.4-1 | ||
ENV OS_VER el9 | ||
ENV FULL_PERCONA_VERSION "$PSMDB_VERSION.$OS_VER" | ||
ENV K8S_TOOLS_VERSION "0.5.0" | ||
|