2023-08-17 20:35:08 UTC
164 MB
1.16
HOME/data/db
JSYAML_VERSION3.13.1
MONGO_MAJORtesting
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.4.24~rc0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:7007490126efaae58924972668256aaeb4858e6c4537eb4257e1978719b958c7 - 16.62% (27.3 MB)
[#001] sha256:97968f0a09f53d77c97c3dd35ab241e67d46bebdbb67def88e16325ec93d3b9b - 0.0% (1.79 KB)
[#002] sha256:a51fbef5da044637e07c3bec3d7a65f6b1ce998cdd96dc76c39f75f2ada305fb - 4.87% (7.99 MB)
[#003] sha256:4724921322014a775b57e03fb8dfc28cf7f69d8625ce79be4011cc72cef66422 - 0.73% (1.2 MB)
[#004] sha256:a184e6b7d3fb5f29371d6ecf5d8eff4154526c3d88ee4e10c6b1c626ffa8398c - 0.0% (149 Bytes)
[#005] sha256:39a542bec6994c7ddd2cea6164ddabd4bda6fc69c441515febf340847a8e6601 - 0.0% (7.15 KB)
[#006] sha256:7b5f22c15fbf4e17e8c41c534bf212f990cc354f1ab8edab7794a75b010afdad - 0.0% (261 Bytes)
[#007] sha256:874107440b8af533d5e3f49cde526283af3882e0103e9edadd78c3523041c278 - 77.77% (128 MB)
[#008] sha256:bab03417d9d4fdd360f5ee1787938d6aebfb9a9a1c05cdc6936de7f65b2e917e - 0.0% (4.88 KB)
/bin/sh -c #(nop) ARG RELEASE
2023-08-01 06:16:44 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-08-01 06:16:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-08-01 06:16:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2023-08-01 06:16:45 UTC/bin/sh -c #(nop) ADD file:233702cd816c07bc9fed02881b11fb3bdcaee41f3ce3ec1c9f0c4a060b155d5b in /
2023-08-01 06:16:46 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-08-03 03:44:32 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
2023-08-03 03:44:43 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates gnupg jq numactl procps ; rm -rf /var/lib/apt/lists/*
2023-08-03 03:44:43 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.16
2023-08-03 03:44:43 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2023-08-03 03:44:52 UTC/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget ; 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; gpgconf --kill all; rm -rf "$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
2023-08-03 03:44:52 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-08-17 20:34:36 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '39BD841E4BE5FB195A65400E6A26B1AE64C3C388' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' 'E58830201F7DD82CD808AA84160D26BB1785BA38' '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; gpgconf --kill all; rm -rf "$GNUPGHOME"
2023-08-17 20:34:37 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2023-08-17 20:34:37 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2023-08-17 20:34:37 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2023-08-17 20:34:37 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=testing
2023-08-17 20:34:37 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"
2023-08-17 20:34:37 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.4.24~rc0
2023-08-17 20:35:07 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
2023-08-17 20:35:08 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2023-08-17 20:35:08 UTC/bin/sh -c #(nop) ENV HOME=/data/db
2023-08-17 20:35:08 UTC/bin/sh -c #(nop) COPY file:8fc8efb4e3db886ece2de8764459b4ab3e639e636ed08b2e828441229b4f8571 in /usr/local/bin/
2023-08-17 20:35:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-08-17 20:35:08 UTC/bin/sh -c #(nop) EXPOSE 27017
2023-08-17 20:35:08 UTC/bin/sh -c #(nop) CMD ["mongod"]
2023-08-10 01:44:46 UTC
1.9 GB
8c7380aa8bc24273a4b38d56a136ae448bdf828ba9d902f90d3ac494a6830406
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.24-rc0-signed.msi
MONGO_VERSION4.4.24-rc0
[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 67.96% (1.29 GB)
[#001] sha256:22a441455ace20af58f01367d769afc2b25c3db3e4a7aee67a634d14826f6f19 - 20.0% (390 MB)
[#002] sha256:85b1b41cab0d4b78c8daa50728be89bc3c25ded051cc1e654b316623692507f1 - 0.0% (1.37 KB)
[#003] sha256:c152f3196a5ce341b1d1c6a113e9b8d6550baa6654ce6eb52d23d3e4cc327754 - 0.0% (1.38 KB)
[#004] sha256:d0481652c9996990c6f66c9179021424f227ff39f60bb10f7a8a36dc3012644e - 0.0% (1.38 KB)
[#005] sha256:4821bca385dcdcba87b70e3dbe14b54f346397e56fa102254bfcf83d518e24be - 0.0% (1.39 KB)
[#006] sha256:c2772564bc626343cb0aac19d2ab53af0b26203d0bc41779890355584b8a72d4 - 12.04% (235 MB)
[#007] sha256:b4e32e6c213295e74cf91adc97324ed96ee7b3a63c5ecb91e029fa5ac173cbcb - 0.0% (1.26 KB)
[#008] sha256:f4033face3431be25777bf202502b19de7dfa6fa5b57b985a63ba0da6c460934 - 0.0% (1.26 KB)
[#009] sha256:66a427d9c8215c000a063a80fa173960061ce6f091e0f6e35b9bbc1abb36c7a7 - 0.0% (1.29 KB)
Apply image 10.0.20348.1787
2023-08-03 10:01:10 UTCInstall update 10.0.20348.1906
2023-08-10 01:08:38 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2023-08-10 01:43:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.4.24-rc0
2023-08-10 01:43:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.24-rc0-signed.msi
2023-08-10 01:43:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=8c7380aa8bc24273a4b38d56a136ae448bdf828ba9d902f90d3ac494a6830406
2023-08-10 01:44:42 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.';
2023-08-10 01:44:44 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2023-08-10 01:44:45 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2023-08-10 01:44:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2023-08-10 01:46:46 UTC
2.09 GB
8c7380aa8bc24273a4b38d56a136ae448bdf828ba9d902f90d3ac494a6830406
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.24-rc0-signed.msi
MONGO_VERSION4.4.24-rc0
[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 73.62% (1.54 GB)
[#001] sha256:b95f433aa7d90194e65f6b08a599b3ee12292e124d47c204107baedfd71054c1 - 15.4% (329 MB)
[#002] sha256:8c5180b8f5f7c2303ba89717cfa778a2173921ca7efdc058cfd6ed951c6d5ca3 - 0.0% (1.39 KB)
[#003] sha256:4ea4f21c74677858a151386b1d83a0fee8be49b8f88c6b33906174d448bd8b19 - 0.0% (1.29 KB)
[#004] sha256:81b60fc7a5ede23efaa9e486814f31729a9418c60b67ce438f49d10b40da9a56 - 0.0% (1.26 KB)
[#005] sha256:c2f01d0c067a165875e63e0f91ce88d0a8c94f675493e9beb7eaabfe4dedef2d - 0.0% (1.25 KB)
[#006] sha256:a885187486bfe1cf463a64fa2da8b54ff446d76be5d7b32e44fb57a4b3eb45d5 - 10.97% (235 MB)
[#007] sha256:e8d21b92bb4da1f60dafb354dd544b0f26a44b1edae5f35010614a69c67a866c - 0.0% (1.3 KB)
[#008] sha256:a0d3878dc11d4c3fd1dd00289c378f2c7a434a845b5ba992cac0cd657fc0745f - 0.0% (1.28 KB)
[#009] sha256:e9345b21de45f69a5ff5f1e0407ced1294f909736ddb237025f591f2db6249d4 - 0.0% (1.26 KB)
Apply image 10.0.17763.4499
2023-08-02 09:07:15 UTCInstall update 10.0.17763.4737
2023-08-10 01:11:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2023-08-10 01:44:56 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.4.24-rc0
2023-08-10 01:44:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.24-rc0-signed.msi
2023-08-10 01:44:58 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=8c7380aa8bc24273a4b38d56a136ae448bdf828ba9d902f90d3ac494a6830406
2023-08-10 01:46:42 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.';
2023-08-10 01:46:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2023-08-10 01:46:45 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2023-08-10 01:46:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2023-08-17 20:49:38 UTC
159 MB
1.16
HOME/data/db
JSYAML_VERSION3.13.1
MONGO_MAJORtesting
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.4.24~rc0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:edab87ea811e56041127f5e9eb4115fb62cb96d0e6a14056e0d2dbf51a945a22 - 16.27% (25.9 MB)
[#001] sha256:a0f97f1dcb6cee9058d0b4a2cca1be112f93e5ed4de0f2d70739c587be8522ea - 0.0% (1.79 KB)
[#002] sha256:bd07b44adadaead162cbe5a136832ec2eddeca5ac9be7fae2832c2385eea8b9d - 4.91% (7.82 MB)
[#003] sha256:9448017a1670b361903a0de679871ba19e162e1240793da4f9b10b633344b566 - 0.71% (1.13 MB)
[#004] sha256:7b53cff26f8548485b3ce5679cba67153e4c4d641f783853f6b9d47322907d97 - 0.0% (149 Bytes)
[#005] sha256:511e30d2367098b60dadb88fd74ea69e6d27393cb9d26b545d026ef0f63c7826 - 0.0% (7.15 KB)
[#006] sha256:bf403af2cd5a84e6351dc2fa3148abd9a7fdca3ab405244d3a928fbe406ac893 - 0.0% (257 Bytes)
[#007] sha256:d495684d99be4c5759f71a06f118571890c0e295e1b540ea71f0e5886478e68a - 78.1% (124 MB)
[#008] sha256:7f9286fa68bb878fa90053a7475eb6ad3ad3490c8f6baa805a5809e5154eb316 - 0.0% (4.88 KB)
/bin/sh -c #(nop) ARG RELEASE
2023-08-01 06:20:56 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-08-01 06:20:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-08-01 06:20:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2023-08-01 06:21:03 UTC/bin/sh -c #(nop) ADD file:ef6e767091d76c1461d099d5bc7a18c526ec80834cf87280803ab6480192f766 in /
2023-08-01 06:21:03 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-08-03 01:22:39 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
2023-08-03 01:22:49 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates gnupg jq numactl procps ; rm -rf /var/lib/apt/lists/*
2023-08-03 01:22:49 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.16
2023-08-03 01:22:49 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2023-08-03 01:22:56 UTC/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget ; 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; gpgconf --kill all; rm -rf "$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
2023-08-03 01:22:56 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-08-17 20:49:01 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '39BD841E4BE5FB195A65400E6A26B1AE64C3C388' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' 'E58830201F7DD82CD808AA84160D26BB1785BA38' '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; gpgconf --kill all; rm -rf "$GNUPGHOME"
2023-08-17 20:49:01 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2023-08-17 20:49:01 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2023-08-17 20:49:01 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2023-08-17 20:49:01 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=testing
2023-08-17 20:49:02 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"
2023-08-17 20:49:02 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.4.24~rc0
2023-08-17 20:49:36 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
2023-08-17 20:49:38 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2023-08-17 20:49:38 UTC/bin/sh -c #(nop) ENV HOME=/data/db
2023-08-17 20:49:38 UTC/bin/sh -c #(nop) COPY file:8fc8efb4e3db886ece2de8764459b4ab3e639e636ed08b2e828441229b4f8571 in /usr/local/bin/
2023-08-17 20:49:38 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-08-17 20:49:38 UTC/bin/sh -c #(nop) EXPOSE 27017
2023-08-17 20:49:38 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.