2022-04-06 04:07:11 UTC
238 MB
1.12
JSYAML_VERSION3.13.1
MONGO_MAJOR5.0
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION5.0.6
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:e0b25ef516347a097d75f8aea6bc0f42a4e8e70b057e84d85098d51f96d458f9 - 11.46% (27.2 MB)
[#001] sha256:c7a086fc80eaabd12d02bd4065e009878cfc9362d238169ea745e39a263c2270 - 0.0% (1.71 KB)
[#002] sha256:7a6592c2fb05fb80b5a3c01c92bc623faf5fc0ded7dd0551be39ea78a4d9efc8 - 1.23% (2.92 MB)
[#003] sha256:5dad2281c276115bf50711681c05326e6a65cec55a5d727481ac937664a35efa - 2.61% (6.2 MB)
[#004] sha256:34073132290cb60828b8a5ca2eb216d7f6c21a306dd0ba675f0a297b5ed5acd0 - 0.0% (149 Bytes)
[#005] sha256:ec793bc1a2aee24538b2237e39e4a3a0a5f2d6d6362e613893093708f8ebcf4a - 0.0% (1.41 KB)
[#006] sha256:660887418c9b636f3ae29187f3e75b0b75f104c10c76177bda14c4f86c667dd4 - 0.0% (260 Bytes)
[#007] sha256:97291b67bd8ea1784d4f2c2bb8d0563a2e67091848d6bda10ef42e8c54d96b32 - 84.7% (201 MB)
[#008] sha256:65956d0b19fc6bf80d6d7c8e21a315e803603852850e9d622302055d90db54a1 - 0.0% (170 Bytes)
[#009] sha256:b07897fe2a77c61a9196267af3de5337562fbd9a710fae5b2a34355dd82b1194 - 0.0% (4.83 KB)
/bin/sh -c #(nop) ADD file:b83df51ab7caf8a4dc35f730f5a18a59403300c59eecae4cf5779cba0f6fda6e in /
2022-04-05 22:20:51 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-04-06 04:06:17 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2022-04-06 04:06:25 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-06 04:06:25 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2022-04-06 04:06:25 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2022-04-06 04:06:38 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-06 04:06:38 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2022-04-06 04:06:39 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '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-06 04:06:39 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2022-04-06 04:06:39 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2022-04-06 04:06:40 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2022-04-06 04:06:40 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=5.0
2022-04-06 04:06:40 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-04-06 04:06:40 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=5.0.6
2022-04-06 04:07: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-06 04:07:11 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2022-04-06 04:07:11 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2022-04-06 04:07:11 UTC/bin/sh -c #(nop) COPY file:ff519c7454e20e6f14c42932b8d6eaee066ed739bfbbd2a6e884d0a7ffeead38 in /usr/local/bin/
2022-04-06 04:07:11 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2022-04-06 04:07:11 UTC/bin/sh -c #(nop) EXPOSE 27017
2022-04-06 04:07:11 UTC/bin/sh -c #(nop) CMD ["mongod"]
2022-04-05 23:30:43 UTC
230 MB
1.12
JSYAML_VERSION3.13.1
MONGO_MAJOR5.0
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION5.0.6
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:185e8a4c100571f111d924b5d4399d89f163bf95d71ce2c6a33f656a66c52f0a - 11.25% (25.9 MB)
[#001] sha256:9275dc5f58a824992dd7134eb5d1a03b3444789e31773e1610b9604d7fd5293f - 0.0% (1.69 KB)
[#002] sha256:e820cd795df140b554de55a8fd8db2ab8e46f204bf20439b9fe7e342d06b323e - 1.21% (2.78 MB)
[#003] sha256:003e7508c0ed3f4cf57557f470f1fdf5d9d803515e608dd76cc5fdc86673f691 - 2.59% (5.96 MB)
[#004] sha256:49c926d087e859efce609d51a7725b4dc22aad4acbeea44ae5fcc9093aeae447 - 0.0% (115 Bytes)
[#005] sha256:f0c8045d45d9657198979d78588596602f3074b44802c00a92565770e7eb13db - 0.0% (1.36 KB)
[#006] sha256:2561362d345d5c89d213f5606c562b6b692a8ecf8800ca8b4fd260e8bcc59dc9 - 0.0% (259 Bytes)
[#007] sha256:b2daadfe03ac9b6e34f0584eb8890354205801b210bf7c95db0d477c85a57237 - 84.95% (196 MB)
[#008] sha256:758a38eeb440150999f76824be98a3d18fc2b69644b26587f9f5f0dfee3f6fd2 - 0.0% (139 Bytes)
[#009] sha256:efac2a5412ee6e01ea8b7cd4d2ea1f76095d6e8097d1dd94b9439bc2be26340c - 0.0% (4.84 KB)
/bin/sh -c #(nop) ADD file:113ba5e7bc74d50e8d35449f8a62712359e2f00146e03eee822c28c8c6f59368 in /
2022-04-05 22:41:00 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-04-05 23:29:38 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2022-04-05 23:29:48 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-05 23:29:49 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2022-04-05 23:29:50 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2022-04-05 23:30:06 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-05 23:30:07 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2022-04-05 23:30:09 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '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-05 23:30:10 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2022-04-05 23:30:11 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2022-04-05 23:30:12 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2022-04-05 23:30:13 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=5.0
2022-04-05 23:30:14 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-04-05 23:30:15 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=5.0.6
2022-04-05 23:30:37 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-05 23:30:38 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2022-04-05 23:30:39 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2022-04-05 23:30:41 UTC/bin/sh -c #(nop) COPY file:ff519c7454e20e6f14c42932b8d6eaee066ed739bfbbd2a6e884d0a7ffeead38 in /usr/local/bin/
2022-04-05 23:30:41 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2022-04-05 23:30:42 UTC/bin/sh -c #(nop) EXPOSE 27017
2022-04-05 23:30:43 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.