2021-09-20 22:21:41 UTC
158 MB
1.12
JSYAML_VERSION3.13.1
MONGO_MAJORtesting
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.2.17~rc0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:e4ca327ec0e73c737201b7a6d7b2df779a3ccf34fe9cf1b0c031e767f6464240 - 16.16% (25.5 MB)
[#001] sha256:e4ccd32248f67557a119dc409e69c49261fe5ec062bdd253f2a9f6cefdad1fa6 - 0.0% (1.83 KB)
[#002] sha256:90429bad72b2afdc5387f488ff5b24e3fe5ff4f708fed65f0b5d0de32cf2d79e - 1.8% (2.84 MB)
[#003] sha256:35e38341847d291fd3cdaaebd43517d1740945fd87548211c839217dbcc0f53e - 3.53% (5.56 MB)
[#004] sha256:f48b97a5ba7b688b6c7874244cc90efb6a33e4d3ff582129921d83740c0aef58 - 0.0% (149 Bytes)
[#005] sha256:6419b4dc39c388e2ac183388ac41cfe97ad8d23d7f4225997d68cb41a46d855e - 0.0% (4.53 KB)
[#006] sha256:ed67d35119888bde4f79ac903000e413f8a662e4d7219156eafd95f070a4078e - 0.0% (238 Bytes)
[#007] sha256:d818e1d3ff73d8276e2898b53d694d5dca3e47d86b7538445fb439110437e967 - 78.5% (124 MB)
[#008] sha256:9bb1213eb06c857ff2e0e5bf2f9af8e9eb20fc07c196c2eaa7339f9e3489ef28 - 0.0% (170 Bytes)
[#009] sha256:ae3aa8ef63967b0b6ce2c1fe633250964040b9f4958e2107fe91ea83bae6a9ef - 0.0% (4.59 KB)
/bin/sh -c #(nop) ADD file:425a053fd043786e9454fb269d4c93c624550fb913a8c96d03ddd430b4e6c1c3 in /
2021-08-31 01:20:48 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-08-31 03:52:49 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2021-08-31 03:52:58 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-08-31 03:52:58 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2021-08-31 03:52:58 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2021-08-31 03:53:09 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-08-31 03:53:10 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-09-02 00:30: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-09-02 00:30:45 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2021-09-02 00:30:45 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2021-09-02 00:30:45 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2021-09-02 00:30:45 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=testing
2021-09-02 00:30:46 UTC/bin/sh -c echo "deb http://$MONGO_REPO/apt/ubuntu bionic/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"
2021-09-20 22:21:18 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.2.17~rc0
2021-09-20 22:21:39 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-09-20 22:21:40 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2021-09-20 22:21:41 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2021-09-20 22:21:41 UTC/bin/sh -c #(nop) COPY file:df3353d9b2c25ef83b499ecae7fd5d611adb4a9462a577435178acaad3c8c695 in /usr/local/bin/
2021-09-20 22:21:41 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-09-20 22:21:41 UTC/bin/sh -c #(nop) EXPOSE 27017
2021-09-20 22:21:41 UTC/bin/sh -c #(nop) CMD ["mongod"]
2021-09-20 22:27:28 UTC
2.77 GB
6d3859195559b8352dcf4a104b7ddda795e406ddf92966b2531d7987f8fdc5dd
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.17-rc0-signed.msi
MONGO_VERSION4.2.17-rc0
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 57.85% (1.6 GB)
[#001] sha256:a0ddf88812f10c7d6edc858aa9784ff5ca9de4a7bb631909c090090343abd059 - 32.6% (924 MB)
[#002] sha256:6c4091e033b8590db7b89fded6d31ac2224162744daa4d7a7a66cbebd4b8c228 - 0.0% (1.4 KB)
[#003] sha256:3d240acbd4c0e4d02b1c093e3223614aafd429cf341b4a4d110cd6e2c18da7e1 - 0.0% (1.38 KB)
[#004] sha256:5c3cd01333ac94c2e7590beb3d46f73899fea4e9ff828830d28125da3d103fc3 - 0.0% (1.36 KB)
[#005] sha256:8cbe50f533dbc58c632a34e22c3fa9bb7256c5b3c15a949b76e54ac1f00fdf21 - 0.0% (1.38 KB)
[#006] sha256:33013dfeb40a22c5598e97ccf846cd092a12b623b02c27e01edcb342672a27a9 - 9.55% (271 MB)
[#007] sha256:3ecc6dafaff5ea5b84646c0b0a5c9d0a66fe78c7e5d5f09674d42dfd87ecb2c6 - 0.0% (1.39 KB)
[#008] sha256:aeb2c6e84259b66b7011609d2b6ba54f1ac13073ef1e0185ff70d3427d7aa885 - 0.0% (1.35 KB)
[#009] sha256:73a7e52dab45cef749da51db9abb0dbcfce884c4a8f2166b180347fb9a20fd5b - 0.0% (1.38 KB)
Apply image 1809-RTM-amd64
2021-09-13 04:08:33 UTCInstall update 1809-amd64
2021-09-15 13:14:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2021-09-20 22:25:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.2.17-rc0
2021-09-20 22:25:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.17-rc0-signed.msi
2021-09-20 22:25:17 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=6d3859195559b8352dcf4a104b7ddda795e406ddf92966b2531d7987f8fdc5dd
2021-09-20 22:27:24 UTCpowershell -Command $ErrorActionPreference = 'Stop'; Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (New-Object System.Net.WebClient).DownloadFile($env:MONGO_DOWNLOAD_URL, 'mongo.msi'); if ($env:MONGO_DOWNLOAD_SHA256) { Write-Host ('Verifying sha256 ({0}) ...' -f $env:MONGO_DOWNLOAD_SHA256); if ((Get-FileHash mongo.msi -Algorithm sha256).Hash -ne $env:MONGO_DOWNLOAD_SHA256) { Write-Host 'FAILED!'; exit 1; }; }; Write-Host 'Installing ...'; Start-Process msiexec -Wait -ArgumentList @( '/i', 'mongo.msi', '/quiet', '/qn', '/l*v', 'install.log', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=Client,ImportExportTools,MiscellaneousTools,MonitoringTools,Router,ServerNoService' ); if (-Not (Test-Path C:\mongodb\bin\mongo.exe -PathType Leaf)) { Write-Host 'Installer failed!'; Get-Content install.log; exit 1; }; Remove-Item install.log; $env:PATH = 'C:\mongodb\bin;' + $env:PATH; [Environment]::SetEnvironmentVariable('PATH', $env:PATH, [EnvironmentVariableTarget]::Machine); Write-Host 'Verifying install ...'; Write-Host ' mongo --version'; mongo --version; Write-Host ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';
2021-09-20 22:27:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2021-09-20 22:27:27 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2021-09-20 22:27:28 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2021-09-20 22:30:01 UTC
6.1 GB
6d3859195559b8352dcf4a104b7ddda795e406ddf92966b2531d7987f8fdc5dd
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.17-rc0-signed.msi
MONGO_VERSION4.2.17-rc0
[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 62.09% (3.79 GB)
[#001] sha256:e9b8281bf21e46c781fb54e4f15f5728e2c44dea4219c9e6deeb732f1d909d3b - 33.58% (2.05 GB)
[#002] sha256:5796468f91731000e9a76e836156826a1cd4ed963bcd80e6558c538a12c2132d - 0.0% (1.38 KB)
[#003] sha256:50f6bfa375c95d6e82412256484fd68997d15b43900663d7ee08c0cd245480d6 - 0.0% (1.36 KB)
[#004] sha256:4bde6c6db8e5a20648c927ca6a28e5dffa6f2cc346992866e088ec88c445f02a - 0.0% (1.39 KB)
[#005] sha256:43e352b47b3e6ce33939d33973e03847f198e77cec6ad6c5dc0c170d2cd6e131 - 0.0% (1.4 KB)
[#006] sha256:84bbba8c6a7e53e3c80f1f90094ff08d33b01c1f7515ae19c279b5edb6d3b35b - 4.33% (271 MB)
[#007] sha256:ccd074390f8d32b23c861154ed28427f25d69c4d8bb0b99cdd5ff1690cff6d12 - 0.0% (1.38 KB)
[#008] sha256:519773eb92c79f8994df44bdd965d7eb56d6b30a83195f0fd2045cace1cae236 - 0.0% (1.39 KB)
[#009] sha256:28ec16b58ec12dc7df85b3e516b14e8ae343521e84405f793c5372ec2f5421d8 - 0.0% (1.36 KB)
Apply image 1607-RTM-amd64
2021-09-13 01:03:00 UTCInstall update ltsc2016-amd64
2021-09-15 13:26:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2021-09-20 22:27:41 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.2.17-rc0
2021-09-20 22:27:41 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.17-rc0-signed.msi
2021-09-20 22:27:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=6d3859195559b8352dcf4a104b7ddda795e406ddf92966b2531d7987f8fdc5dd
2021-09-20 22:29:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (New-Object System.Net.WebClient).DownloadFile($env:MONGO_DOWNLOAD_URL, 'mongo.msi'); if ($env:MONGO_DOWNLOAD_SHA256) { Write-Host ('Verifying sha256 ({0}) ...' -f $env:MONGO_DOWNLOAD_SHA256); if ((Get-FileHash mongo.msi -Algorithm sha256).Hash -ne $env:MONGO_DOWNLOAD_SHA256) { Write-Host 'FAILED!'; exit 1; }; }; Write-Host 'Installing ...'; Start-Process msiexec -Wait -ArgumentList @( '/i', 'mongo.msi', '/quiet', '/qn', '/l*v', 'install.log', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=Client,ImportExportTools,MiscellaneousTools,MonitoringTools,Router,ServerNoService' ); if (-Not (Test-Path C:\mongodb\bin\mongo.exe -PathType Leaf)) { Write-Host 'Installer failed!'; Get-Content install.log; exit 1; }; Remove-Item install.log; $env:PATH = 'C:\mongodb\bin;' + $env:PATH; [Environment]::SetEnvironmentVariable('PATH', $env:PATH, [EnvironmentVariableTarget]::Machine); Write-Host 'Verifying install ...'; Write-Host ' mongo --version'; mongo --version; Write-Host ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';
2021-09-20 22:29:59 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2021-09-20 22:30:00 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2021-09-20 22:30:01 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2021-09-20 22:41:32 UTC
148 MB
1.12
JSYAML_VERSION3.13.1
MONGO_MAJORtesting
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.2.17~rc0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:4028d4a2ab035ee99388f4aa429a83fbaf8022de67206e9a5b69615c71069135 - 15.25% (22.6 MB)
[#001] sha256:c50584629502a7e958f30a1b7a78b174640d8ab4250e160a656bb90813ea2065 - 0.0% (1.84 KB)
[#002] sha256:de80265b7cf77954ff57613a60b888911ff3b1d482b362ffbb56973fc4cfeea8 - 1.72% (2.55 MB)
[#003] sha256:325293ecfd3d62c4787b9211cb673edddaefa37d26dc6933ae52fe0932bc421c - 3.44% (5.1 MB)
[#004] sha256:5c77f99a86fe12cbd7e258659a9a214239e62a6e440e70b53577a5353adfa88a - 0.0% (149 Bytes)
[#005] sha256:aca4e85783c1d66670ae2a742bfd7e68634e9cc63583e1bb4b660f0b0fb80315 - 0.0% (4.53 KB)
[#006] sha256:253db2adb08658983465579b41bc1fc08d9f15a514f8c21e6edf4c2b6a1a9603 - 0.0% (240 Bytes)
[#007] sha256:43b1a33ab726bcd1391e7573e3f80e4a2659cdc4557b2fbca3d8ac465d32edc8 - 79.59% (118 MB)
[#008] sha256:c4595def8f965d8b67f7b8a73471b03aa8d6669684ae7cc098ee1e8dcfe3bd8e - 0.0% (169 Bytes)
[#009] sha256:032b380c0f85f0a2dfd828fcf143885b89a306382a2c0436c788e4bc6fc08644 - 0.0% (4.59 KB)
/bin/sh -c #(nop) ADD file:27e3c8f7785fef80f6172954da7c3c73734c02b933dc19847e888542897d568f in /
2021-08-31 01:40:36 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-08-31 03:17:35 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2021-08-31 03:17:43 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-08-31 03:17:43 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2021-08-31 03:17:44 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2021-08-31 03:17:57 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-08-31 03:17:57 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-09-01 23:46:38 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-09-01 23:46:38 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2021-09-01 23:46:38 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2021-09-01 23:46:38 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2021-09-01 23:46:38 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=testing
2021-09-01 23:46:39 UTC/bin/sh -c echo "deb http://$MONGO_REPO/apt/ubuntu bionic/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"
2021-09-20 22:41:12 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.2.17~rc0
2021-09-20 22:41:30 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-09-20 22:41:31 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2021-09-20 22:41:32 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2021-09-20 22:41:32 UTC/bin/sh -c #(nop) COPY file:df3353d9b2c25ef83b499ecae7fd5d611adb4a9462a577435178acaad3c8c695 in /usr/local/bin/
2021-09-20 22:41:32 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-09-20 22:41:32 UTC/bin/sh -c #(nop) EXPOSE 27017
2021-09-20 22:41:32 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.