Namespace
library
Image / Tag
mongo:4.4.12-focal
Content Digest
sha256:27783a99236a51abd3225f48b7e111232dc1c934e613614e73f309b34b5a312f
Details
Created

2022-03-03 22:02:46 UTC

Size

164 MB

Content Digest
Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.4

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.4.12

PATH

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


Layers

[#000] sha256:7c3b88808835aa80f1ef7f03083c5ae781d0f44e644537cd72de4ce6c5e62e00 - 16.64% (27.2 MB)

[#001] sha256:48a403577c28fafaf89a46590d69c237ae9fd5e576f96bf984e45ead657a3ef3 - 0.0% (1.71 KB)

[#002] sha256:76bbb7dc901383749cee88f0d357711cf7059ef51211c4725d60127a431d2844 - 1.79% (2.92 MB)

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

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

[#005] sha256:9a57632a805191d98f7e8f0c11680166d5c0890f6e79f245572af4d2b243ea68 - 0.0% (1.41 KB)

[#006] sha256:5bdd30561f8402b3e6137cec2f5ef8ac61936588be7f436109e263e9a383b9cd - 0.0% (257 Bytes)

[#007] sha256:e7f3d307166feab0ac9eafce991dc503ad85f0665335f423260d9a890b6a73ba - 77.78% (127 MB)

[#008] sha256:36db699d28f0349c8e924ed2cc9bac7c94a1987fb8071831e49246c8f8b56a82 - 0.0% (169 Bytes)

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


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

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

2022-03-03 20:19:33 UTC

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

2022-03-03 21:57:21 UTC

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

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

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

2022-03-03 21:57:29 UTC

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

2022-03-03 21:57:46 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 21:57:46 UTC

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

2022-03-03 22:02:27 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5'; 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:02:27 UTC

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

2022-03-03 22:02:27 UTC

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

2022-03-03 22:02:27 UTC

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

2022-03-03 22:02:27 UTC

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

2022-03-03 22:02:28 UTC

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

2022-03-03 22:02:28 UTC

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

2022-03-03 22:02:44 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:02:45 UTC

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

2022-03-03 22:02:45 UTC

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

2022-03-03 22:02:45 UTC

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

2022-03-03 22:02:45 UTC

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

2022-03-03 22:02:46 UTC

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

2022-03-03 22:02:46 UTC

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

Details
Created

2022-03-03 20:56:49 UTC

Size

159 MB

Content Digest
Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.4

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.4.12

PATH

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


Layers

[#000] sha256:5a7855fb0d7ae372c824d9c76be5ad2f42ce178c1910fa54a8543036b5325fd5 - 16.29% (25.9 MB)

[#001] sha256:93835005f83fca8d11e84de6d362cbdac541df8362e80c6a0172100f8b8a27ea - 0.0% (1.69 KB)

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

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

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

[#005] sha256:a94ad0a7969a63e63fb47cf96c863c73a133bbe21dde534a12a6b1a2ecd4620e - 0.0% (1.36 KB)

[#006] sha256:e37c7fdc11f381659d5069d1336bd38bb17ccbcd73c5b735a62c79b49ccf936c - 0.0% (260 Bytes)

[#007] sha256:51c308f81850382890e0b55f68c3b70437f530f76f0e9f2b646799422481ec20 - 78.21% (124 MB)

[#008] sha256:f7e63de29dad3e70eb299a298507a27d383d9630453b71d29cd20300e1f5e6b1 - 0.0% (138 Bytes)

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


History
2022-03-03 19:41:02 UTC

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

2022-03-03 19:41:03 UTC

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

2022-03-03 20:50:47 UTC

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

2022-03-03 20:50: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 20:50:58 UTC

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

2022-03-03 20:50:59 UTC

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

2022-03-03 20:51:15 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:51:16 UTC

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

2022-03-03 20:56:17 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5'; 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 20:56:18 UTC

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

2022-03-03 20:56:19 UTC

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

2022-03-03 20:56:20 UTC

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

2022-03-03 20:56:21 UTC

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

2022-03-03 20:56:22 UTC

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

2022-03-03 20:56:23 UTC

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

2022-03-03 20:56:44 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 20:56:45 UTC

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

2022-03-03 20:56:45 UTC

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

2022-03-03 20:56:47 UTC

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

2022-03-03 20:56:47 UTC

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

2022-03-03 20:56:48 UTC

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

2022-03-03 20:56:49 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