2021-07-14 01:07:27 UTC
163 MB
1.12
JSYAML_VERSION3.13.1
MONGO_MAJORtesting
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.4.7~rc1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a31c7b29f4ad2bd946738970f040825704a523ded1b9d6f9c7c7cafc6ab731df - 16.69% (27.2 MB)
[#001] sha256:8490627ad476fc39c34e4117fe95181f23c0593c5939334f690c25267a15d1fc - 0.0% (1.71 KB)
[#002] sha256:97d640de21f3bf1bccb594ae1a3788de970a320dd5c506685ddddb13af3871ff - 1.79% (2.92 MB)
[#003] sha256:4676d8bbe06cee8d0ab6acff7d9a319287a789dcd95864defe5419be03d50e86 - 3.8% (6.2 MB)
[#004] sha256:c33fdc30cbb092983846fd92465e892eeb6684e8391cc3b833f5980850b7e9c7 - 0.0% (149 Bytes)
[#005] sha256:5123be568c91ed7cbd7872958a85d31e5b8d5f9a6e02a099df91ed00cc2c83ec - 0.0% (3.49 KB)
[#006] sha256:bf9914ae941de6d6290c5a979fce55f28e783e45fb486dc9008437b7f53143d4 - 0.0% (236 Bytes)
[#007] sha256:68c912c3744d546d84f5bef33121bca155c5f4386a930faa32533e6b140ebf3f - 77.71% (127 MB)
[#008] sha256:6f955bf7054c03b6d926450f0520e3f0748678fe9817dcb5f14c1497224e5c88 - 0.0% (170 Bytes)
[#009] sha256:2f58a3ade3f19d5716675641842baf9ca53976829ffc8b50c43dfc48d3689e0b - 0.0% (4.37 KB)
/bin/sh -c #(nop) ADD file:5c3d9d2597e01d1cee8513ff0e1344e7791e6f582be2cbd1d5777dd204780f1c in /
2021-07-13 22:29:34 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-07-14 01:06:04 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2021-07-14 01:06:13 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-07-14 01:06:13 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2021-07-14 01:06:13 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2021-07-14 01:06: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
2021-07-14 01:06:24 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-07-14 01:07:06 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '20691EEC35216C63CAF66CE1656408E390CFB1F5' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B'; 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-07-14 01:07:06 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2021-07-14 01:07:06 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2021-07-14 01:07:06 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2021-07-14 01:07:07 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=testing
2021-07-14 01:07:08 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-14 01:07:08 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.4.7~rc1
2021-07-14 01:07:25 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-14 01:07:26 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2021-07-14 01:07:27 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2021-07-14 01:07:27 UTC/bin/sh -c #(nop) COPY file:1dd28550b0c6cd4baae08342a3beff8f6014f7551c63d060630b98bd44e1f706 in /usr/local/bin/
2021-07-14 01:07:27 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-07-14 01:07:27 UTC/bin/sh -c #(nop) EXPOSE 27017
2021-07-14 01:07:27 UTC/bin/sh -c #(nop) CMD ["mongod"]
2021-07-13 23:34:46 UTC
159 MB
1.12
JSYAML_VERSION3.13.1
MONGO_MAJORtesting
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.4.7~rc1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:99006dae3b24cf096633c9f0234ddeefee9042d4bede6ebc607d63a52bb79fb0 - 16.33% (25.9 MB)
[#001] sha256:0566436151d6a7bfcb49cbc366b5ba571653a68dae1979813510507f0b568665 - 0.0% (1.71 KB)
[#002] sha256:f3e35ecfc23ef3b8965133b69f802364d5921cd8275578e99ebc64e709465495 - 1.75% (2.78 MB)
[#003] sha256:a03a1be757b04fe0321c6b2dc153d150f21357471d616a43fd71b7fdd3012a2e - 3.85% (6.11 MB)
[#004] sha256:7ea0d006dcea6ae065db690271b288012719161d730fdb41f36389e0c4a6b06b - 0.0% (149 Bytes)
[#005] sha256:5e0c9c538064b29e108b85567013ffe5d710c593e1c1f70c9c11aa60619a2bbc - 0.0% (3.49 KB)
[#006] sha256:ffb5ab960a64f6da723a4e3f9290aff3e77f59750f6d7c62d9310bea9047b869 - 0.0% (238 Bytes)
[#007] sha256:41f2ec1def250a174126bbdc0dd986565a97a15fea7425a36606f424efe34710 - 78.06% (124 MB)
[#008] sha256:1d07f4a9de04a9aed5c01274d75dc3678875c16c407d3c8b89c3e850969874d2 - 0.0% (171 Bytes)
[#009] sha256:24ee5d64cd19fe7d9b4dacbbb922a36ebe7c25f3ff76ecea04e13518f718cc89 - 0.0% (4.37 KB)
/bin/sh -c #(nop) ADD file:4a34ac318ec122d2262279f4f06fd87cdf0383df4b0919cd46f3455b4fcb20a2 in /
2021-07-13 23:01:23 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-07-13 23:33:22 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2021-07-13 23:33:30 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-07-13 23:33:30 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2021-07-13 23:33:30 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2021-07-13 23:33:44 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-07-13 23:33:45 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-07-13 23:34:25 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '20691EEC35216C63CAF66CE1656408E390CFB1F5' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B'; 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-07-13 23:34:25 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2021-07-13 23:34:26 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2021-07-13 23:34:26 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2021-07-13 23:34:26 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=testing
2021-07-13 23:34: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-07-13 23:34:27 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.4.7~rc1
2021-07-13 23:34:43 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-13 23:34:44 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2021-07-13 23:34:45 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2021-07-13 23:34:45 UTC/bin/sh -c #(nop) COPY file:1dd28550b0c6cd4baae08342a3beff8f6014f7551c63d060630b98bd44e1f706 in /usr/local/bin/
2021-07-13 23:34:45 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-07-13 23:34:45 UTC/bin/sh -c #(nop) EXPOSE 27017
2021-07-13 23:34:46 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.