Tag

library/mongo:3.4-rc
Content Digest: sha256:752ea249730dfc6de3e9faf9912220c2253fa2396deab995e455648acb30290f
Manifests
Details
Content Digest

sha256:f655b2a8124ced139e15e0ea876b3b30a701bf3b2891f8a8a94adc363192d31b

Created

2016-11-23 21:03:47 UTC

Size

143 MB


Environment
GOSU_VERSION

1.7

MONGO_MAJOR

testing

MONGO_PACKAGE

mongodb-org

MONGO_VERSION

3.4.0~rc5

PATH

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


Layers

[#000] sha256:386a066cd84a33a04d560c42bef66d1dd64ebfc76de78550e5fd0f8d57778bca - 34.15% (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:1189dc55286b81495a1c8392fefde78fd51d4a61627e59de40c4780666cb4318 - 0.0% (227 Bytes)

[#006] sha256:1ad04025ab1dde05eb6d2b2a2bab1c0e219c7746ffa88e4a2f02037896a30a9b - 64.95% (93.1 MB)

[#007] sha256:2a918fdb885dcbe2107f8ee2d5d0910fde3461aaf0df57e9eb2dd624b642bfef - 0.0% (139 Bytes)

[#008] sha256:003273e609cea264d6c4c3775554b2c2ad5a29c732f435c06a4fe80170931654 - 0.0% (349 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:28:23 UTC

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

2016-11-23 21:03:26 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=3.4.0~rc5

2016-11-23 21:03:26 UTC

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

2016-11-23 21:03:27 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-23 21:03:43 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-23 21:03:44 UTC

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

2016-11-23 21:03:45 UTC

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

2016-11-23 21:03:46 UTC

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

2016-11-23 21:03:46 UTC

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

2016-11-23 21:03:46 UTC

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

2016-11-23 21:03:47 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.