Namespace
library
Image / Tag
mongo:4.4.11-rc1-focal
Content Digest
sha256:49cfe2e76a65b0914b88773957158b511650724870c9123683e78fe2d517e008
Details
Created

2021-12-27 18:49:51 UTC

Size

164 MB

Content Digest
Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

testing

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.4.11~rc1

PATH

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


Layers

[#000] sha256:7b1a6ab2e44dbac178598dabe7cff59bd67233dba0b27e4fbd1f9d4b3c877a54 - 16.66% (27.2 MB)

[#001] sha256:90eb44ebc60bb16588c109f5262f2e1ddf21b139ded13daaa291f02dd3f2289e - 0.0% (1.72 KB)

[#002] sha256:5085b59f2efb7e626508e23c85e6ef162ba3fa1e69c4c3bf1a69ffc10dee0586 - 1.79% (2.92 MB)

[#003] sha256:c7499923d022b687faac3ecd024ab159a472120a06d0df1583b035f6adf2dbd8 - 3.79% (6.2 MB)

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

[#005] sha256:1776058ad7b85856c911ab1e0d89072579767a5e09092b174b3dcdb4dcbcef70 - 0.0% (4.53 KB)

[#006] sha256:8ca5fc9dfbfbe549f831f3ec83a9984dbe6769e9908def79b3aab453edd6b344 - 0.0% (237 Bytes)

[#007] sha256:0e232aef157ee0741031ed79426b4d7af4f20243aeef4b9711de6e246ca5b0e3 - 77.75% (127 MB)

[#008] sha256:3c4b3f28727664e9e5a9b3a28ca7abb0cc6c8e8900a4093e971d267c26d7c611 - 0.0% (170 Bytes)

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


History
2021-10-16 00:37:47 UTC

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

2021-10-16 00:37:47 UTC

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

2021-10-16 03:04:13 UTC

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

2021-10-16 03:04:21 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/*

2021-10-16 03:04:21 UTC

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

2021-10-16 03:04:21 UTC

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

2021-10-16 03:04:33 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

2021-10-16 03:04:34 UTC

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

2021-11-23 22:33:25 UTC

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

2021-11-23 22:33:25 UTC

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

2021-11-23 22:33:26 UTC

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

2021-11-23 22:33:26 UTC

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

2021-11-23 22:33:26 UTC

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

2021-11-23 22:33:27 UTC

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

2021-12-27 18:49:22 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=4.4.11~rc1

2021-12-27 18:49:49 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

2021-12-27 18:49:50 UTC

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

2021-12-27 18:49:50 UTC

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

2021-12-27 18:49:51 UTC

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

2021-12-27 18:49:51 UTC

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

2021-12-27 18:49:51 UTC

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

2021-12-27 18:49:51 UTC

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

Details
Created

2021-12-27 19:36:40 UTC

Size

159 MB

Content Digest
Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

testing

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.4.11~rc1

PATH

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


Layers

[#000] sha256:a39c84e173f038958d338f55a9e8ee64bb6643e8ac6ae98e08ca65146e668d86 - 16.31% (25.9 MB)

[#001] sha256:7b19666caec16fe4ae329c791ac93b397bbc78b9f84cb6e735d21b83b2eb9c0e - 0.0% (1.69 KB)

[#002] sha256:dc7b1addf2da74eccff510de6aa5ab3d3d000656817b97884d02f892fb93248a - 1.75% (2.78 MB)

[#003] sha256:1ef180f0d597c6eed96a83a2f6d97d4345b9909ebbee8ac80b5ecc71a368d23b - 3.75% (5.96 MB)

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

[#005] sha256:506caaf8c75d464e6cf12a757e0d58343801c0a3d99313234a7fda96153456dd - 0.0% (4.51 KB)

[#006] sha256:f5c50b4d6e4496e48d2fa8e6eef31ff53463470f5b4cc93fe7a21afd084790a4 - 0.0% (236 Bytes)

[#007] sha256:2c975997cc2c56d38481d8aab3f6430bf7cad18af23deee3962753767870d20a - 78.18% (124 MB)

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

[#009] sha256:7644e321af073ef6e76839c83b968336bd2f4da52cd31f3eb9c7cb13b5f5a16b - 0.0% (4.83 KB)


History
2021-10-16 01:47:45 UTC

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

2021-10-16 01:47:45 UTC

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

2021-10-16 02:06:06 UTC

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

2021-10-16 02:06:14 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/*

2021-10-16 02:06:15 UTC

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

2021-10-16 02:06:16 UTC

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

2021-10-16 02:06:30 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

2021-10-16 02:06:30 UTC

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

2021-11-23 21:59:42 UTC

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

2021-11-23 21:59:43 UTC

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

2021-11-23 21:59:44 UTC

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

2021-11-23 21:59:45 UTC

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

2021-11-23 21:59:46 UTC

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

2021-11-23 21:59:47 UTC

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

2021-12-27 19:36:14 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=4.4.11~rc1

2021-12-27 19:36:34 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

2021-12-27 19:36:35 UTC

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

2021-12-27 19:36:36 UTC

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

2021-12-27 19:36:38 UTC

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

2021-12-27 19:36:38 UTC

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

2021-12-27 19:36:39 UTC

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

2021-12-27 19:36:40 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