Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[percona] Update psmdb-36 version #9182

Merged
merged 1 commit into from
Dec 1, 2020

Conversation

vorsel
Copy link
Contributor

@vorsel vorsel commented Nov 27, 2020

No description provided.

@github-actions
Copy link

Diff for 1443ed5:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index d81ea5a..dbdd722 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -16,8 +16,8 @@ Tags: 8.0.21-12-centos, 8.0-centos, 8-centos, 8.0.21-12, 8.0, 8, ps-8.0.21-12, p
 GitCommit: 40df1a9f66a3a36981f29a4d992b43085adc0128
 Directory: percona-server-8.0
 
-Tags: psmdb-3.6.20, psmdb-3.6
-GitCommit: 10eca796491518ec22589d77160eb9269d613150
+Tags: psmdb-3.6.21, psmdb-3.6
+GitCommit: 545f53f247080097203909d5af04b3867c2dd774
 Directory: percona-server-mongodb-3.6
 
 Tags: psmdb-4.0.21, psmdb-4.0
diff --git a/_bashbrew-list b/_bashbrew-list
index 17008d4..523ac68 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -17,7 +17,7 @@ percona:8.0.21-12-centos
 percona:centos
 percona:latest
 percona:psmdb-3.6
-percona:psmdb-3.6.20
+percona:psmdb-3.6.21
 percona:psmdb-4.0
 percona:psmdb-4.0.21
 percona:psmdb-4.2
diff --git a/percona_psmdb-3.6/Dockerfile b/percona_psmdb-3.6/Dockerfile
index 64e3524..1c5e4a6 100644
--- a/percona_psmdb-3.6/Dockerfile
+++ b/percona_psmdb-3.6/Dockerfile
@@ -1,30 +1,7 @@
 FROM centos:8
 
-LABEL org.label-schema.schema-version="1.0"
-LABEL org.label-schema.name="Percona Server for MongoDB"
-LABEL org.label-schema.vendor="Percona"
-LABEL org.label-schema.description="Percona Server for MongoDB is our free and \
-open-source drop-in replacement for MongoDB Community Edition. \
-It offers all the features and benefits of MongoDB Community Edition, \
-plus additional enterprise-grade functionality."
-LABEL org.label-schema.license="SSPLv1"
-
-LABEL org.opencontainers.image.title="Percona Server for MongoDB"
-LABEL org.opencontainers.image.vendor="Percona"
-LABEL org.opencontainers.image.description="Percona Server for MongoDB is our free and \
-open-source drop-in replacement for MongoDB Community Edition. \
-It offers all the features and benefits of MongoDB Community Edition, \
-plus additional enterprise-grade functionality."
-LABEL org.opencontainers.image.license="SSPLv1"
 LABEL org.opencontainers.image.authors="info@percona.com"
 
-ENV PSMDB_VERSION 3.6.20-9.0
-ENV OS_VER el8
-ENV FULL_PERCONA_VERSION "$PSMDB_VERSION.$OS_VER"
-ENV K8S_TOOLS_VERSION "0.5.0"
-LABEL org.label-schema.schema-version=${PSMDB_VERSION}
-LABEL org.opencontainers.image.version=${PSMDB_VERSION}
-
 # check repository package signature in secure way
 RUN set -ex; \
     export GNUPGHOME="$(mktemp -d)"; \
@@ -38,6 +15,11 @@ RUN set -ex; \
     rm -rf "$GNUPGHOME" /tmp/percona-release.rpm; \
     rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY
 
+ENV PSMDB_VERSION 3.6.21-10.0
+ENV OS_VER el8
+ENV FULL_PERCONA_VERSION "$PSMDB_VERSION.$OS_VER"
+ENV K8S_TOOLS_VERSION "0.5.0"
+
 RUN set -ex; \
     dnf install -y \
         dnf-utils \

@yosifkit yosifkit merged commit efd90aa into docker-library:master Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants