Namespace
library
Image / Tag
mongo:3.4-jessie
Content Digest
sha256:b39da8a18a6a9429f964f58d0da883d726f495dce3a00e3a7e67bd89cd16b40c
Details
Created

2019-03-27 23:19:46 UTC

Size

146 MB

Content Digest
Environment
GOSU_VERSION

1.10

GPG_KEYS

0C49F3730359A14518585931BC711F9BA15703C6

JSYAML_VERSION

3.10.0

MONGO_MAJOR

3.4

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

3.4.20

PATH

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


Layers

[#000] sha256:2a639da97f77795f2f0ebe3bb2c9fc94b4eee47bd41faaf216118e7a8fa65dd6 - 19.63% (28.8 MB)

[#001] sha256:073b4f52defee106abe7b4c7622f639eecfbac0842bc6bb598d28e9a3ea4873c - 0.0% (2.04 KB)

[#002] sha256:bce37d0f5c17eb358cdabddaa2869b8c3d20f805d7c5e4cb304891d90148e636 - 1.53% (2.24 MB)

[#003] sha256:379dc19f9963ac685a1b2a7a87917918931a1ff62810f53e250509958da3d9ea - 0.53% (797 KB)

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

[#005] sha256:b76faf91d209c365453f232efc7232abddb4af3b56dafeae590779938a0feb48 - 0.0% (1.96 KB)

[#006] sha256:dd1d9be5b26b2df481bbc6d378b1eb71e424a9503958e824b5d696864d2680cf - 0.0% (226 Bytes)

[#007] sha256:9420e1982a2fe6e933dd372ed697336011d937a42037e858d28e675622bc7baa - 78.3% (115 MB)

[#008] sha256:9ad2432e6a03d41dafe00d7534c072ec661135b6ea2fd5f32f824e4e0cee0536 - 0.0% (139 Bytes)

[#009] sha256:a80971ca24097f8c02a80e9bf61bfa744e86aa3671144da63e4799ebb6c6d3ae - 0.0% (3.83 KB)

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


History
2019-03-26 22:39:48 UTC

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

2019-03-26 22:39:48 UTC

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

2019-03-27 00:07:47 UTC

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

2019-03-27 00:09:37 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates jq numactl ; if ! command -v ps > /dev/null; then apt-get install -y --no-install-recommends procps; fi; rm -rf /var/lib/apt/lists/*

2019-03-27 00:09:37 UTC

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

2019-03-27 00:09:37 UTC

/bin/sh -c #(nop) ENV JSYAML_VERSION=3.10.0

2019-03-27 00:11:52 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends wget ; if ! command -v gpg > /dev/null; then apt-get install -y --no-install-recommends gnupg dirmngr; fi; rm -rf /var/lib/apt/lists/*; dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc"; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc; chmod +x /usr/local/bin/gosu; gosu nobody true; wget -O /js-yaml.js "https://github.com/nodeca/js-yaml/raw/${JSYAML_VERSION}/dist/js-yaml.js"; apt-get purge -y --auto-remove wget

2019-03-27 00:11:52 UTC

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

2019-03-27 00:11:53 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=0C49F3730359A14518585931BC711F9BA15703C6

2019-03-27 00:12:23 UTC

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

2019-03-27 00:12:23 UTC

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

2019-03-27 00:12:23 UTC

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

2019-03-27 00:12:24 UTC

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

2019-03-27 00:12:24 UTC

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

2019-03-27 00:12:24 UTC

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

2019-03-27 00:12:25 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"

2019-03-27 00:14:11 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

2019-03-27 00:14:12 UTC

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

2019-03-27 00:14:12 UTC

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

2019-03-27 23:19:45 UTC

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

2019-03-27 23:19:45 UTC

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

2019-03-27 23:19:46 UTC

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

2019-03-27 23:19:46 UTC

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

2019-03-27 23:19:46 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