2023-08-03 03:45:20 UTC
243 MB
1.16
HOME/data/db
JSYAML_VERSION3.13.1
MONGO_MAJOR5.0
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION5.0.19
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:7007490126efaae58924972668256aaeb4858e6c4537eb4257e1978719b958c7 - 11.2% (27.3 MB)
[#001] sha256:97968f0a09f53d77c97c3dd35ab241e67d46bebdbb67def88e16325ec93d3b9b - 0.0% (1.79 KB)
[#002] sha256:a51fbef5da044637e07c3bec3d7a65f6b1ce998cdd96dc76c39f75f2ada305fb - 3.28% (7.99 MB)
[#003] sha256:4724921322014a775b57e03fb8dfc28cf7f69d8625ce79be4011cc72cef66422 - 0.49% (1.2 MB)
[#004] sha256:a184e6b7d3fb5f29371d6ecf5d8eff4154526c3d88ee4e10c6b1c626ffa8398c - 0.0% (149 Bytes)
[#005] sha256:2759528c7f5fd34deb7ae4241fda2a30a638be4f344e686343e3987832242138 - 0.0% (1.41 KB)
[#006] sha256:c283613406ab23beec249d20783d1af6820c36048260bffee83b46468af35603 - 0.0% (259 Bytes)
[#007] sha256:5c0f328eeb1acaf0a853777b3313530e81514585cea26fc0d00ee0bfaa55b24f - 85.03% (207 MB)
[#008] sha256:9a2f11884d2a37c4c383dfe3afed003260a29a694568cdbd2ea587b154b43d02 - 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-03 03:44:53 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; gpgconf --kill all; rm -rf "$GNUPGHOME"
2023-08-03 03:44:53 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2023-08-03 03:44:53 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2023-08-03 03:44:54 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2023-08-03 03:44:54 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=5.0
2023-08-03 03:44: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"
2023-08-03 03:44:54 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=5.0.19
2023-08-03 03:45: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
2023-08-03 03:45:19 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2023-08-03 03:45:19 UTC/bin/sh -c #(nop) ENV HOME=/data/db
2023-08-03 03:45:19 UTC/bin/sh -c #(nop) COPY file:8fc8efb4e3db886ece2de8764459b4ab3e639e636ed08b2e828441229b4f8571 in /usr/local/bin/
2023-08-03 03:45:19 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-08-03 03:45:20 UTC/bin/sh -c #(nop) EXPOSE 27017
2023-08-03 03:45:20 UTC/bin/sh -c #(nop) CMD ["mongod"]
2023-08-10 01:39:10 UTC
1.97 GB
85c99b0b7ddeded924cb937d48fcd1b14c7c43b35c39fbd4d6961d6940f4b538
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.19-signed.msi
MONGO_VERSION5.0.19
[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 65.77% (1.29 GB)
[#001] sha256:22a441455ace20af58f01367d769afc2b25c3db3e4a7aee67a634d14826f6f19 - 19.36% (390 MB)
[#002] sha256:85b1b41cab0d4b78c8daa50728be89bc3c25ded051cc1e654b316623692507f1 - 0.0% (1.37 KB)
[#003] sha256:b8cdfc52c20855423271692de232edfe066b74d5f7f13a4e6cfbfedeb1b3739c - 0.0% (1.28 KB)
[#004] sha256:4cecd203700de8d74a4ab744bd08d3b9ce3299dd839cc8d50b2ee288916541d7 - 0.0% (1.29 KB)
[#005] sha256:72eebd26bfc4f92ca412fd49aa6e59d094355916a408ca6ec0caa39f867c2b48 - 0.0% (1.26 KB)
[#006] sha256:1273a13c4c610a300e93444c4747aa8aa635dc63a177004eeb5d5e6b34b8341f - 14.87% (299 MB)
[#007] sha256:34627b28841fb5a049b0ff4de89267d6396b16aeff41811c5984f6d5dda8bbb1 - 0.0% (1.26 KB)
[#008] sha256:ebd0a580edbd21a44e8fe5a3efd51dd2488271f8d98491f2a485e1725fcae73e - 0.0% (1.39 KB)
[#009] sha256:f0768f956b0761162c632e985665462e3595992185a9cded6ad9da5d5c4daf3c - 0.0% (1.33 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:37:47 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=5.0.19
2023-08-10 01:37:48 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.19-signed.msi
2023-08-10 01:37:48 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=85c99b0b7ddeded924cb937d48fcd1b14c7c43b35c39fbd4d6961d6940f4b538
2023-08-10 01:39: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.';
2023-08-10 01:39:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2023-08-10 01:39:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2023-08-10 01:39:10 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2023-08-10 01:41:52 UTC
2.15 GB
85c99b0b7ddeded924cb937d48fcd1b14c7c43b35c39fbd4d6961d6940f4b538
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.19-signed.msi
MONGO_VERSION5.0.19
[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 71.45% (1.54 GB)
[#001] sha256:b95f433aa7d90194e65f6b08a599b3ee12292e124d47c204107baedfd71054c1 - 14.95% (329 MB)
[#002] sha256:8c5180b8f5f7c2303ba89717cfa778a2173921ca7efdc058cfd6ed951c6d5ca3 - 0.0% (1.39 KB)
[#003] sha256:ef324b9505cd9986cdecc70db7d95b3ebc7de3ff1a919e051d7a5d56c7e4fc6b - 0.0% (1.4 KB)
[#004] sha256:14b82c2fd7f9123cc541b2b41aaa5e187f5d766dd5391736f6f18013ca894202 - 0.0% (1.41 KB)
[#005] sha256:ccfc6a940c28aaece8356e0546751d684147c3a4af818c477a8a06bd034fbf72 - 0.0% (1.4 KB)
[#006] sha256:4d95ab3eb566aa6e07976fda17c1bfd2b4036ada5b0f7ee7b6857a2d34c775a7 - 13.6% (300 MB)
[#007] sha256:6505637ac0c362bd79ee0fd693a67838e5714d8786859549b328c903f65ee2e2 - 0.0% (1.39 KB)
[#008] sha256:c177f70f4c10afd3e152ec1fba6b7441e9dcc66b9957c1d7970fc87cfc680477 - 0.0% (1.41 KB)
[#009] sha256:db4f4f3df966f8985cc2322b0ef4dfe6f75df4395db7be5e9f1777e5314b1290 - 0.0% (1.36 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:39:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=5.0.19
2023-08-10 01:39:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.19-signed.msi
2023-08-10 01:39:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=85c99b0b7ddeded924cb937d48fcd1b14c7c43b35c39fbd4d6961d6940f4b538
2023-08-10 01:41:48 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:41:50 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2023-08-10 01:41:51 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2023-08-10 01:41:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2023-08-03 01:23:22 UTC
237 MB
1.16
HOME/data/db
JSYAML_VERSION3.13.1
MONGO_MAJOR5.0
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION5.0.19
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:edab87ea811e56041127f5e9eb4115fb62cb96d0e6a14056e0d2dbf51a945a22 - 10.95% (25.9 MB)
[#001] sha256:a0f97f1dcb6cee9058d0b4a2cca1be112f93e5ed4de0f2d70739c587be8522ea - 0.0% (1.79 KB)
[#002] sha256:bd07b44adadaead162cbe5a136832ec2eddeca5ac9be7fae2832c2385eea8b9d - 3.3% (7.82 MB)
[#003] sha256:9448017a1670b361903a0de679871ba19e162e1240793da4f9b10b633344b566 - 0.48% (1.13 MB)
[#004] sha256:7b53cff26f8548485b3ce5679cba67153e4c4d641f783853f6b9d47322907d97 - 0.0% (149 Bytes)
[#005] sha256:b622933870167b97b7f020e1a0e4758ef4b720fc60314cd8c678123e898d57a3 - 0.0% (1.41 KB)
[#006] sha256:b46060c09e9934ef20d7b4b63e6edad38f8b847d5f213d57f43e1b1ae6bee5dd - 0.0% (259 Bytes)
[#007] sha256:9a83c8dff5f6e16a254d00701bc28ffb9e021257c0bede380114f7c61c007e19 - 85.26% (202 MB)
[#008] sha256:a17a4e3c05c2758a5e66e487d53582773eae31e39095401d98a50d3b7cf8a1ec - 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-03 01:22:57 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; gpgconf --kill all; rm -rf "$GNUPGHOME"
2023-08-03 01:22:57 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2023-08-03 01:22:58 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2023-08-03 01:22:58 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2023-08-03 01:22:58 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=5.0
2023-08-03 01:22:58 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-03 01:22:58 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=5.0.19
2023-08-03 01:23: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
2023-08-03 01:23:22 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2023-08-03 01:23:22 UTC/bin/sh -c #(nop) ENV HOME=/data/db
2023-08-03 01:23:22 UTC/bin/sh -c #(nop) COPY file:8fc8efb4e3db886ece2de8764459b4ab3e639e636ed08b2e828441229b4f8571 in /usr/local/bin/
2023-08-03 01:23:22 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-08-03 01:23:22 UTC/bin/sh -c #(nop) EXPOSE 27017
2023-08-03 01:23:22 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.