Namespace
library
Image / Tag
mongo:4.2.20-rc0-bionic
Content Digest
sha256:860ce7f98a18c8cd10b6f03e4d9ba0217fcd66289c27c32a9b1ddb84f5bc4a6a
Details
Created

2022-04-30 01:28:51 UTC

Size

158 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.2.20~rc0

PATH

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


Layers

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

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

[#002] sha256:96f1225ca77a7f995541f101e7847323b37a3339b46613da675b5ed14d48550e - 1.8% (2.84 MB)

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

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

[#005] sha256:15f8f6a8745d90d82da9a5f6368109f7abc23fb923c30b0241c2531bbec81907 - 0.0% (5.59 KB)

[#006] sha256:b3ea305fdf95b9587ab9a4011b7352038e74dfab5ad0fb719e197eb54e64dce6 - 0.0% (262 Bytes)

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

[#008] sha256:08642bfcef923b4733a8991543c9fb332134583f24b7dd6f8ee9f01574631fec - 0.0% (169 Bytes)

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


History
2022-04-29 23:20:51 UTC

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

2022-04-29 23:20:51 UTC

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

2022-04-30 01:28:03 UTC

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

2022-04-30 01:28:12 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-04-30 01:28:12 UTC

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

2022-04-30 01:28:12 UTC

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

2022-04-30 01:28:23 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-04-30 01:28:24 UTC

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

2022-04-30 01:28:27 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '39BD841E4BE5FB195A65400E6A26B1AE64C3C388' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' 'F5679A222C647C87527C2F8CB00A0BD1E2C63C11'; 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-04-30 01:28:27 UTC

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

2022-04-30 01:28:27 UTC

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

2022-04-30 01:28:27 UTC

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

2022-04-30 01:28:27 UTC

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

2022-04-30 01:28:28 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-04-30 01:28:28 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=4.2.20~rc0

2022-04-30 01:28:50 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-04-30 01:28:51 UTC

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

2022-04-30 01:28:51 UTC

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

2022-04-30 01:28:51 UTC

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

2022-04-30 01:28:51 UTC

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

2022-04-30 01:28:51 UTC

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

2022-04-30 01:28:51 UTC

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

Details
Created

2022-04-30 01:03:14 UTC

Size

148 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.2.20~rc0

PATH

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


Layers

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

[#001] sha256:bfcc1a52523d769cd1e111c609ec1b7948af9bddd7dca5bd767ff1c66d20615d - 0.0% (1.81 KB)

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

[#003] sha256:464cd0940e4bd33f640b477cda78df257abaa32c888e0922ecf5631ebb027294 - 3.34% (4.95 MB)

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

[#005] sha256:6eb30e2b906691efd34fd7d48a9dbbb0cb4f011d93422b8b599a6b9da94250be - 0.0% (5.53 KB)

[#006] sha256:e77e9980d780bd9263015839a6e6a2f8555d46db779d2f1d6f786dee7985a615 - 0.0% (262 Bytes)

[#007] sha256:6c68fd39cd8f2a4f20761ce9080c2ad8bf96d47e882a978daa6b0376d511f3f1 - 79.69% (118 MB)

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

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


History
2022-04-29 22:49:26 UTC

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

2022-04-29 22:49:26 UTC

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

2022-04-30 01:02:12 UTC

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

2022-04-30 01:02:23 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-04-30 01:02:24 UTC

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

2022-04-30 01:02:25 UTC

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

2022-04-30 01:02:41 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-04-30 01:02:41 UTC

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

2022-04-30 01:02:45 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '39BD841E4BE5FB195A65400E6A26B1AE64C3C388' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' 'F5679A222C647C87527C2F8CB00A0BD1E2C63C11'; 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-04-30 01:02:45 UTC

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

2022-04-30 01:02:46 UTC

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

2022-04-30 01:02:47 UTC

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

2022-04-30 01:02:48 UTC

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

2022-04-30 01:02:49 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-04-30 01:02:50 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=4.2.20~rc0

2022-04-30 01:03:09 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-04-30 01:03:10 UTC

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

2022-04-30 01:03:10 UTC

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

2022-04-30 01:03:12 UTC

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

2022-04-30 01:03:12 UTC

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

2022-04-30 01:03:13 UTC

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

2022-04-30 01:03:14 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