Namespace
library
Image / Tag
mongo:3.3
Content Digest
sha256:08a90c3d7c40aca81f234f0b2aaeed0254054b1c6705087b10da1c1901d07b5d
Details
Created

2016-11-08 19:28:21 UTC

Size

143 MB

Content Digest
Environment
GOSU_VERSION

1.7

MONGO_MAJOR

3.3

MONGO_PACKAGE

mongodb-org-unstable

MONGO_VERSION

3.3.15

PATH

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


Layers

[#000] sha256:386a066cd84a33a04d560c42bef66d1dd64ebfc76de78550e5fd0f8d57778bca - 34.21% (49 MB)

[#001] sha256:524267bc200a2ed2d3ea5058f892d1bd342972dc522761efc4547450255865b4 - 0.0% (1.99 KB)

[#002] sha256:476d61c7c43ac1387783b5e57b1a4e0dc393fc18fc17fcf27ef8cf1015f40f20 - 0.09% (131 KB)

[#003] sha256:0750d0e28b90576723fadafddd87d9880e0acaeea75e8ec491ac3a21ce63ed37 - 0.81% (1.16 MB)

[#004] sha256:c2a78c5fad8eb09600e44161913da26b02de10f8961f423e59aa8e2348a5d1a1 - 0.0% (1.4 KB)

[#005] sha256:14474a0ebc1b228684142cdfd115a382ab655a2e528ff721e9b06d47893b34a3 - 0.0% (224 Bytes)

[#006] sha256:0b42389b77aa8d43f8b2acb4c83aef91bcb56663225c497ebfffbb841e5807ef - 64.88% (92.9 MB)

[#007] sha256:de77b4fcbe149842ed0199bf1db89925f3197ade2528d857834fc10d4a0edff4 - 0.0% (140 Bytes)

[#008] sha256:975aabf0feac4c2fc0a3c01f890ad684fe89f4e28ca37a03da7b6000d4e9e7e5 - 0.0% (350 Bytes)


History
2016-11-07 20:30:25 UTC

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

2016-11-07 20:30:26 UTC

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

2016-11-08 19:26:57 UTC

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

2016-11-08 19:27:04 UTC

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

2016-11-08 19:27:05 UTC

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

2016-11-08 19:27:25 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates 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 ca-certificates wget

2016-11-08 19:27:54 UTC

/bin/sh -c apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 0C49F3730359A14518585931BC711F9BA15703C6

2016-11-08 19:27:55 UTC

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

2016-11-08 19:27:55 UTC

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

2016-11-08 19:27:56 UTC

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

2016-11-08 19:27:57 UTC

/bin/sh -c echo "deb http://repo.mongodb.org/apt/debian jessie/mongodb-org/$MONGO_MAJOR main" > /etc/apt/sources.list.d/mongodb-org.list

2016-11-08 19:28:17 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

2016-11-08 19:28:19 UTC

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

2016-11-08 19:28:19 UTC

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

2016-11-08 19:28:20 UTC

/bin/sh -c #(nop) COPY file:7f1f8bb27f73563768bb938208148a281b70ba028a8d544671abcb276c8f741c in /entrypoint.sh

2016-11-08 19:28:20 UTC

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

2016-11-08 19:28:21 UTC

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

2016-11-08 19:28:21 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