Skip to content

Commit

Permalink
PSMDB-1407. Update psmdb4.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
sandraromanchenko committed Feb 9, 2024
1 parent 8c50e47 commit 762b021
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion percona-server-mongodb-4.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN set -ex; \
rm -rf "$GNUPGHOME" /tmp/percona-release.rpm; \
rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY

ENV PSMDB_VERSION 4.4.27-26
ENV PSMDB_VERSION 4.4.28-27
ENV OS_VER el8
ENV FULL_PERCONA_VERSION "$PSMDB_VERSION.$OS_VER"
ENV K8S_TOOLS_VERSION "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion percona-server-mongodb-4.4/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN set -ex; \
rm -rf "$GNUPGHOME" /tmp/percona-release.rpm; \
rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY

ENV PSMDB_VERSION 4.4.27-26
ENV PSMDB_VERSION 4.4.28-27
ENV OS_VER el8
ENV FULL_PERCONA_VERSION "$PSMDB_VERSION.$OS_VER"
ENV K8S_TOOLS_VERSION "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion percona-server-mongodb-4.4/Dockerfile.k8s
Original file line number Diff line number Diff line change
Expand Up @@ -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 4.4.27-26
ENV PSMDB_VERSION 4.4.28-27
ENV OS_VER el8
ENV FULL_PERCONA_VERSION "$PSMDB_VERSION.$OS_VER"
ENV K8S_TOOLS_VERSION "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion percona-server-mongodb-4.4/Dockerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM redhat/ubi8-minimal

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

ENV PSMDB_VERSION 4.4.27-26
ENV PSMDB_VERSION 4.4.28-27
ENV OS_VER el8
ENV FULL_PERCONA_VERSION "$PSMDB_VERSION.$OS_VER"
ENV K8S_TOOLS_VERSION "0.5.0"
Expand Down

0 comments on commit 762b021

Please sign in to comment.