forked from percona/percona-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request percona#263 from vorsel/psmdb-4.2.8-8
PSMDB-635 Update psmdb-4.2 version
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 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
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 4.2.7-7 | ||
ENV PSMDB_VERSION 4.2.8-8 | ||
LABEL org.label-schema.schema-version=${PSMDB_VERSION} | ||
LABEL org.opencontainers.image.version=${PSMDB_VERSION} | ||
|
||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ LABEL name="Percona Server for MongoDB" \ | |
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." \ | ||
maintainer="Percona Development <[email protected]>" | ||
|
||
ENV PSMDB_VERSION 4.2.7-7 | ||
ENV PSMDB_VERSION 4.2.8-8 | ||
LABEL org.label-schema.schema-version=${PSMDB_VERSION} | ||
LABEL org.opencontainers.image.version=${PSMDB_VERSION} | ||
|
||
|