Namespace
library
Image / Tag
mongo:3.2.14
Content Digest
sha256:0278ed186aa1904b64ab1a30f827563120938398040d78c2c3c856958f75dbff
Details
Created

2017-06-22 20:47:41 UTC

Size

99.1 MB

Content Digest
Environment
GOSU_VERSION

1.7

GPG_KEYS

DFFA3DCF326E302C4787673A01C4E7FAAAB2461C 42F3E95A2C4F08279C4960ADD68FA50FEA312927

MONGO_MAJOR

3.2

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

3.2.14

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:f5cc0ee7a6f68b065e4d0a517a2cbae2e3bffb242b3252b53fe77496adaae514 - 28.99% (28.7 MB)

[#001] sha256:d99b18c5f0ce9c19f6a53a4fe962536e120578dd2739e500b485bad5aa6b5d8c - 0.0% (2.01 KB)

[#002] sha256:6a1f514cd0138484a892e63a7e7aa099f678e405fa4e0fbbc82fc6b7c209e8b9 - 2.31% (2.29 MB)

[#003] sha256:593014b81b1025731e119524f18f85bdc312bd600550d4e718fb1f0f8be3d291 - 0.85% (861 KB)

[#004] sha256:80dda4ea4bc739212f435facda276c90e34f5e696dc79186bbd5728b8f40c18f - 0.0% (115 Bytes)

[#005] sha256:bd770a4da9f6ada8da3d0abe1c7760a84fd23e79794c132b5052dddf05ac341d - 0.0% (3 KB)

[#006] sha256:dbadfd9e27a9ee9ee1b66da9a1be7ac6d53cc0150668fd0e6f6e52fa2b793304 - 0.0% (223 Bytes)

[#007] sha256:f66cc6fdb43d20d194013a2e32caf1be7971d769070a7026da63ee66ab5aac5e - 67.85% (67.3 MB)

[#008] sha256:38866cf7a9f60d025b77ff79d112eb45aca2ec2939725baeb10c509ea2ed0af8 - 0.0% (139 Bytes)

[#009] sha256:6fc9209766e0484f4055334ac318773a9210fe0616bf105bd2fd8e64280b5f58 - 0.0% (3.03 KB)

[#010] sha256:f1d350163ced129e0cff660fbf59c148ece92c315bd42ee1020428a1b45200c4 - 0.0% (121 Bytes)


History
2017-06-20 20:14:51 UTC

/bin/sh -c #(nop) ADD file:ede5a88363e384813454439a3c2b44c445aea433284d040a20e4149bf9f18a5c in /

2017-06-20 20:14:52 UTC

/bin/sh -c #(nop) CMD ["bash"]

2017-06-22 20:46:35 UTC

/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb

2017-06-22 20:46:48 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates jq numactl && rm -rf /var/lib/apt/lists/*

2017-06-22 20:46:49 UTC

/bin/sh -c #(nop) ENV GOSU_VERSION=1.7

2017-06-22 20:47:05 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get purge -y --auto-remove wget

2017-06-22 20:47:07 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2017-06-22 20:47:08 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=DFFA3DCF326E302C4787673A01C4E7FAAAB2461C 42F3E95A2C4F08279C4960ADD68FA50FEA312927

2017-06-22 20:47:11 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --export $GPG_KEYS > /etc/apt/trusted.gpg.d/mongodb.gpg; rm -r "$GNUPGHOME"; apt-key list

2017-06-22 20:47:12 UTC

/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org

2017-06-22 20:47:13 UTC

/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org

2017-06-22 20:47:14 UTC

/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org

2017-06-22 20:47:15 UTC

/bin/sh -c #(nop) ENV MONGO_MAJOR=3.2

2017-06-22 20:47:15 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=3.2.14

2017-06-22 20:47:17 UTC

/bin/sh -c echo "deb http://$MONGO_REPO/apt/debian jessie/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR main" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"

2017-06-22 20:47:33 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y ${MONGO_PACKAGE}=$MONGO_VERSION ${MONGO_PACKAGE}-server=$MONGO_VERSION ${MONGO_PACKAGE}-shell=$MONGO_VERSION ${MONGO_PACKAGE}-mongos=$MONGO_VERSION ${MONGO_PACKAGE}-tools=$MONGO_VERSION && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig

2017-06-22 20:47:35 UTC

/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb

2017-06-22 20:47:36 UTC

/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]

2017-06-22 20:47:37 UTC

/bin/sh -c #(nop) COPY file:dbebaf4376a8d615e05b80e0bc26a2dfc5f8f8687b16ab47e64928fb5a00498d in /usr/local/bin/

2017-06-22 20:47:38 UTC

/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat

2017-06-22 20:47:39 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2017-06-22 20:47:40 UTC

/bin/sh -c #(nop) EXPOSE 27017/tcp

2017-06-22 20:47:41 UTC

/bin/sh -c #(nop) CMD ["mongod"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete