2022-08-17 00:32:14 UTC
164 MB
1.12
HOME/data/db
JSYAML_VERSION3.13.1
MONGO_MAJORtesting
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.4.16~rc0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:3b65ec22a9e96affe680712973e88355927506aa3f792ff03330f3a3eb601a98 - 16.64% (27.2 MB)
[#001] sha256:016bc871e2b33f0e2a37272769ebd6defdb4b702f0d41ec1e685f0366b64e64a - 0.0% (1.79 KB)
[#002] sha256:9ddd649edd82d79ffc6f573cd5da7909ae50596b95aca684a571aff6e36aa8cb - 1.78% (2.92 MB)
[#003] sha256:39bf776c01e412c9cf35ea7a41f97370c486dee27a2aab228cf2e850a8863e8b - 3.79% (6.2 MB)
[#004] sha256:f7f0405a2fe343547a60a9d4182261ca02d70bb9e47d6cd248f3285d6b41e64c - 0.0% (149 Bytes)
[#005] sha256:796b3306b7f40f552c80d5cc04534dc70ea1109f0732b12b513df39cc4eca74f - 0.0% (5.59 KB)
[#006] sha256:295b4a7e76a868db9da0a7d18a8f1b2c0cf59bf01d7f3f3693e2c305e8ea82c2 - 0.0% (259 Bytes)
[#007] sha256:794081f78f000d8ea144ebd5f990e6b37be7027a7be00536977e065c9439ad72 - 77.78% (127 MB)
[#008] sha256:30a1b9caf16b30a7d04133b790a2276fe3090d46f0828b0e699df8de10d7d7f9 - 0.0% (4.84 KB)
/bin/sh -c #(nop) ADD file:af4cf77e6818016b697a1491101b40c71d06529ced65f36107749f099d6d4bdc in /
2022-08-02 01:30:49 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-08-02 20:30:41 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:30:49 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:30:50 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2022-08-02 20:30:50 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2022-08-02 20:31:01 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:31:02 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2022-08-17 00:31:52 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; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"
2022-08-17 00:31:52 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2022-08-17 00:31:52 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2022-08-17 00:31:52 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2022-08-17 00:31:52 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=testing
2022-08-17 00:31:53 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-08-17 00:31:53 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.4.16~rc0
2022-08-17 00:32:13 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-17 00:32:14 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2022-08-17 00:32:14 UTC/bin/sh -c #(nop) ENV HOME=/data/db
2022-08-17 00:32:14 UTC/bin/sh -c #(nop) COPY file:b7b44e96082c97da2e7f6248f8bbb2edd837542169af52bcc3f53a0cf8b74b7e in /usr/local/bin/
2022-08-17 00:32:14 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2022-08-17 00:32:14 UTC/bin/sh -c #(nop) EXPOSE 27017
2022-08-17 00:32:14 UTC/bin/sh -c #(nop) CMD ["mongod"]
2022-08-17 00:16:56 UTC
2.39 GB
9d11a50f88ca1be781b76c9501bddd358e6acb9d06503410b7e9e415bd3d4c45
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.16-rc0-signed.msi
MONGO_VERSION4.4.16-rc0
[#000] sha256:97f65a0ec59e643faf84024aa713a9be059322380315fda829756bbbd96d6258 - 56.1% (1.34 GB)
[#001] sha256:97b25a378238b615dc51216c4d87ce17fd3cc3dca9db458e8705d1a4c17e3bb7 - 34.36% (839 MB)
[#002] sha256:ff9b89cbdb5f88cb926263140643eb2bfad61fb092119830e290c8f8ff711c8f - 0.0% (1.32 KB)
[#003] sha256:bab718270488b37778dd946be0d45fd61b6dd5d9229c1c7f52ff943bd516e293 - 0.0% (1.39 KB)
[#004] sha256:65a767f24a7ae28c22376c91793c25ae7aa5213132f584a16a462e0dd97fc539 - 0.0% (1.38 KB)
[#005] sha256:016c4c70986475e2e65bb317fb9f8934d0f9e4c8e1ac9aed97132325253d60ee - 0.0% (1.37 KB)
[#006] sha256:8d5ae10c3b108a3814ceb2b8dc4dac0fab1f0287084d0738b73118eb57a62f73 - 9.54% (233 MB)
[#007] sha256:ea758be733d59bcf34c9ddda695305d2ec045688af7e5afdb240fa87dfdfc93e - 0.0% (1.4 KB)
[#008] sha256:38e97f0d3934b68a428be51302298422fbf173cfd81e393758e955c5ab830151 - 0.0% (1.35 KB)
[#009] sha256:47070eeecbe082ca113e17a188b859edc42b96e9e3de87e861fb6e9be601b550 - 0.0% (1.35 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-17 00:15:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.4.16-rc0
2022-08-17 00:15:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.16-rc0-signed.msi
2022-08-17 00:15:37 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=9d11a50f88ca1be781b76c9501bddd358e6acb9d06503410b7e9e415bd3d4c45
2022-08-17 00:16:53 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-08-17 00:16:54 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2022-08-17 00:16:55 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2022-08-17 00:16:56 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2022-08-17 00:19:12 UTC
2.72 GB
9d11a50f88ca1be781b76c9501bddd358e6acb9d06503410b7e9e415bd3d4c45
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.16-rc0-signed.msi
MONGO_VERSION4.4.16-rc0
[#000] sha256:b111c3320c949bea81612bf4554f1b6592c2f504920b5bf57ba340a1d4d52c93 - 64.25% (1.75 GB)
[#001] sha256:294d77ac553d7210b662d07674ef9e39a6c2e88dc15b9d2788d51e509bc8b54e - 27.4% (763 MB)
[#002] sha256:da71148bcd96afa7027d6172acee93aad6002bfbe87cadf468260667c09b3a89 - 0.0% (1.4 KB)
[#003] sha256:f435f2720b39075ca655f94b762f4117d2cb51f35bcd5f262b4ecf22b1cbf269 - 0.0% (1.35 KB)
[#004] sha256:bd90d78b2c486dccc8d2e27cee0bbfd3dbbf931504d1891738badfaadee8a81e - 0.0% (1.41 KB)
[#005] sha256:5657a52106dc0f6f5fd2ba66420847d8a5775fe151fbf7dc7dd40b6f7b0fd1f9 - 0.0% (1.4 KB)
[#006] sha256:1ef95f5f18945205821f2d35e5dbe79174ccc1986de8e6d773b8917ab2f4588e - 8.35% (233 MB)
[#007] sha256:eb5714a1c639ac8d64d35ae896881911b4b5fcb3f47987c1f6996416328458d6 - 0.0% (1.39 KB)
[#008] sha256:6832598eaf5ef581a7eec2d86f4621f2a02fa175ba93d9769f85010e78ce4648 - 0.0% (1.38 KB)
[#009] sha256:d0c5fe47fbeee984cb2bcef3ffa1cebd59a12f6f3d20d778f488d4ed785bfdba - 0.0% (1.36 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-17 00:17:03 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.4.16-rc0
2022-08-17 00:17:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.16-rc0-signed.msi
2022-08-17 00:17:05 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=9d11a50f88ca1be781b76c9501bddd358e6acb9d06503410b7e9e415bd3d4c45
2022-08-17 00:19:09 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-08-17 00:19:10 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2022-08-17 00:19:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2022-08-17 00:19:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2022-08-17 00:15:35 UTC
159 MB
1.12
HOME/data/db
JSYAML_VERSION3.13.1
MONGO_MAJORtesting
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.4.16~rc0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a749a280e3e905de447c3d95a39e8aa1ede5835a6eadeb0c11596051592b675b - 16.29% (25.9 MB)
[#001] sha256:70f92e7525120387a6bc9ec42b9ebfc8115309ab70f65a766e3fda1239d787f9 - 0.0% (1.74 KB)
[#002] sha256:5fdda1347325980782ee9b7c6232d712c262b77bc097f712508cf17423dea0de - 1.74% (2.77 MB)
[#003] sha256:c5e02463a0f47d7c309281cbc5b4603815ec64c4653d4ed4ac37a06e6bb91b8e - 3.74% (5.96 MB)
[#004] sha256:ff9bc5b0968e9dc0079b9ed64930bcf14f8d69847b72f526a1dd1c8bd43df8cc - 0.0% (115 Bytes)
[#005] sha256:13fdb4e79567cf9d15cb02f2e033d8672b25425f4b6c6ef5c4771434a473006f - 0.0% (5.53 KB)
[#006] sha256:269a843764ebcd4be4caed1ad0be6e2c10f95c305bf80a15758826bc2ef9c5b3 - 0.0% (261 Bytes)
[#007] sha256:0b7e29f37a1630a9aeaa0bacf9af3da39c5832e0eb313531b79da350772783b6 - 78.22% (125 MB)
[#008] sha256:ceb7dfcd6b91a1fdedc81f276711cdb76be0ac44c6d03180532ac22accfc72b1 - 0.0% (4.83 KB)
/bin/sh -c #(nop) ADD file:151548d1bfac57d762f2c0b18b2378c363ffd1568da9fecd4be611db4832e8e2 in /
2022-08-02 01:18:51 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-08-02 18:46:08 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:46:41 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:46:42 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2022-08-02 18:46:43 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2022-08-02 18:47:02 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:47:02 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2022-08-17 00:15:04 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; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"
2022-08-17 00:15:05 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2022-08-17 00:15:06 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2022-08-17 00:15:07 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2022-08-17 00:15:08 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=testing
2022-08-17 00:15:09 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-08-17 00:15:10 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.4.16~rc0
2022-08-17 00:15:30 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-17 00:15:30 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2022-08-17 00:15:31 UTC/bin/sh -c #(nop) ENV HOME=/data/db
2022-08-17 00:15:33 UTC/bin/sh -c #(nop) COPY file:b7b44e96082c97da2e7f6248f8bbb2edd837542169af52bcc3f53a0cf8b74b7e in /usr/local/bin/
2022-08-17 00:15:33 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2022-08-17 00:15:34 UTC/bin/sh -c #(nop) EXPOSE 27017
2022-08-17 00:15:35 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.