Skip to content

Commit

Permalink
PSMDB-1540. Update psmdb-8.0 version (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandraromanchenko authored Dec 17, 2024
1 parent 5640bc5 commit 4454cfc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions percona-server-mongodb-8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ RUN set -ex; \
rm -rf "$GNUPGHOME" /tmp/percona-release.rpm; \
rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY

ENV PSMDB_VERSION 8.0.1-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"
ENV PSMDB_REPO testing
ENV PSMDB_REPO release
ENV GLIBC_TUNABLES=glibc.pthread.rseq=0

# Do not report during Docker image creation.
Expand Down
4 changes: 2 additions & 2 deletions percona-server-mongodb-8.0/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ RUN set -ex; \
rm -rf "$GNUPGHOME" /tmp/percona-release.rpm; \
rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY

ENV PSMDB_VERSION 8.0.1-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"
ENV PSMDB_REPO testing
ENV PSMDB_REPO release
ENV GLIBC_TUNABLES=glibc.pthread.rseq=0

# Do not report during Docker image creation.
Expand Down
2 changes: 1 addition & 1 deletion percona-server-mongodb-8.0/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 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"
Expand Down
2 changes: 1 addition & 1 deletion percona-server-mongodb-8.0/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 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"
Expand Down
2 changes: 1 addition & 1 deletion percona-server-mongodb-8.0/Dockerfile.ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4454cfc

Please sign in to comment.