2021-06-24 08:51:18 UTC
184 MB
1.12
JSYAML_VERSION3.13.1
MONGO_MAJORtesting
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION5.0.0~rc3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c549ccf8d472c3bce9ce02e49c62b8f6cbc736ea2b8ba812a1ae9390c69d0b71 - 14.84% (27.2 MB)
[#001] sha256:5cd2834b286611cf1f7b102988029dd6b71c8d6f021ebf86e066cfbbeb67ebe1 - 0.0% (1.71 KB)
[#002] sha256:543f5ecd43dfe5c6ecbe99383e8149ab0129ac243e2a73821e65bd535647ea02 - 1.59% (2.92 MB)
[#003] sha256:d9b74f432c74dfb225aea390a227322a65b76b4b2c0a5ca1e7a49b25e1fcdd2b - 3.38% (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:0f1f7a5d536e5674d8ae2b27609a714294476ed07a8a4ca9a469cae402597f60 - 80.18% (147 MB)
[#008] sha256:122ea12984bc69785d261cbdffa54c4fa54aae166a2ab36227eb2a483d8e3b9f - 0.0% (169 Bytes)
[#009] sha256:8dd4e47249339e7cbdcd08ded8010dcd6f98220b25adea94d8b16d4473979d0e - 0.0% (4.37 KB)
/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-06-24 08:50:47 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=5.0.0~rc3
2021-06-24 08:51:16 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-06-24 08:51:17 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2021-06-24 08:51:18 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2021-06-24 08:51:18 UTC/bin/sh -c #(nop) COPY file:1dd28550b0c6cd4baae08342a3beff8f6014f7551c63d060630b98bd44e1f706 in /usr/local/bin/
2021-06-24 08:51:18 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-06-24 08:51:18 UTC/bin/sh -c #(nop) EXPOSE 27017
2021-06-24 08:51:18 UTC/bin/sh -c #(nop) CMD ["mongod"]
2021-06-24 01:41:37 UTC
177 MB
1.12
JSYAML_VERSION3.13.1
MONGO_MAJORtesting
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION5.0.0~rc3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:6f86eded34a1950318569803a7e0c689175ebd9d76faf08798f88ac133b98a11 - 14.67% (25.9 MB)
[#001] sha256:2e4fb14df91e60b3139ee23202e7ab41ca6217f2cf29ac87dd6200c800da3721 - 0.0% (1.71 KB)
[#002] sha256:dd14a02c7a7db08374bfde8b40b03443a2773c9d38d8419b61467e6832288b54 - 1.57% (2.78 MB)
[#003] sha256:c8afab734ea82d28732dbe5cdf09476dbe66de7cf91c41bfffcbbe3b3ac7d62c - 3.46% (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:f5f7343d3b89897c1075cfb123feb4fd8b1392666a2b9f464a6bd02da14f1947 - 80.29% (142 MB)
[#008] sha256:f4d0711a7ae66c1e24908bf3e6bccd13c27d0a453682322db122e7dfe517be9a - 0.0% (170 Bytes)
[#009] sha256:7ba6068eea6c0fec8cc2a8e48e6b468165b0bbd0de888563207125265658ee2a - 0.0% (4.37 KB)
/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-06-24 01:41:14 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=5.0.0~rc3
2021-06-24 01:41: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-06-24 01:41:36 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2021-06-24 01:41:36 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2021-06-24 01:41:36 UTC/bin/sh -c #(nop) COPY file:1dd28550b0c6cd4baae08342a3beff8f6014f7551c63d060630b98bd44e1f706 in /usr/local/bin/
2021-06-24 01:41:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-06-24 01:41:36 UTC/bin/sh -c #(nop) EXPOSE 27017
2021-06-24 01:41:37 UTC/bin/sh -c #(nop) CMD ["mongod"]
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.