We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b5740 commit 195b13bCopy full SHA for 195b13b
docker/enterprise/4.2/Dockerfile
@@ -69,8 +69,6 @@ RUN set -ex; \
69
70
RUN mkdir /docker-entrypoint-initdb.d
71
72
-
73
74
ENV GPG_KEYS E162F504A20CDF15827F718D4B7C549A058F8B6B
75
RUN set -ex; \
76
# pull from pgp.mongodb.com rather than a keyserver which is not supported.
@@ -86,7 +84,6 @@ RUN set -ex; \
86
84
rm -r "$GNUPGHOME"; \
87
85
apt-key list
88
89
90
# Allow build-time overrides (eg. to build image with MongoDB Enterprise version)
91
# Options for MONGO_PACKAGE: mongodb-org OR mongodb-enterprise
92
# Options for MONGO_REPO: repo.mongodb.org OR repo.mongodb.com
0 commit comments