2022-09-23 00:25:19 UTC
164 MB
1.12
HOME/data/db
JSYAML_VERSION3.13.1
MONGO_MAJORtesting
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.4.17~rc2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:675920708c8bf10fbd02693dc8f43ee7dbe0a99cdfd55e06e6f1a8b43fd08e3f - 16.64% (27.2 MB)
[#001] sha256:6f9c8c301e0f21d7d0b229b7ce3bf5f73a8032a77f1fd0ead5a40ae2904e7386 - 0.0% (1.79 KB)
[#002] sha256:73738965c4ce390367a607807b960c2c4cd8aa410fc4b1bea6ce71263c6725a8 - 1.78% (2.92 MB)
[#003] sha256:7fd6635b9ddf662b5aad927979bc18877d5e93da5b68d0257bf589086be3fc24 - 3.79% (6.2 MB)
[#004] sha256:73a471eaa4ad67f863744ea2570d2995126f69ac4a5156455603a9308c2c915e - 0.0% (149 Bytes)
[#005] sha256:9dfa6cfaf3b4899d4c6e54e858e2103ba7842006f46809bf41185e0fe1b7631e - 0.0% (5.59 KB)
[#006] sha256:5d18a4956bfd983edb6bd3924afeb1ae18468ac3cb3949c03ed77dc2fd4d8d75 - 0.0% (260 Bytes)
[#007] sha256:f50df25190fe437fc8515007245bd1c9f1a2af0c3e633b89b9473d2ed3c050d1 - 77.78% (127 MB)
[#008] sha256:b0345408b4861fa78ae5b74e69bc755ace0915164b27c89b30720065072f5fa5 - 0.0% (4.95 KB)
/bin/sh -c #(nop) ADD file:ff6963f777661fb16cc12fb04a97c558bd94768a6e4ab5bd90e01f3086818853 in /
2022-09-01 23:46:27 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-09-02 03:52:11 UTC/bin/sh -c set -eux; groupadd --gid 999 --system mongodb; useradd --uid 999 --system --gid mongodb --home-dir /data/db mongodb; mkdir -p /data/db /data/configdb; chown -R mongodb:mongodb /data/db /data/configdb
2022-09-02 03:52:19 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-09-02 03:52:19 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2022-09-02 03:52:20 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2022-09-02 03:52:31 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-09-02 03:52:32 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2022-09-02 03:53:53 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '39BD841E4BE5FB195A65400E6A26B1AE64C3C388' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' '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-09-02 03:53:53 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2022-09-02 03:53:54 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2022-09-02 03:53:54 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2022-09-02 03:53:54 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=testing
2022-09-02 03:53:54 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-09-23 00:24:50 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.4.17~rc2
2022-09-23 00:25:18 UTC/bin/sh -c set -x && export DEBIAN_FRONTEND=noninteractive && apt-get update && 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 -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig
2022-09-23 00:25:18 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2022-09-23 00:25:18 UTC/bin/sh -c #(nop) ENV HOME=/data/db
2022-09-23 00:25:18 UTC/bin/sh -c #(nop) COPY file:a062061dd38363517a589afdd763f61500b162faee89d415017c58fd70abe392 in /usr/local/bin/
2022-09-23 00:25:18 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2022-09-23 00:25:19 UTC/bin/sh -c #(nop) EXPOSE 27017
2022-09-23 00:25:19 UTC/bin/sh -c #(nop) CMD ["mongod"]
2022-09-23 00:18:14 UTC
2.41 GB
b29301e3f0858b1456b95f060b1dc38ea699b4facc064b1c905a4f2cb5927e18
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.17-rc2-signed.msi
MONGO_VERSION4.4.17-rc2
[#000] sha256:97f65a0ec59e643faf84024aa713a9be059322380315fda829756bbbd96d6258 - 55.43% (1.34 GB)
[#001] sha256:4486102fd3820ed9527fa3e7bfefa8305c2f054e65b46dffe9675755e3d8f288 - 35.11% (868 MB)
[#002] sha256:a16438b2cffe7980c606769d49003f7f1c4d27549445f824511a81834513616a - 0.0% (1.39 KB)
[#003] sha256:8dc8112801cd65d3b47f1686784083a63402167a8d7eb2f769bc958cdd70c560 - 0.0% (1.39 KB)
[#004] sha256:9e18952c81c59b806913fc734b546e4faa57a069f4cc4b360e97f402c1af130c - 0.0% (1.4 KB)
[#005] sha256:17880bcd08fd9c6602bbed3dcb73b7cf254d4896d5a3932bec1ceaf217062294 - 0.0% (1.36 KB)
[#006] sha256:56a3c84a0a8c45ea391588a32f614b6c450440e745019b5523bb5ebd2e4deba9 - 9.47% (234 MB)
[#007] sha256:60c9ca3606637a45a1f9cbca1ff7e574d9c84819f304c56af5517b4bd256d314 - 0.0% (1.37 KB)
[#008] sha256:12f428211af23c8aba46c81a5e01b58b9309e7839ff9d42f92d04daded162b97 - 0.0% (1.39 KB)
[#009] sha256:b20654f463db133320e507f090e071bf7985e075cf1dd585eaf6d9d5acf84b2d - 0.0% (1.37 KB)
Apply image 10.0.20348.643
2022-09-08 20:30:55 UTCInstall update 10.0.20348.1006
2022-09-14 13:31:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2022-09-23 00:16:50 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.4.17-rc2
2022-09-23 00:16:50 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.17-rc2-signed.msi
2022-09-23 00:16:51 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=b29301e3f0858b1456b95f060b1dc38ea699b4facc064b1c905a4f2cb5927e18
2022-09-23 00:18:10 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,MiscellaneousTools,Router,ServerNoService' ); if (-Not (Test-Path C:\mongodb\bin\mongod.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.';
2022-09-23 00:18:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2022-09-23 00:18:13 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2022-09-23 00:18:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2022-09-23 00:21:05 UTC
2.75 GB
b29301e3f0858b1456b95f060b1dc38ea699b4facc064b1c905a4f2cb5927e18
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.17-rc2-signed.msi
MONGO_VERSION4.4.17-rc2
[#000] sha256:b111c3320c949bea81612bf4554f1b6592c2f504920b5bf57ba340a1d4d52c93 - 63.66% (1.75 GB)
[#001] sha256:cee64bf279e2ca8e924884a10ecb98bfa79c7f0cc8d25e73039b9aeb940815b6 - 28.03% (788 MB)
[#002] sha256:3c428406510f0a47ed60f28060a7d625d42344a95fdcb7c4f5746fb8857c3328 - 0.0% (1.38 KB)
[#003] sha256:f550c2b3c438ade3acd13ff6ec56d38be4c9d3f274676b0b028d82b1cc266e9b - 0.0% (1.35 KB)
[#004] sha256:cbbd680456acb7bdef0c3868ca80ac1abf30e5529cd73806f01e476c9a6861d6 - 0.0% (1.41 KB)
[#005] sha256:f93dfdeaa1067575936a3a0a6eb6a62c8c8c9b1e8f472aed1b3f76f0889af70d - 0.0% (1.38 KB)
[#006] sha256:0ff55efe574b799715631cd8a4901cdb7f66d6fb59530233578aadc8158b6d10 - 8.32% (234 MB)
[#007] sha256:adaf5ddc88a4775e3089e0cf94e363552ae7776f7db51c64780f56c398e60304 - 0.0% (1.39 KB)
[#008] sha256:28e5e593ccc528c9b814f62f01bb27cd9a62d83b3fc3d2dda05d54c934d4eb19 - 0.0% (1.35 KB)
[#009] sha256:f0b1be35b0f25c4040a8e8f1dd80b4b8b50e1d1cc83f9a95516e43c1efe1fdd9 - 0.0% (1.39 KB)
Apply image 10.0.17763.2803
2022-09-09 22:43:02 UTCInstall update 10.0.17763.3406
2022-09-14 13:39:18 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2022-09-23 00:18:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.4.17-rc2
2022-09-23 00:18:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.17-rc2-signed.msi
2022-09-23 00:18:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=b29301e3f0858b1456b95f060b1dc38ea699b4facc064b1c905a4f2cb5927e18
2022-09-23 00:21:01 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,MiscellaneousTools,Router,ServerNoService' ); if (-Not (Test-Path C:\mongodb\bin\mongod.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.';
2022-09-23 00:21:03 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2022-09-23 00:21:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2022-09-23 00:21:05 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2022-09-23 00:47:48 UTC
159 MB
1.12
HOME/data/db
JSYAML_VERSION3.13.1
MONGO_MAJORtesting
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.4.17~rc2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:7a9f619ee5e9c87f19eed59abef41d53eb0694f492da010ee069ff26e7b4ff3f - 16.29% (25.9 MB)
[#001] sha256:fe07d8ebcafb11d0bd133b24c0b609a2df7be61177317743622e25402fad20e5 - 0.0% (1.74 KB)
[#002] sha256:01f116473d7043b4502e37137a97bd6e20142172dab16e6f88e497d3d33b0c78 - 1.74% (2.77 MB)
[#003] sha256:5ed58e863f95532cf6247f0bc0953d63704dde8a89053df15b1712a2ec112d07 - 3.74% (5.96 MB)
[#004] sha256:62274e6e1246430435b8017651d8588082af58d5faa6c59dd88c773c2825bc0c - 0.0% (115 Bytes)
[#005] sha256:faea135cb1054d0bd6f92e382b3e8e3026d5593a792535f2336b966d0c0fd99e - 0.0% (5.53 KB)
[#006] sha256:4a88392917e910a8acb2b1879f8a9cd533161d5a052262a9e1647e11f3e85352 - 0.0% (262 Bytes)
[#007] sha256:f33b28707d06c464c12d2687fe983531dbeb36180752bd32cc008691aa326a56 - 78.22% (125 MB)
[#008] sha256:9417a80cb431bc33fe763cbe4600703d06a9530bc2940477c458b0876284d905 - 0.0% (4.95 KB)
/bin/sh -c #(nop) ADD file:78c56cf572dbf860290780b955a94dc4de09bd3b8d64b6a83aee51afb349129a in /
2022-09-02 00:57:43 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-09-02 05:38:21 UTC/bin/sh -c set -eux; groupadd --gid 999 --system mongodb; useradd --uid 999 --system --gid mongodb --home-dir /data/db mongodb; mkdir -p /data/db /data/configdb; chown -R mongodb:mongodb /data/db /data/configdb
2022-09-02 05:38:31 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-09-02 05:38:32 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2022-09-02 05:38:33 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2022-09-02 05:38:49 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-09-02 05:38:49 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2022-09-02 05:40:22 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '39BD841E4BE5FB195A65400E6A26B1AE64C3C388' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' '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-09-02 05:40:22 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2022-09-02 05:40:23 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2022-09-02 05:40:24 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2022-09-02 05:40:25 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=testing
2022-09-02 05:40:26 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-09-23 00:47:24 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.4.17~rc2
2022-09-23 00:47:43 UTC/bin/sh -c set -x && export DEBIAN_FRONTEND=noninteractive && apt-get update && 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 -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig
2022-09-23 00:47:44 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2022-09-23 00:47:44 UTC/bin/sh -c #(nop) ENV HOME=/data/db
2022-09-23 00:47:46 UTC/bin/sh -c #(nop) COPY file:a062061dd38363517a589afdd763f61500b162faee89d415017c58fd70abe392 in /usr/local/bin/
2022-09-23 00:47:46 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2022-09-23 00:47:47 UTC/bin/sh -c #(nop) EXPOSE 27017
2022-09-23 00:47:48 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.