2023-02-01 19:27:30 UTC
232 MB
1.16
HOME/data/db
JSYAML_VERSION3.13.1
MONGO_MAJOR5.0
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION5.0.14
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:7608715873ec5c02d370e963aa9b19a149023ce218887221d93fe671b3abbf58 - 11.73% (27.3 MB)
[#001] sha256:aa7638a79c68d650ad78bf1c04cbc9ef160606e02e19fcdfc357d3a49d9f3dfb - 0.0% (1.79 KB)
[#002] sha256:6edb8e32447e402814b615208f1a93870bff3994e2b654ae16c438879bc31277 - 3.43% (7.96 MB)
[#003] sha256:9b078a16e980d806afa564ded9aaef5b7cf74b44a75880db13e1912297a6bc0c - 0.52% (1.2 MB)
[#004] sha256:a09083ae98273683297e023dfe39760a10a453891715f75c451db8f0916beecd - 0.0% (149 Bytes)
[#005] sha256:6d64b6b8a202c58544a68188edb02828e522b2d84d35a1a91962fc6f5a03bb06 - 0.0% (1.41 KB)
[#006] sha256:8e34d62e5cec276034d5d75f5ab5952d86c070d81f6f2885b0a9231bc3b3011e - 0.0% (258 Bytes)
[#007] sha256:2703ba5c18c1e234bae9c2b2c5502d53d9f015a2d1132b085aa573ffd64a7477 - 84.33% (196 MB)
[#008] sha256:580c82e7b61ba3a9769cbf220ca3aab5afe935f0de2d25cf6bb9ea4d29d68b4a - 0.0% (4.84 KB)
/bin/sh -c #(nop) ARG RELEASE
2023-02-01 11:42:37 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-02-01 11:42:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-02-01 11:42:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2023-02-01 11:42:39 UTC/bin/sh -c #(nop) ADD file:8b180a9b4497de0c6e131d6b48cf5c69a885379e63033ab9639d1655991e626c in /
2023-02-01 11:42:39 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-02-01 19:26:06 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-02-01 19:26:21 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates dirmngr gnupg jq numactl procps ; rm -rf /var/lib/apt/lists/*
2023-02-01 19:26:21 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.16
2023-02-01 19:26:21 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2023-02-01 19:26:29 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-02-01 19:26:30 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-02-01 19:27:04 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-02-01 19:27:05 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2023-02-01 19:27:05 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2023-02-01 19:27:05 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2023-02-01 19:27:05 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=5.0
2023-02-01 19:27:05 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-02-01 19:27:06 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=5.0.14
2023-02-01 19:27:28 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-02-01 19:27:30 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2023-02-01 19:27:30 UTC/bin/sh -c #(nop) ENV HOME=/data/db
2023-02-01 19:27:30 UTC/bin/sh -c #(nop) COPY file:82adc06ee9084caf92c64e3fbb536f06b2a724aa0c1f122d17c10c70a5a1b90e in /usr/local/bin/
2023-02-01 19:27:30 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-02-01 19:27:30 UTC/bin/sh -c #(nop) EXPOSE 27017
2023-02-01 19:27:30 UTC/bin/sh -c #(nop) CMD ["mongod"]
2023-02-16 00:54:24 UTC
1.85 GB
d67e360f14dd4f1516d322d85c9c9aed3ff0bcf5e08b50ea9e60f64ee4817720
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.14-signed.msi
MONGO_VERSION5.0.14
[#000] sha256:1a65b089bc835b0c3700397b1935e97cf469b0891bb4de3942c8dfbe4b672d47 - 69.63% (1.29 GB)
[#001] sha256:d1d015a9e7adea898d81486dce8b513b0e9cbeca30904cac18c3ea98ab3be7a6 - 14.74% (280 MB)
[#002] sha256:028996d5eeb6d70e4f35b4acb3bafeee3f326bb40438911de597cad432ffdbc1 - 0.0% (1.32 KB)
[#003] sha256:c2f526922ebadded8023d1ddf123c3ad7801bd2fcc689df1aaf4c5af14696812 - 0.0% (1.32 KB)
[#004] sha256:c0f214dc232851191fb6c7236f030222cea95a4631a502e4aec3cb917b87563d - 0.0% (1.26 KB)
[#005] sha256:4ab63a802c82b897860530a1675e5986f138ff94f437f106d682e9233acd793f - 0.0% (1.26 KB)
[#006] sha256:326146599c9488750252447562654e49a430f2728cd6d461ae043d55002320fe - 15.63% (297 MB)
[#007] sha256:6b9f1e9fdf873c932e4b91f8e782253ddc78359106afeb697bbeb71d6ff1c574 - 0.0% (1.35 KB)
[#008] sha256:8f24cacfc1561ef6714aef91ac344dbd70fb5ac7a7026f56ee11624ec50054a4 - 0.0% (1.35 KB)
[#009] sha256:4daba8030f76ce2eca8eae39422ae940acfba370c3dc39f55c1a7724db03f268 - 0.0% (1.38 KB)
Apply image 10.0.20348.1487
2023-02-07 11:42:22 UTCInstall update 10.0.20348.1547
2023-02-16 00:38:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2023-02-16 00:51:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=5.0.14
2023-02-16 00:51:53 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.14-signed.msi
2023-02-16 00:51:54 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=d67e360f14dd4f1516d322d85c9c9aed3ff0bcf5e08b50ea9e60f64ee4817720
2023-02-16 00:54:20 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-02-16 00:54:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2023-02-16 00:54:23 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2023-02-16 00:54:24 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2023-02-16 00:58:15 UTC
2.12 GB
d67e360f14dd4f1516d322d85c9c9aed3ff0bcf5e08b50ea9e60f64ee4817720
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.14-signed.msi
MONGO_VERSION5.0.14
[#000] sha256:6e222c5ada69382aa2b4fe30b23ae56c7e3ada92712109d20f3edd457a6120b6 - 75.11% (1.59 GB)
[#001] sha256:8f77c707e813c8220ab3c92b6eb7b445ee0b1a485686ff62014ae32c17d2b1b6 - 11.21% (243 MB)
[#002] sha256:531f6c3ad9784fc2870ea5ca08c4adccd9318602ed534d822e12b8b658a7b0b6 - 0.0% (1.24 KB)
[#003] sha256:98dde5e884ff92212089ae89669b6b29447bfa1d152265c77d499fa0c52a0ef7 - 0.0% (1.37 KB)
[#004] sha256:ae8ca42f5760c2aad5eaaa9c1e7a138a92be84f1d085e19890bce25a2e808830 - 0.0% (1.39 KB)
[#005] sha256:7444c596b0b0388f3eb7798c3f9e8c4f1727d09133957eb8bedfe6606afa5592 - 0.0% (1.41 KB)
[#006] sha256:8ca3b6c2854322559437995cf1ec7018a981c00dc5369935e3147be65cbb296b - 13.67% (297 MB)
[#007] sha256:4aeb552096b45fba4cd42652efcb4196d143fd6b333758fb09147fb79bed359c - 0.0% (1.37 KB)
[#008] sha256:dfda66ef21e342685f6423643a7a40b91e848ac500a5b6c0bb0a2e132a5ded59 - 0.0% (1.37 KB)
[#009] sha256:7ebd09324f6690535f75e503ba0764e06314d4ced5fba5e0deaa0084d51cbabe - 0.0% (1.37 KB)
Apply image 10.0.17763.3887
2023-02-07 10:44:53 UTCInstall update 10.0.17763.4010
2023-02-16 00:42:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2023-02-16 00:54:37 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=5.0.14
2023-02-16 00:54:38 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.14-signed.msi
2023-02-16 00:54:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=d67e360f14dd4f1516d322d85c9c9aed3ff0bcf5e08b50ea9e60f64ee4817720
2023-02-16 00:58:11 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-02-16 00:58:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2023-02-16 00:58:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2023-02-16 00:58:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2023-02-01 19:05:01 UTC
225 MB
1.16
HOME/data/db
JSYAML_VERSION3.13.1
MONGO_MAJOR5.0
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION5.0.14
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:70cf24b162395e1500d40f2b012f253bfd5d15f029ef9d636620fa2365ae503c - 11.51% (25.9 MB)
[#001] sha256:197e79a593996392dc9c7dea7b4eebe9567f190b13e33b96315e3fa7bfe0cbff - 0.0% (1.79 KB)
[#002] sha256:1a54d19161368d031ebb2bd8697e5077e32faea13ed42ef3bc01f1521db0b059 - 3.46% (7.8 MB)
[#003] sha256:8547f0e899b28966b8bd3a9247256403aacd1bfe5043f9848fabacbfb38ffd92 - 0.5% (1.13 MB)
[#004] sha256:315a8963db2b1f685b9da4bc23fab83cc03ce32eff34be384499607a1416459e - 0.0% (148 Bytes)
[#005] sha256:61b8bff0c93bb6c7656d92339cae1e49d941df6d7f9c22f059c33df4e52478ca - 0.0% (1.41 KB)
[#006] sha256:51d90acd9b0e57e90217a0b2bb6ae09053cb65cb487bba729ef69a1ac2b68f27 - 0.0% (256 Bytes)
[#007] sha256:c9aebc006dc107ed8b5e0e87aef3f634a3ac64d89dcb55ea6cb008f554a53ebf - 84.52% (190 MB)
[#008] sha256:7e43614101f4fc8e21d44db66e61473e1c760f657e9810762bfe9d866b678b85 - 0.0% (4.85 KB)
/bin/sh -c #(nop) ARG RELEASE
2023-02-01 11:27:52 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-02-01 11:27:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-02-01 11:27:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2023-02-01 11:27:56 UTC/bin/sh -c #(nop) ADD file:72ca0af0100de6591b59c44bd8856655c8441eb0fcbf7c32e427f6be5108a4a4 in /
2023-02-01 11:27:56 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-02-01 19:03:40 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-02-01 19:03:55 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates dirmngr gnupg jq numactl procps ; rm -rf /var/lib/apt/lists/*
2023-02-01 19:03:55 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.16
2023-02-01 19:03:55 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2023-02-01 19:04:02 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-02-01 19:04:03 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-02-01 19:04:38 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-02-01 19:04:38 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2023-02-01 19:04:38 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2023-02-01 19:04:38 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2023-02-01 19:04:38 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=5.0
2023-02-01 19:04:39 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-02-01 19:04:39 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=5.0.14
2023-02-01 19:04:57 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-02-01 19:05:01 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2023-02-01 19:05:01 UTC/bin/sh -c #(nop) ENV HOME=/data/db
2023-02-01 19:05:01 UTC/bin/sh -c #(nop) COPY file:82adc06ee9084caf92c64e3fbb536f06b2a724aa0c1f122d17c10c70a5a1b90e in /usr/local/bin/
2023-02-01 19:05:01 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-02-01 19:05:01 UTC/bin/sh -c #(nop) EXPOSE 27017
2023-02-01 19:05:01 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.