2023-01-31 19:04:50 UTC
158 MB
1.16
HOME/data/db
JSYAML_VERSION3.13.1
MONGO_MAJORtesting
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.2.24~rc0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:456d651ccb276bafe702e453add4a4f15b511fd3234cb7db898c22540ad3c8c1 - 16.14% (25.5 MB)
[#001] sha256:0d873b46166f3180dd143b7ff189f6243dd09f1615dfc9b32c71daabe2e969de - 0.0% (1.91 KB)
[#002] sha256:b700537f311e46bbf77383734b3a920234f58455474611603e5af8f0704bb128 - 4.59% (7.24 MB)
[#003] sha256:8ba0f53e48549a336762a75298f84ff5eeff6a9e96a763e87f1e76eb3e8343ac - 0.76% (1.2 MB)
[#004] sha256:80b58c92c83f448e41e08504da612990a05a78df9d8e75c30f719a4591543e44 - 0.0% (149 Bytes)
[#005] sha256:63256e0fc16ef449aa6b349d373e28467adbc77fdcf9dced34e69a9b36911a5a - 0.0% (5.59 KB)
[#006] sha256:4cbb45e50309300a2da27a8132625ef52c2bc32c4612adfa3205baeddcb2545d - 0.0% (260 Bytes)
[#007] sha256:1c0838481845ccd11e67d9c5d96bf884b6024e1daef2f2b688d283fd825a364c - 78.5% (124 MB)
[#008] sha256:a092f5ec921ae0d2eadf56e304a715c0185f217eadf2b6ec0fc6f0889a4af32f - 0.0% (4.85 KB)
/bin/sh -c #(nop) ARG RELEASE
2023-01-26 10:03:03 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-01-26 10:03:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-01-26 10:03:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=18.04
2023-01-26 10:03:04 UTC/bin/sh -c #(nop) ADD file:365c129e10f7ef1594e8086543b45f524313e36dd6a25b68f4da542a09491f04 in /
2023-01-26 10:03:05 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-01-31 19:04:04 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-01-31 19:04:15 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-01-31 19:04:15 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.16
2023-01-31 19:04:15 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2023-01-31 19:04:23 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-01-31 19:04:24 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-01-31 19:04:27 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '39BD841E4BE5FB195A65400E6A26B1AE64C3C388' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' '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-01-31 19:04:27 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2023-01-31 19:04:27 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2023-01-31 19:04:27 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2023-01-31 19:04:27 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=testing
2023-01-31 19:04:28 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"
2023-01-31 19:04:28 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.2.24~rc0
2023-01-31 19:04: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
2023-01-31 19:04:49 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2023-01-31 19:04:49 UTC/bin/sh -c #(nop) ENV HOME=/data/db
2023-01-31 19:04:49 UTC/bin/sh -c #(nop) COPY file:82adc06ee9084caf92c64e3fbb536f06b2a724aa0c1f122d17c10c70a5a1b90e in /usr/local/bin/
2023-01-31 19:04:50 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-01-31 19:04:50 UTC/bin/sh -c #(nop) EXPOSE 27017
2023-01-31 19:04:50 UTC/bin/sh -c #(nop) CMD ["mongod"]
2023-01-31 19:21:09 UTC
1.56 GB
b8e715667a0164ada343368521af385dd5f66da2aaf319677bedbf80dce5d136
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.24-rc0-signed.msi
MONGO_VERSION4.2.24-rc0
[#000] sha256:1a65b089bc835b0c3700397b1935e97cf469b0891bb4de3942c8dfbe4b672d47 - 82.82% (1.29 GB)
[#001] sha256:a81c906622aa010adfaf1dd8c570ad750108a9b1a91ee1eb148e409e3e4fe68f - 0.0% (1.39 KB)
[#002] sha256:1eb959f52ac81a5dac90f36e36309d9f802e60b432f09d9142960e85740a0c27 - 0.0% (1.4 KB)
[#003] sha256:6ff379d182a47cd6851d7400bae19cd00a1f4ed8233d81604073cea3f171ab31 - 0.0% (1.38 KB)
[#004] sha256:6716a6bac297d082d82691c7c80897530dc136ce8ba59b1546ff1ba6d9bea73c - 0.0% (1.39 KB)
[#005] sha256:fb0e1ec59224969b5fe4ae31218979d8802cd6600145697c49b287ac43a9f90d - 17.18% (274 MB)
[#006] sha256:939def3b347c6477b7a69524c66ca489cd1cd4609e30e7510ebb9fd199a62d9f - 0.0% (1.32 KB)
[#007] sha256:d274f29be7d40989e879ac4801c36e0b7e70dd80dc208726cd7a79f29b7e96ae - 0.0% (1.4 KB)
[#008] sha256:4db9e491a16d58f55d1ba764c1518fabf4d680f590fb862661d773b5112bef5f - 0.0% (1.4 KB)
Apply image 10.0.20348.1487
2023-01-12 04:01:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2023-01-31 19:19:20 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.2.24-rc0
2023-01-31 19:19:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.24-rc0-signed.msi
2023-01-31 19:19:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=b8e715667a0164ada343368521af385dd5f66da2aaf319677bedbf80dce5d136
2023-01-31 19:21:06 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\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-01-31 19:21:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2023-01-31 19:21:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2023-01-31 19:21:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2023-01-31 19:23:22 UTC
1.86 GB
b8e715667a0164ada343368521af385dd5f66da2aaf319677bedbf80dce5d136
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.24-rc0-signed.msi
MONGO_VERSION4.2.24-rc0
[#000] sha256:6e222c5ada69382aa2b4fe30b23ae56c7e3ada92712109d20f3edd457a6120b6 - 85.6% (1.59 GB)
[#001] sha256:f99eee4cf5f23d13a762e719b10916801f19f9df4bd7ff9b4c5cf57133b3dc04 - 0.0% (1.39 KB)
[#002] sha256:931c5962085653bf1d03c2d91542c74ab5dd68f2fcbeff4fcf246a6ada3d5417 - 0.0% (1.4 KB)
[#003] sha256:f78fc550cef50d7d79a396f1fc66b8df5f4522b3d5e57ec2f450d0b4b752d741 - 0.0% (1.34 KB)
[#004] sha256:458621a74a56b51ddb9ba374b5027c03ace321a5cef9e4052124c9bf20cf78df - 0.0% (1.37 KB)
[#005] sha256:4816ede435fa675228df42efb3fdaba7a7869f84720cfeffd7253834a0ab34f9 - 14.4% (274 MB)
[#006] sha256:d07830b227bd20508dcdc816f420bd1c123615c9006f005cd3a8b68d3f4a673c - 0.0% (1.36 KB)
[#007] sha256:66ce9fe69ed3cc3d1af2fcad898c1cf586a8e4d84d125e0eb434e51fed7c54d8 - 0.0% (1.36 KB)
[#008] sha256:e1e6c569dd2263f18ca9f89145f772d534fc725257bac8d9ea21b1b44696754d - 0.0% (1.38 KB)
Apply image 10.0.17763.3887
2023-01-12 04:04:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2023-01-31 19:21:20 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.2.24-rc0
2023-01-31 19:21:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.24-rc0-signed.msi
2023-01-31 19:21:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=b8e715667a0164ada343368521af385dd5f66da2aaf319677bedbf80dce5d136
2023-01-31 19:23:18 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\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-01-31 19:23:20 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2023-01-31 19:23:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2023-01-31 19:23:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2023-02-01 00:59:38 UTC
148 MB
1.16
HOME/data/db
JSYAML_VERSION3.13.1
MONGO_MAJORtesting
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.2.24~rc0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c58359f0ed0774e1ace1315b1a5c48c0d40a2519a5d69c92eb49fab69b4ff6b8 - 15.25% (22.6 MB)
[#001] sha256:d34e6ba276576f260bc8b126ca03265947a984355de173c13fae92eba4c357f8 - 0.0% (1.92 KB)
[#002] sha256:343b43e762c760c8347cd70b6fab32d0eff0c8ac8aae82b4f1edb661d5ca61ed - 4.41% (6.55 MB)
[#003] sha256:d451792a8c058c2f5b754dc447d58c7bb97136ae2acd045c3bf24b448601777f - 0.77% (1.14 MB)
[#004] sha256:015c6b373387b0f07342fb53efdd53f6bd3173d86561f5ecf8ab3a6d4bbd55c7 - 0.0% (149 Bytes)
[#005] sha256:18d045bca00295b17fad587cc49c6436656a5db8f89c9c9ad63aba32692cb882 - 0.0% (5.59 KB)
[#006] sha256:1fe8108c6175bba14848f87d6852df0e967cc5628c28ac32ae6340a2201ab659 - 0.0% (261 Bytes)
[#007] sha256:62befe5f1721c661130ad97833c1755585620e896bc1df1eb1f8060eb3476c6b - 79.56% (118 MB)
[#008] sha256:bfb90d4382ec68f0e3810b7b961769597bdf5e19dbc44005fae8e839bc235cd5 - 0.0% (4.84 KB)
/bin/sh -c #(nop) ARG RELEASE
2023-01-26 10:04:53 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-01-26 10:04:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-01-26 10:04:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=18.04
2023-01-26 10:04:56 UTC/bin/sh -c #(nop) ADD file:e7556a99ac088826f5ea581a0c5e2230c1f9a9deab7106e9cec6d1ae8594f19a in /
2023-01-26 10:04:57 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-01-31 18:04: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-01-31 18:04:54 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 00:59:03 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.16
2023-02-01 00:59:03 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2023-02-01 00:59:17 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 00:59:18 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2023-02-01 00:59:21 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '39BD841E4BE5FB195A65400E6A26B1AE64C3C388' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' '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 00:59:21 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2023-02-01 00:59:21 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2023-02-01 00:59:21 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2023-02-01 00:59:21 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=testing
2023-02-01 00:59:21 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"
2023-02-01 00:59:21 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.2.24~rc0
2023-02-01 00:59: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-02-01 00:59:38 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2023-02-01 00:59:38 UTC/bin/sh -c #(nop) ENV HOME=/data/db
2023-02-01 00:59:38 UTC/bin/sh -c #(nop) COPY file:82adc06ee9084caf92c64e3fbb536f06b2a724aa0c1f122d17c10c70a5a1b90e in /usr/local/bin/
2023-02-01 00:59:38 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2023-02-01 00:59:38 UTC/bin/sh -c #(nop) EXPOSE 27017
2023-02-01 00:59: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.