Namespace
library
Image / Tag
mongo:5.0.0-rc7-focal
Content Digest
sha256:c682de9d32ad785fb88d30b16f0da56338ce3e7094540bd2703024c3dc1e686e
Details
Created

2021-07-08 22:55:11 UTC

Size

241 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

5.0.0~rc7

PATH

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


Layers

[#000] sha256:c549ccf8d472c3bce9ce02e49c62b8f6cbc736ea2b8ba812a1ae9390c69d0b71 - 11.31% (27.2 MB)

[#001] sha256:5cd2834b286611cf1f7b102988029dd6b71c8d6f021ebf86e066cfbbeb67ebe1 - 0.0% (1.71 KB)

[#002] sha256:543f5ecd43dfe5c6ecbe99383e8149ab0129ac243e2a73821e65bd535647ea02 - 1.21% (2.92 MB)

[#003] sha256:d9b74f432c74dfb225aea390a227322a65b76b4b2c0a5ca1e7a49b25e1fcdd2b - 2.58% (6.2 MB)

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

[#005] sha256:12d3974a92b0a44d7bdf2715be5a39c84df386c4009ad60ba229ae88ea8e4e7b - 0.0% (4.53 KB)

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

[#007] sha256:c7ed95f5a3580b55389b16dc58b677ba9ea3f913f3f7655edcc2893407355687 - 0.0% (243 Bytes)

[#008] sha256:49bc7ea27b14d4c4e0b0d505e3926862eaeac3e82a372ca167d7325fcaac86da - 84.9% (204 MB)

[#009] sha256:37b8e660734d8460aa0e6b8a0ae9128b827432d67a50791483b9529fae332b93 - 0.0% (170 Bytes)

[#010] sha256:e8109027705d9c8f3c844027f69770b3323c4eabb0d61e5451fbce1a982e42c9 - 0.0% (4.38 KB)


History
2021-06-17 23:31:29 UTC

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

2021-06-17 23:31:29 UTC

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

2021-06-18 01:11:11 UTC

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

2021-06-18 01:11:20 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-06-18 01:11:21 UTC

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

2021-06-18 01:11:21 UTC

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

2021-06-18 01:11:32 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-06-18 01:11:33 UTC

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

2021-06-24 08:50:45 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-06-24 08:50:45 UTC

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

2021-06-24 08:50:45 UTC

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

2021-06-24 08:50:45 UTC

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

2021-06-24 08:50:46 UTC

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

2021-06-24 08:50: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-07-08 22:54:30 UTC

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

2021-07-08 22:54:30 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=5.0.0~rc7

2021-07-08 22:55:08 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-07-08 22:55:10 UTC

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

2021-07-08 22:55:10 UTC

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

2021-07-08 22:55:11 UTC

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

2021-07-08 22:55:11 UTC

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

2021-07-08 22:55:11 UTC

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

2021-07-08 22:55:11 UTC

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

Details
Created

2021-07-08 23:34:50 UTC

Size

234 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

5.0.0~rc7

PATH

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


Layers

[#000] sha256:6f86eded34a1950318569803a7e0c689175ebd9d76faf08798f88ac133b98a11 - 11.09% (25.9 MB)

[#001] sha256:2e4fb14df91e60b3139ee23202e7ab41ca6217f2cf29ac87dd6200c800da3721 - 0.0% (1.71 KB)

[#002] sha256:dd14a02c7a7db08374bfde8b40b03443a2773c9d38d8419b61467e6832288b54 - 1.19% (2.78 MB)

[#003] sha256:c8afab734ea82d28732dbe5cdf09476dbe66de7cf91c41bfffcbbe3b3ac7d62c - 2.62% (6.11 MB)

[#004] sha256:d21e957a0820423b87f326efdc3d0fbaad0f8260f489dc441ba876a47642ca21 - 0.0% (148 Bytes)

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

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

[#007] sha256:9a398fdfc1e74a0c7d15a996dc0a9482093057c257764fe1005ae631ac580c4f - 0.0% (239 Bytes)

[#008] sha256:7ab53e2f4d803d4a4199801bb1821e5a3814c355969eaba99288dd6a0df2bd34 - 85.1% (199 MB)

[#009] sha256:a4dc1340264f33cbbef52ca3b91210e14fc162d5e05fbff97fb4ce30e8932586 - 0.0% (168 Bytes)

[#010] sha256:3dae007f69955c8002bca2f3cda5ccd9f5e3f760aeb156696087dbb39f36fb86 - 0.0% (4.38 KB)


History
2021-06-17 23:53:58 UTC

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

2021-06-17 23:53:59 UTC

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

2021-06-18 00:39:34 UTC

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

2021-06-18 00:39:42 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-06-18 00:39:42 UTC

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

2021-06-18 00:39:42 UTC

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

2021-06-18 00:39:56 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-06-18 00:39:56 UTC

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

2021-06-24 01:41:12 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-06-24 01:41:12 UTC

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

2021-06-24 01:41:12 UTC

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

2021-06-24 01:41:12 UTC

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

2021-06-24 01:41:13 UTC

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

2021-06-24 01:41:13 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-07-08 23:34:21 UTC

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

2021-07-08 23:34:22 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=5.0.0~rc7

2021-07-08 23:34:47 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-07-08 23:34:49 UTC

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

2021-07-08 23:34:49 UTC

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

2021-07-08 23:34:49 UTC

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

2021-07-08 23:34:50 UTC

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

2021-07-08 23:34:50 UTC

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

2021-07-08 23:34:50 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