2022-11-11 00:51:48 UTC
164 MB
1.12
HOME/data/db
JSYAML_VERSION3.13.1
MONGO_MAJORtesting
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.4.18~rc0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:eaead16dc43bb8811d4ff450935d607f9ba4baffda4fc110cc402fa43f601d83 - 16.64% (27.3 MB)
[#001] sha256:8a00eb9f68a0dcf2f4b6f3881376f35b2908e0ec03e0ba7b41dce5138a57017e - 0.0% (1.79 KB)
[#002] sha256:f683956749c518e0ea925e30c0c5115c4ce12e827cd34bcf72ce2e9d750a2bb6 - 1.78% (2.92 MB)
[#003] sha256:b33b2f05ea206b8ad00c6db544ddc80db3b9f6f9ea070867894eb83acdd9656c - 3.79% (6.21 MB)
[#004] sha256:3a342bea915a9cfedf83084c321b2c1aae8bbfdc8aa1f0845669c4d325bff96d - 0.0% (149 Bytes)
[#005] sha256:c11cc8018cc77a68dc3b6ea903aa09de21345b888cc546b6a65103a5c67dd568 - 0.0% (5.59 KB)
[#006] sha256:6088c5f108d01ead9904152a61b03b4c3cf1e25f843904e5b658ad2df1a3cbfd - 0.0% (261 Bytes)
[#007] sha256:a41f84476ea07a2f63823b668e2fec23c182a3fec368bc7ef5ed620952cf75a5 - 77.78% (127 MB)
[#008] sha256:14b61d14413e0b6b3c6a0cf9f199b2ea4603b518f8b0e61d7dbe2eb6a7df6759 - 0.0% (4.95 KB)
/bin/sh -c #(nop) ADD file:7633003155a1059419aa1a6756fafb6e4f419d65bff7feb7c945de1e29dccb1e in /
2022-10-25 01:53:35 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-10-25 17:37:18 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-10-25 17:37:28 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-10-25 17:37:28 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2022-10-25 17:37:28 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2022-10-25 17:37:43 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-10-25 17:37:43 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2022-11-11 00:51:27 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-11-11 00:51:27 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2022-11-11 00:51:27 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2022-11-11 00:51:27 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2022-11-11 00:51:27 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=testing
2022-11-11 00:51:28 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-11-11 00:51:28 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.4.18~rc0
2022-11-11 00:51:47 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-11-11 00:51:48 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2022-11-11 00:51:48 UTC/bin/sh -c #(nop) ENV HOME=/data/db
2022-11-11 00:51:48 UTC/bin/sh -c #(nop) COPY file:a062061dd38363517a589afdd763f61500b162faee89d415017c58fd70abe392 in /usr/local/bin/
2022-11-11 00:51:48 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2022-11-11 00:51:48 UTC/bin/sh -c #(nop) EXPOSE 27017
2022-11-11 00:51:48 UTC/bin/sh -c #(nop) CMD ["mongod"]
2022-11-10 21:18:12 UTC
2.54 GB
49a79a03cbd12fd5a758a6e57e3122b2e21e6c6822a15d7cb2da543920d38e39
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.18-rc0-signed.msi
MONGO_VERSION4.4.18-rc0
[#000] sha256:a4aee932fccc1ec8135f290aca03a7c93dcc2536fc84723813ef9b95f6fd13ea - 54.04% (1.37 GB)
[#001] sha256:e276673195ed11807395b0da51ac20ef31c925ce955c29ad1bab54f14617c25b - 36.95% (961 MB)
[#002] sha256:edcc0cd10e58716558145d847bcea390e3840d172df19b8d0f08a57dd985262d - 0.0% (1.35 KB)
[#003] sha256:f42191edc41dd80bdfe79fb30bdaa959fc1b04841d8cd425e4062aa833b2055b - 0.0% (1.39 KB)
[#004] sha256:34475ee7730c2a47ae5a1d3a4b741c719adba8a71b33d1ce799aad9f37c49e7e - 0.0% (1.41 KB)
[#005] sha256:8949e702958bc1bf56e90716e9e9e115d7fddb3420d00c33116a32629596ef82 - 0.0% (1.36 KB)
[#006] sha256:dde2ecd0e11164d8c80c4601e2a7727aaf70383156256e9d3d270a8fbe79e341 - 9.01% (234 MB)
[#007] sha256:a0ee72f144cbd279cd30ba3748fb76dba16ff297b7e947c2144e883887dcc423 - 0.0% (1.39 KB)
[#008] sha256:7b65e3e4d4671df3ee643b892f6ee423860251ab6c0bb1af0f9f683290aa2b9b - 0.0% (1.39 KB)
[#009] sha256:eafd720980ebbf0fdf708ca874520d14c0999bfb34ae039ef230c2fe56ff6af4 - 0.0% (1.39 KB)
Apply image 10.0.20348.643
2022-11-05 07:49:25 UTCInstall update 10.0.20348.1249
2022-11-09 14:41:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2022-11-10 21:16:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.4.18-rc0
2022-11-10 21:16:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.18-rc0-signed.msi
2022-11-10 21:16:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=49a79a03cbd12fd5a758a6e57e3122b2e21e6c6822a15d7cb2da543920d38e39
2022-11-10 21:18:09 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-11-10 21:18:10 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2022-11-10 21:18:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2022-11-10 21:18:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2022-11-10 21:21:11 UTC
2.82 GB
49a79a03cbd12fd5a758a6e57e3122b2e21e6c6822a15d7cb2da543920d38e39
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.18-rc0-signed.msi
MONGO_VERSION4.4.18-rc0
[#000] sha256:a48a3e4ae2de839d8e99bde16eb91d113fb2cf889bba472d0c4274851b5fb402 - 63.63% (1.79 GB)
[#001] sha256:c26cc6e4f9eb1ae415a5ead6f884cac597bbd57efa6cd042c878d5b54c9d2091 - 28.25% (815 MB)
[#002] sha256:99941fb33972e616b231a8aadd93463fdfd5de6aece4aa6c470d2feec31839be - 0.0% (1.3 KB)
[#003] sha256:c0f35dfc75e8b68f2118c1029b00f15809c2eba0acd51bcb4f082938283ed4e5 - 0.0% (1.36 KB)
[#004] sha256:1f96a08baaba757155c37ff6e3930e2e5f089c7687960eab6541f5724a4b3afb - 0.0% (1.39 KB)
[#005] sha256:430e1f2b3844d8e5ced29e00adc64891eb299931daf88b47f7e240b4fe696b71 - 0.0% (1.36 KB)
[#006] sha256:dbc90628322c78013388597caa02e1b740e7883617da215434051457011a2c58 - 8.12% (234 MB)
[#007] sha256:08db43de67be7d6ac11515baa47df6a7772192fec477d57661d541b313ae4101 - 0.0% (1.39 KB)
[#008] sha256:c9c5a8a06c1b23e73535714f3aa411e535d6455209cbf93535c25177f2b035c4 - 0.0% (1.39 KB)
[#009] sha256:2e9cbb53da81fc61d2e05d73d730bfcbfe31f0ef76c42ff14d30045ed7f61ae1 - 0.0% (1.39 KB)
Apply image 10.0.17763.2803
2022-11-05 18:29:26 UTCInstall update 10.0.17763.3650
2022-11-09 14:50:58 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2022-11-10 21:18:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.4.18-rc0
2022-11-10 21:18:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.18-rc0-signed.msi
2022-11-10 21:18:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=49a79a03cbd12fd5a758a6e57e3122b2e21e6c6822a15d7cb2da543920d38e39
2022-11-10 21:21:07 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-11-10 21:21:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2022-11-10 21:21:10 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2022-11-10 21:21:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2022-11-11 11:22:40 UTC
159 MB
1.12
HOME/data/db
JSYAML_VERSION3.13.1
MONGO_MAJORtesting
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.4.18~rc0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:4e7e0215f4adc2c48ad9cb3b3781e21d474b477587f85682c2e2975ae91dce9d - 16.27% (25.9 MB)
[#001] sha256:bffac05d305dafc7bd6d968c4d611342ceb95a87494c361ab37718b188f02763 - 0.0% (1.8 KB)
[#002] sha256:6d44feb31079d0e2421a83a8dd5563d203ec1ff537396d3ed65dd35cdfed206f - 1.74% (2.77 MB)
[#003] sha256:bd79df0bf56efa1ec22177052bd5d6e4feef423ad95176bd0f86a478f3f99d30 - 3.84% (6.13 MB)
[#004] sha256:393c4defd29fb265c4d4794d5f008fbde7c8d9c4f91a7105e9cf2866a28df77a - 0.0% (149 Bytes)
[#005] sha256:21aa04308d18c9420c4a33f8d900a48559fdc644337615f9b4e7b84d37def685 - 0.0% (5.59 KB)
[#006] sha256:20d18100361605718f1dafbee3066eba1330b678f5e52c40032d41143af77b40 - 0.0% (257 Bytes)
[#007] sha256:d1214400538f360ac9481c090a5ead9c06951c0f99aafc6655c1ac00d2355260 - 78.14% (125 MB)
[#008] sha256:fe3d5ce01d48f7a7f3d2ab4782da7f9d7a5f9affb07c690ec97c0126a5cefdd9 - 0.0% (4.95 KB)
/bin/sh -c #(nop) ADD file:6784d0c4432f4f32d6ee4d96eedf33ea82d88ef6901c763665fa77c842621999 in /
2022-10-25 05:54:59 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-10-26 02:12:08 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-10-26 02:12:16 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-10-26 02:12:16 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2022-10-26 02:12:16 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2022-10-26 02:12:26 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-10-26 02:12:27 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2022-11-11 11:22:21 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-11-11 11:22:21 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2022-11-11 11:22:21 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2022-11-11 11:22:21 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2022-11-11 11:22:21 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=testing
2022-11-11 11:22:22 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-11-11 11:22:22 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.4.18~rc0
2022-11-11 11:22:37 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-11-11 11:22:39 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2022-11-11 11:22:39 UTC/bin/sh -c #(nop) ENV HOME=/data/db
2022-11-11 11:22:40 UTC/bin/sh -c #(nop) COPY file:a062061dd38363517a589afdd763f61500b162faee89d415017c58fd70abe392 in /usr/local/bin/
2022-11-11 11:22:40 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2022-11-11 11:22:40 UTC/bin/sh -c #(nop) EXPOSE 27017
2022-11-11 11:22:40 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.