Namespace
library
Image / Tag
mongo:4.2.18-bionic
Content Digest
sha256:21e26f3fa058cc772d08a355c199546fb9344f8a8401688ba943c21e8d6656d2
Details
Created

2022-03-03 22:06:26 UTC

Size

158 MB

Content Digest
Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.2

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.2.18

PATH

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


Layers

[#000] sha256:cf06a7c3161117888114e7e91dbd21915efae33c2dbfb086380f7b21946d6e59 - 16.15% (25.5 MB)

[#001] sha256:5e8cbd0519786a031d3fe902fe1ecf2040101506bf48b0cb12a12c036c2ab8cd - 0.0% (1.83 KB)

[#002] sha256:22d2e18323fec0800e5ef24f02122f220fd07627fceaf19372174d7c75acce53 - 1.8% (2.84 MB)

[#003] sha256:ea17d81261d502d31bfafd4139d4165bdf851d0a592b77b883bfec056e161ea8 - 3.52% (5.56 MB)

[#004] sha256:ec6d044e0932fbce5142d1fa444ceb85f15a98a2637ac87b1da99a4b47e6832f - 0.0% (149 Bytes)

[#005] sha256:f498f5d059833e37356dcac4736fe6429c74dbb14993c5bbd5bc0c6146a205a6 - 0.0% (1.42 KB)

[#006] sha256:498789c86cd99df0f2ebcf32aab90aef652b28c968fb9dd677e35ebcebd78f55 - 0.0% (256 Bytes)

[#007] sha256:ba1151db8da55d488b74ad52abbe9effa7703892848ce3b9ce72dbdcb23e4826 - 78.52% (124 MB)

[#008] sha256:9091720ff834f126a63c1ae3962f06660e51c830461b8b5e38d6f8a945b67603 - 0.0% (170 Bytes)

[#009] sha256:06b8f67e13e19a891a5b7e441544c46674a4fbbe1f3ba68a93f91d8e4e1964f1 - 0.0% (4.83 KB)


History
2022-03-03 20:19:25 UTC

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

2022-03-03 20:19:25 UTC

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

2022-03-03 22:02:49 UTC

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

2022-03-03 22:02:58 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/*

2022-03-03 22:02:58 UTC

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

2022-03-03 22:02:58 UTC

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

2022-03-03 22:03:10 UTC

/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; 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; savedAptMark="$savedAptMark gnupg dirmngr"; elif gpg --version | grep -q '^gpg (GnuPG) 1\.'; then apt-get install -y --no-install-recommends gnupg-curl; 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 hkps://keys.openpgp.org --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; wget -O /js-yaml.js "https://github.com/nodeca/js-yaml/raw/${JSYAML_VERSION}/dist/js-yaml.js"; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; chmod +x /usr/local/bin/gosu; gosu --version; gosu nobody true

2022-03-03 22:03:11 UTC

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

2022-03-03 22:06:06 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- 'E162F504A20CDF15827F718D4B7C549A058F8B6B'; for key; do gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; done; mkdir -p /etc/apt/keyrings; gpg --batch --export "$@" > /etc/apt/keyrings/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"

2022-03-03 22:06:06 UTC

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

2022-03-03 22:06:06 UTC

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

2022-03-03 22:06:06 UTC

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

2022-03-03 22:06:06 UTC

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

2022-03-03 22:06:07 UTC

/bin/sh -c echo "deb [ signed-by=/etc/apt/keyrings/mongodb.gpg ] http://$MONGO_REPO/apt/ubuntu bionic/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"

2022-03-03 22:06:07 UTC

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

2022-03-03 22:06:25 UTC

/bin/sh -c set -x && export DEBIAN_FRONTEND=noninteractive && apt-get update && ln -s /bin/true /usr/local/bin/systemctl && 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 -f /usr/local/bin/systemctl && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig

2022-03-03 22:06:26 UTC

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

2022-03-03 22:06:26 UTC

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

2022-03-03 22:06:26 UTC

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

2022-03-03 22:06:26 UTC

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

2022-03-03 22:06:26 UTC

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

2022-03-03 22:06:26 UTC

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

Details
Created

2022-03-03 21:01:29 UTC

Size

148 MB

Content Digest
Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.2

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.2.18

PATH

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


Layers

[#000] sha256:20d796c36622ded7b79b53bfa23d7db4140fde7ea3842825f9aca4070b429317 - 15.25% (22.6 MB)

[#001] sha256:6dfe0149b9b5b8b51774d87be06bb97e2c5187abfa38f4739c3782fdd069cfda - 0.0% (1.82 KB)

[#002] sha256:d22a20c549dcbb8090a9e33091ad5af16996ae0a6af3b3562db269b16a29eea0 - 1.72% (2.55 MB)

[#003] sha256:309f6523369dac2175295a07f0149b8adb95e50891b40f5c45aee2dd423a4ac1 - 3.34% (4.95 MB)

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

[#005] sha256:004619e96b053ba04629055f88ec4e0604a0de44e9c0eaa451c3c57a35a7e2ad - 0.0% (1.37 KB)

[#006] sha256:790c7349f51b093eba45d95bbd5ea7de2c66296d0d983ef3ab52bc30acca06b5 - 0.0% (259 Bytes)

[#007] sha256:9039bddaf1e19cc94d7055b8c67b28dc89c3a9cfde188b8a6c4584925368b8e8 - 79.69% (118 MB)

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

[#009] sha256:900b6feaeaa57aa3928833a2d733e29c46fdbf524e857f31a7620569fdeeee58 - 0.0% (4.83 KB)


History
2022-03-03 19:40:54 UTC

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

2022-03-03 19:40:55 UTC

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

2022-03-03 20:56:57 UTC

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

2022-03-03 20:57:08 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/*

2022-03-03 20:57:08 UTC

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

2022-03-03 20:57:09 UTC

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

2022-03-03 20:57:25 UTC

/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; 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; savedAptMark="$savedAptMark gnupg dirmngr"; elif gpg --version | grep -q '^gpg (GnuPG) 1\.'; then apt-get install -y --no-install-recommends gnupg-curl; 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 hkps://keys.openpgp.org --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; wget -O /js-yaml.js "https://github.com/nodeca/js-yaml/raw/${JSYAML_VERSION}/dist/js-yaml.js"; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; chmod +x /usr/local/bin/gosu; gosu --version; gosu nobody true

2022-03-03 20:57:26 UTC

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

2022-03-03 21:01:00 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- 'E162F504A20CDF15827F718D4B7C549A058F8B6B'; for key; do gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; done; mkdir -p /etc/apt/keyrings; gpg --batch --export "$@" > /etc/apt/keyrings/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"

2022-03-03 21:01:01 UTC

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

2022-03-03 21:01:02 UTC

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

2022-03-03 21:01:03 UTC

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

2022-03-03 21:01:04 UTC

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

2022-03-03 21:01:05 UTC

/bin/sh -c echo "deb [ signed-by=/etc/apt/keyrings/mongodb.gpg ] http://$MONGO_REPO/apt/ubuntu bionic/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"

2022-03-03 21:01:06 UTC

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

2022-03-03 21:01:23 UTC

/bin/sh -c set -x && export DEBIAN_FRONTEND=noninteractive && apt-get update && ln -s /bin/true /usr/local/bin/systemctl && 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 -f /usr/local/bin/systemctl && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig

2022-03-03 21:01:24 UTC

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

2022-03-03 21:01:25 UTC

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

2022-03-03 21:01:27 UTC

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

2022-03-03 21:01:27 UTC

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

2022-03-03 21:01:28 UTC

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

2022-03-03 21:01:29 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