2022-06-13 22:08:51 UTC
237 MB
1.12
HOME/data/db
JSYAML_VERSION3.13.1
MONGO_MAJOR5.0
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION5.0.9
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d7bfe07ed8476565a440c2113cc64d7c0409dba8ef761fb3ec019d7e6b5952df - 11.49% (27.2 MB)
[#001] sha256:97ef66a8492a7b4b656a9dddda9f1bfa3bd3213773c8449b68dadac55605c96f - 0.0% (1.79 KB)
[#002] sha256:20cec14c8f9e0886403900a1569d2a6a4c33fa3b3984d7dc128eb71c437fe06d - 1.23% (2.92 MB)
[#003] sha256:38c3018eb09a584362cfe9d340566fb755597b453ea58bf5c6c15c8e120efe44 - 2.62% (6.2 MB)
[#004] sha256:ccc9e1c2556b202042e54ddafe2ae992d58cd462bd3a75ab2c55ccbc42c76dc9 - 0.0% (149 Bytes)
[#005] sha256:593c62d035322149352916a5f076138bc992cb1decf2017ac0143221c8d5afe2 - 0.0% (1.41 KB)
[#006] sha256:1a103a446c3f38697e880d478313e8128e54f3245c42f9e4e047d2f94476bfd0 - 0.0% (257 Bytes)
[#007] sha256:be887b845d3f0adc9ace3d1852d22e933f4a077aef258370261499f37673d4c1 - 84.66% (201 MB)
[#008] sha256:e5543880b18352cc12aea3ccd1062e9cd7a4f859998e86338142f182715238d8 - 0.0% (4.84 KB)
/bin/sh -c #(nop) ADD file:00dae10e79b05c4e1a3db053a1f85a4f38a39fe85cbbd88d74201a01a7dd59b5 in /
2022-06-06 22:21:12 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-06-07 00:32:20 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-06-07 00:32: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-06-07 00:32:28 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2022-06-07 00:32:28 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2022-06-07 00:32: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-06-07 00:32:44 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2022-06-07 00:32:45 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; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"
2022-06-07 00:32:45 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2022-06-07 00:32:45 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2022-06-07 00:32:45 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2022-06-07 00:32:45 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=5.0
2022-06-07 00:32:46 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-06-07 00:32:46 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=5.0.9
2022-06-13 22:08:49 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-06-13 22:08:51 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2022-06-13 22:08:51 UTC/bin/sh -c #(nop) ENV HOME=/data/db
2022-06-13 22:08:51 UTC/bin/sh -c #(nop) COPY file:b7b44e96082c97da2e7f6248f8bbb2edd837542169af52bcc3f53a0cf8b74b7e in /usr/local/bin/
2022-06-13 22:08:51 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2022-06-13 22:08:51 UTC/bin/sh -c #(nop) EXPOSE 27017
2022-06-13 22:08:51 UTC/bin/sh -c #(nop) CMD ["mongod"]
2022-07-13 16:25:41 UTC
2.43 GB
0e8032c352253173e9d1683ac7b39c79a4eaed0682e8c0655ca0b3ebd6b11d74
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.9-signed.msi
MONGO_VERSION5.0.9
[#000] sha256:97f65a0ec59e643faf84024aa713a9be059322380315fda829756bbbd96d6258 - 55.1% (1.34 GB)
[#001] sha256:e1a27cb9d4615dec325f2cbabac4ca1f65413bdbb8b440cc961df032993a9b81 - 33.11% (823 MB)
[#002] sha256:a596a8bd7e59e41c674f92ccf4bda0ac985c9143ed67987de02e069f2fbf87de - 0.0% (1.4 KB)
[#003] sha256:98a1b0b358b113d7908f526c164daba48203a7c8bc705e012f7aedf8311e1e5c - 0.0% (1.38 KB)
[#004] sha256:c609cabcc2594b9da4be23aff325197fcd7127f0d28d7cc84b257c163ec51177 - 0.0% (1.39 KB)
[#005] sha256:5013ca31f1bb8e062ce4b31ef043ef797986447312b139f88723f25363a517d3 - 0.0% (1.37 KB)
[#006] sha256:2178f5e14dbbf8c504555752c6b96f40d71bd65cd88b0586f172cac323eb0c81 - 11.79% (293 MB)
[#007] sha256:813ab602437df94c97114160792864e521173a3ea2706c9d2e5389e269a83c87 - 0.0% (1.35 KB)
[#008] sha256:410bffb612806b473da35b1efcf88bc379160e72a6de3160aa995e9b071f4045 - 0.0% (1.37 KB)
[#009] sha256:17acce49ed91ea64b2e7cae70199f505662548d69db54f8003a0258a94e1fdad - 0.0% (1.36 KB)
Apply image 10.0.20348.643
2022-07-04 17:46:55 UTCInstall update 10.0.20348.825
2022-07-13 12:42:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2022-07-13 16:24:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=5.0.9
2022-07-13 16:24:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.9-signed.msi
2022-07-13 16:24:13 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=0e8032c352253173e9d1683ac7b39c79a4eaed0682e8c0655ca0b3ebd6b11d74
2022-07-13 16:25:38 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\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-07-13 16:25:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2022-07-13 16:25:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2022-07-13 16:25:41 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2022-07-13 16:28:08 UTC
2.77 GB
0e8032c352253173e9d1683ac7b39c79a4eaed0682e8c0655ca0b3ebd6b11d74
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.9-signed.msi
MONGO_VERSION5.0.9
[#000] sha256:b111c3320c949bea81612bf4554f1b6592c2f504920b5bf57ba340a1d4d52c93 - 63.01% (1.75 GB)
[#001] sha256:7aca8de30754f19fe03ee4c21eed0762efb5e91bf684b0cc36cc92b2af13446d - 26.68% (758 MB)
[#002] sha256:49b5d162039eae4fe1f7d6cc0d4b3be061cabb5d1d89950262e1b010e7ed67bb - 0.0% (1.4 KB)
[#003] sha256:a6b17baa80703fd2cfbd6f4e7e10be78a69221d1025e16d1f4375b1dddeacd6b - 0.0% (1.35 KB)
[#004] sha256:8d13642013f3d708bd3b2261f90748746c0d686189184c510e1b501817e8d660 - 0.0% (1.39 KB)
[#005] sha256:0e28e740eaac933026f973b42eda3c0daed17e3d7b55c2ea20f52ba3975f594c - 0.0% (1.39 KB)
[#006] sha256:e0ea0064b332e4f55d50911e55b6d76739dab5cd94abfcaa7a6d56fb6ffe7948 - 10.31% (293 MB)
[#007] sha256:fa3cb00338d9f07b7cfed1e42c8c92ef8f647c44cad043b39ea833e9686997f9 - 0.0% (1.38 KB)
[#008] sha256:31388ea3f0af124b5f8e7f83ce2f97ba6e78ae978ae13411d099e40b29a010d9 - 0.0% (1.37 KB)
[#009] sha256:53e7b4106f3c99bce7206f76765f990f0b20e72c3c1fcfa6f86b2d22f85e8511 - 0.0% (1.36 KB)
Apply image 10.0.17763.2803
2022-07-06 22:37:15 UTCInstall update 10.0.17763.3165
2022-07-13 12:49:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2022-07-13 16:25:56 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=5.0.9
2022-07-13 16:25:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.9-signed.msi
2022-07-13 16:25:58 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=0e8032c352253173e9d1683ac7b39c79a4eaed0682e8c0655ca0b3ebd6b11d74
2022-07-13 16:28:04 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\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-07-13 16:28:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2022-07-13 16:28:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2022-07-13 16:28:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2022-06-13 23:26:49 UTC
230 MB
1.12
HOME/data/db
JSYAML_VERSION3.13.1
MONGO_MAJOR5.0
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION5.0.9
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:11e23ac719b33170b39b7e30b8027dc09c9cbad6b503b2b6b3ebbd9d33f4adad - 11.29% (25.9 MB)
[#001] sha256:566a81ecfaf7e285e515a2a8a3d6eb9d5f8a5880977cf83c0f2f57c225eae077 - 0.0% (1.74 KB)
[#002] sha256:82cf8516df40b7af9c5365fce0d7792d81cf4b99e78adeb344f70d7d1bbdea02 - 1.21% (2.78 MB)
[#003] sha256:4334b4723aa2cd27affebea50dd246ce909a2f659276d99e1a8126bdb851aa38 - 2.59% (5.96 MB)
[#004] sha256:890407c6615160414ea3572733aa6d67486988daf87eeff669232e7fa3afab5a - 0.0% (115 Bytes)
[#005] sha256:df35225c33e7cfe3e17a60c1607647f53120ef247557509dd91d2effa1718ebb - 0.0% (1.36 KB)
[#006] sha256:37bf28fa4f6619238f306387fa2b8107cf2f50d77ef2333e08a7bf8af5f19e95 - 0.0% (260 Bytes)
[#007] sha256:c7f3968f2dd41f5745b6834b25d01bcd62239fe2f07a0fc8ef56729fb242f76e - 84.91% (195 MB)
[#008] sha256:22d12b77d2249c95ace112a03a5a054a4f55e53834a17def31451915d95e1869 - 0.0% (4.84 KB)
/bin/sh -c #(nop) ADD file:8bb0809a8ac8e978274cf731cff7529372088d22c5b0233a28f01ef414aefbca in /
2022-06-07 01:25:16 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-06-07 05:32:37 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-06-07 05:32:47 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-06-07 05:32:48 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2022-06-07 05:32:49 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2022-06-07 05:33:05 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-06-07 05:33:05 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2022-06-07 05:33:07 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; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"
2022-06-07 05:33:08 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2022-06-07 05:33:09 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2022-06-07 05:33:10 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2022-06-07 05:33:11 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=5.0
2022-06-07 05:33:12 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-06-07 05:33:13 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=5.0.9
2022-06-13 23:26:44 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-06-13 23:26:44 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2022-06-13 23:26:45 UTC/bin/sh -c #(nop) ENV HOME=/data/db
2022-06-13 23:26:47 UTC/bin/sh -c #(nop) COPY file:b7b44e96082c97da2e7f6248f8bbb2edd837542169af52bcc3f53a0cf8b74b7e in /usr/local/bin/
2022-06-13 23:26:47 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2022-06-13 23:26:48 UTC/bin/sh -c #(nop) EXPOSE 27017
2022-06-13 23:26:49 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.