2022-08-02 20:32:44 UTC
158 MB
1.12
HOME/data/db
JSYAML_VERSION3.13.1
MONGO_MAJOR4.2
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.2.21
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:22c5ef60a68e3fa0bd8df52f48470e836e823434a3bead43e35e87098a0b01fa - 16.15% (25.5 MB)
[#001] sha256:e17898f097a0ab4d97fa62880bfb6caa2c23e3e52c5acfc240bf5ecfaa2aca2f - 0.0% (1.92 KB)
[#002] sha256:3ecdb7e159d015075834224d36f82bd8e2fcda9100225062e4760197c5b2f53e - 1.8% (2.84 MB)
[#003] sha256:f2c0b0bb210d7e46b36c536c13e86225b9449e7927d633c7db72e1f506703f27 - 3.53% (5.56 MB)
[#004] sha256:462df4cdb53b7d078086c5e092264a2b7c44706209ae47d9ed34423bbdf4fc9a - 0.0% (149 Bytes)
[#005] sha256:190f71e1ba91a26384ad302339dbf8a58be8e2521a6020712c574aeb04e2667c - 0.0% (1.42 KB)
[#006] sha256:668fe0c26547accc1af1d3f483e520a45e5242771ec44fb32d3e14f58c24a2f2 - 0.0% (257 Bytes)
[#007] sha256:52c7a19909f131c92fb0e1187999cf77eb49b1ee642f0fe9d4b646168bf8e5d1 - 78.52% (124 MB)
[#008] sha256:6c31816826ddc08a84b3260462fb197fdffe1ee256700561872de2c388cc119c - 0.0% (4.84 KB)
/bin/sh -c #(nop) ADD file:0eb7f0555d03ff4f0755bba2c3d133e68737888f41390c17710f64b70c8e662a in /
2022-08-02 01:30:42 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-08-02 20:32:02 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-08-02 20:32:11 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-08-02 20:32:11 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2022-08-02 20:32:12 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2022-08-02 20:32:23 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-08-02 20:32:23 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2022-08-02 20:32:25 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- 'E162F504A20CDF15827F718D4B7C549A058F8B6B'; 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-08-02 20:32:25 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2022-08-02 20:32:25 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2022-08-02 20:32:25 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2022-08-02 20:32:25 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=4.2
2022-08-02 20:32:26 UTC/bin/sh -c echo "deb [ signed-by=/etc/apt/keyrings/mongodb.gpg ] http://$MONGO_REPO/apt/ubuntu bionic/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"
2022-08-02 20:32:26 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.2.21
2022-08-02 20:32: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-08-02 20:32:44 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2022-08-02 20:32:44 UTC/bin/sh -c #(nop) ENV HOME=/data/db
2022-08-02 20:32:44 UTC/bin/sh -c #(nop) COPY file:b7b44e96082c97da2e7f6248f8bbb2edd837542169af52bcc3f53a0cf8b74b7e in /usr/local/bin/
2022-08-02 20:32:44 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2022-08-02 20:32:44 UTC/bin/sh -c #(nop) EXPOSE 27017
2022-08-02 20:32:44 UTC/bin/sh -c #(nop) CMD ["mongod"]
2022-08-10 18:39:25 UTC
2.42 GB
2d520d39336e1918c6062d9d48626be78336447c23aeff38d1db66a4a89c9963
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.21-signed.msi
MONGO_VERSION4.2.21
[#000] sha256:97f65a0ec59e643faf84024aa713a9be059322380315fda829756bbbd96d6258 - 55.22% (1.34 GB)
[#001] sha256:97b25a378238b615dc51216c4d87ce17fd3cc3dca9db458e8705d1a4c17e3bb7 - 33.82% (839 MB)
[#002] sha256:ff9b89cbdb5f88cb926263140643eb2bfad61fb092119830e290c8f8ff711c8f - 0.0% (1.32 KB)
[#003] sha256:15562c974baff84cf0b1397d811eaae0c93a0d24055070001ccb0fcbdc85cb50 - 0.0% (1.38 KB)
[#004] sha256:86ab5c6431cc44cb7e89563fc0637be4dda03597a224be52d86f10014d6d6c56 - 0.0% (1.39 KB)
[#005] sha256:a97828b90025bd2a11dec8bf923ce36191a7059da4ab315f7f511c921c001265 - 0.0% (1.4 KB)
[#006] sha256:3da7ec6c087d358b608891724dbe6a326c56939de4a4e8f855a3ef6944ec8875 - 10.97% (272 MB)
[#007] sha256:7937e19c86514df526e2b91fff6d6532251074aec8cb4733bc995f2c76c30f16 - 0.0% (1.36 KB)
[#008] sha256:44464114fea99daf3caa7c5f84e2a9f5bad619f5d4b65e9402b2f7884c0be684 - 0.0% (1.39 KB)
[#009] sha256:8514a08953ec88e4fbc5d64f157cf008d277973396fcc172b8fd709699f784c8 - 0.0% (1.4 KB)
Apply image 10.0.20348.643
2022-08-06 02:59:35 UTCInstall update 10.0.20348.887
2022-08-10 13:33:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2022-08-10 18:37:49 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.2.21
2022-08-10 18:37:50 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.21-signed.msi
2022-08-10 18:37:51 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=2d520d39336e1918c6062d9d48626be78336447c23aeff38d1db66a4a89c9963
2022-08-10 18:39:22 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.';
2022-08-10 18:39:23 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2022-08-10 18:39:24 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2022-08-10 18:39:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2022-08-10 18:41:54 UTC
2.76 GB
2d520d39336e1918c6062d9d48626be78336447c23aeff38d1db66a4a89c9963
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.21-signed.msi
MONGO_VERSION4.2.21
[#000] sha256:b111c3320c949bea81612bf4554f1b6592c2f504920b5bf57ba340a1d4d52c93 - 63.36% (1.75 GB)
[#001] sha256:294d77ac553d7210b662d07674ef9e39a6c2e88dc15b9d2788d51e509bc8b54e - 27.02% (763 MB)
[#002] sha256:da71148bcd96afa7027d6172acee93aad6002bfbe87cadf468260667c09b3a89 - 0.0% (1.4 KB)
[#003] sha256:22f07634645969e59902fda8909c1662150a22ec2f63796854c340dbd9455be8 - 0.0% (1.38 KB)
[#004] sha256:f0b067a6a810387c8e47de3beca7256cbd2a6a0ca27edb273cc4b9e018dd4af4 - 0.0% (1.39 KB)
[#005] sha256:b5d54a3998a0f7fa220f08c0ff34c825303bc94a0f29a54036ad9c80adc78d40 - 0.0% (1.37 KB)
[#006] sha256:6a2cb92abe45fbd1edfb627b95852c2034a9e25a2c25192e1d538ee0f003d212 - 9.62% (272 MB)
[#007] sha256:4ad8a442409356270970a0f187db847fff26f2f2259d01d055c957a7edbebce6 - 0.0% (1.38 KB)
[#008] sha256:8a0604e5e2f8c43160a008e4e8db2b503eed25e752e85426ad5ea85c28f69375 - 0.0% (1.36 KB)
[#009] sha256:20b8391588f2dc10864eab4053871edcd9840b533e84e6f4c8c10cda73875f29 - 0.0% (1.37 KB)
Apply image 10.0.17763.2803
2022-08-06 18:30:32 UTCInstall update 10.0.17763.3287
2022-08-10 13:44:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2022-08-10 18:39:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.2.21
2022-08-10 18:39:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.21-signed.msi
2022-08-10 18:39:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=2d520d39336e1918c6062d9d48626be78336447c23aeff38d1db66a4a89c9963
2022-08-10 18:41:50 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.';
2022-08-10 18:41:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2022-08-10 18:41:53 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2022-08-10 18:41:54 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2022-08-02 18:50:28 UTC
148 MB
1.12
HOME/data/db
JSYAML_VERSION3.13.1
MONGO_MAJOR4.2
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.2.21
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d2f2687beb6dd5f04849c57d6d83cabdfa44ec5cc5062369416bff4844045533 - 15.25% (22.6 MB)
[#001] sha256:597558819f9097bd1ca6e5405eac61ba0594c0eb3b643fb048ec35d20db8fa01 - 0.0% (1.86 KB)
[#002] sha256:afd5af37180e2e9b02ac0873c73cec463ec9d26bf4e0fb71916845d58cf7f258 - 1.71% (2.54 MB)
[#003] sha256:83d52ee6aadedc8c40e1497c697f26d80e1066bf16d65088f4d63ac7290436d3 - 3.34% (4.95 MB)
[#004] sha256:c1f54bcc69d0c769392480f23251d9c2d26b5801c6510b30522a71f42a10ffbb - 0.0% (115 Bytes)
[#005] sha256:3ac904b61c0bf13f830ccdb7b5a2033ca3e934ed5fcfcf097322565f5d501038 - 0.0% (1.36 KB)
[#006] sha256:d24de61b4d92c1685dfb48bad9e15403de1afda8d4bb1551bec56189531e07c3 - 0.0% (259 Bytes)
[#007] sha256:a729390453263294c04a8dd267b2d124139aff9a751cfae6b7a06fd9cca8b255 - 79.7% (118 MB)
[#008] sha256:96083dba87f0299c59cfff62ab712a788e43385c49cd755136a153063dd1ce2c - 0.0% (4.83 KB)
/bin/sh -c #(nop) ADD file:7002810c3cfdef12d2e13c49037e759257e42f5972f300411294e0239f3bdfe9 in /
2022-08-02 01:18:44 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-08-02 18:48:52 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-08-02 18:49:37 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-08-02 18:49:37 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2022-08-02 18:49:38 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2022-08-02 18:49:56 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-08-02 18:49:57 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2022-08-02 18:49:59 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- 'E162F504A20CDF15827F718D4B7C549A058F8B6B'; 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-08-02 18:49:59 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2022-08-02 18:50:00 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2022-08-02 18:50:01 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2022-08-02 18:50:02 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=4.2
2022-08-02 18:50:03 UTC/bin/sh -c echo "deb [ signed-by=/etc/apt/keyrings/mongodb.gpg ] http://$MONGO_REPO/apt/ubuntu bionic/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"
2022-08-02 18:50:04 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.2.21
2022-08-02 18:50:23 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-08-02 18:50:24 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2022-08-02 18:50:24 UTC/bin/sh -c #(nop) ENV HOME=/data/db
2022-08-02 18:50:26 UTC/bin/sh -c #(nop) COPY file:b7b44e96082c97da2e7f6248f8bbb2edd837542169af52bcc3f53a0cf8b74b7e in /usr/local/bin/
2022-08-02 18:50:26 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2022-08-02 18:50:27 UTC/bin/sh -c #(nop) EXPOSE 27017
2022-08-02 18:50:28 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.