2021-09-01 00:18:10 UTC
163 MB
1.12
JSYAML_VERSION3.13.1
MONGO_MAJORtesting
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.4.9~rc0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:35807b77a593c1147d13dc926a91dcc3015616ff7307cc30442c5a8e07546283 - 16.69% (27.2 MB)
[#001] sha256:664b0ebdcc074096f3cdb5767cd0679b6eb1b867cc4803caebc900c3a0e3cd7a - 0.0% (1.71 KB)
[#002] sha256:d598f4d3c08173a580ddfbc1aab7570a506bbe19ef2f760eef62bb18b0f2fe42 - 1.79% (2.92 MB)
[#003] sha256:291455135b00f1125d53ec53b9bd1246a1a95c5289d78d52aeeebc2ca216e5ed - 3.8% (6.2 MB)
[#004] sha256:b46409342f130fad45e914eb39eb6ff00f27268fb1b229f287a6b8102d7aa9bf - 0.0% (149 Bytes)
[#005] sha256:300e5050ea3a3f8c6d17fd97ed8e7280a246f2bc47eb6730ab28fe19ddff1c9d - 0.0% (4.53 KB)
[#006] sha256:92f1a753d99c32fb71d1f864a25f875b5203d39fd1f90a0ebf255d67a436dda4 - 0.0% (238 Bytes)
[#007] sha256:5eb4a366470cf35a04471879f51f78360553ed1f745023f8992f2e80d06627a8 - 77.72% (127 MB)
[#008] sha256:3e9b37ea3d25a1c9c48620e62e73bb95b167354adf1add4d53acc2fbc65c31da - 0.0% (169 Bytes)
[#009] sha256:b0a55cd11b25d6a246558acb389e6664d5bfd9b9cb596a70f7c536fa14563329 - 0.0% (4.59 KB)
/bin/sh -c #(nop) ADD file:d2abf27fe2e8b0b5f4da68c018560c73e11c53098329246e3e6fe176698ef941 in /
2021-08-31 01:20:56 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-08-31 03:51:07 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2021-08-31 03:51:15 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/*
2021-08-31 03:51:15 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2021-08-31 03:51:15 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2021-08-31 03:51:26 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
2021-08-31 03:51:27 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-09-01 00:17:39 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' 'F5679A222C647C87527C2F8CB00A0BD1E2C63C11'; for key; do gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; done; gpg --batch --export "$@" > /etc/apt/trusted.gpg.d/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"; apt-key list
2021-09-01 00:17:39 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2021-09-01 00:17:39 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2021-09-01 00:17:40 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2021-09-01 00:17:40 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=testing
2021-09-01 00:17:41 UTC/bin/sh -c echo "deb http://$MONGO_REPO/apt/ubuntu focal/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"
2021-09-01 00:17:41 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.4.9~rc0
2021-09-01 00:18:08 UTC/bin/sh -c set -x && export DEBIAN_FRONTEND=noninteractive && apt-get update && ln -s /bin/true /usr/local/bin/systemctl && 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 -f /usr/local/bin/systemctl && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig
2021-09-01 00:18:09 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2021-09-01 00:18:10 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2021-09-01 00:18:10 UTC/bin/sh -c #(nop) COPY file:df3353d9b2c25ef83b499ecae7fd5d611adb4a9462a577435178acaad3c8c695 in /usr/local/bin/
2021-09-01 00:18:10 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-09-01 00:18:10 UTC/bin/sh -c #(nop) EXPOSE 27017
2021-09-01 00:18:10 UTC/bin/sh -c #(nop) CMD ["mongod"]
2021-08-31 23:17:46 UTC
2.72 GB
2908cfc0f9c125d25e18f6507fd1658569ad307482aa1931c3deb0d9ee91b47f
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.9-rc0-signed.msi
MONGO_VERSION4.4.9-rc0
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 58.88% (1.6 GB)
[#001] sha256:c67ded6868b61d392a0c096f911563fd6bc0bc3ed4fe401d077b3718a1b0cdaf - 33.16% (923 MB)
[#002] sha256:985da5cbc0735e1c422e766af23125ba345f431cb337ea43ec32298d0bb8e4ea - 0.0% (1.26 KB)
[#003] sha256:a1fe82084adee4c575e862cc019f6a2dcb64a92d11fce4f66ff8bdebc35cd48c - 0.0% (1.35 KB)
[#004] sha256:80000d3b3fedf177cf5901643ccf991450c83e818d624d8b1143fa73969728ea - 0.0% (1.4 KB)
[#005] sha256:293293ad50035be583991590fe1d4a5c609218ee0bc8a92fe2776ff5a341c624 - 0.0% (1.39 KB)
[#006] sha256:9cedbaa174abe093157acd63bbf5387f4fd7b59369446138a3fce99e5c042fd7 - 7.96% (222 MB)
[#007] sha256:a26ba5014458f88745e4ad9ec44fa5bf5bbbb70587c0711c8f22afffcfe2a035 - 0.0% (1.39 KB)
[#008] sha256:ef2a65b9540ed61a2e76d4e8e0b6c53bd4788dc93efd1ae55d1d0811187b60a1 - 0.0% (1.37 KB)
[#009] sha256:e8f60e0d024cbe1af32c107e9f294445f9d7cc38826da9fab4405a3a2fecbc2c - 0.0% (1.39 KB)
Apply image 1809-RTM-amd64
2021-08-05 19:44:34 UTCInstall update 1809-amd64
2021-08-25 13:46:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2021-08-31 23:15:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.4.9-rc0
2021-08-31 23:15:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.9-rc0-signed.msi
2021-08-31 23:15:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=2908cfc0f9c125d25e18f6507fd1658569ad307482aa1931c3deb0d9ee91b47f
2021-08-31 23:17:42 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.';
2021-08-31 23:17:44 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2021-08-31 23:17:45 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2021-08-31 23:17:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2021-08-31 23:20:12 UTC
6.06 GB
2908cfc0f9c125d25e18f6507fd1658569ad307482aa1931c3deb0d9ee91b47f
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.9-rc0-signed.msi
MONGO_VERSION4.4.9-rc0
[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 62.54% (3.79 GB)
[#001] sha256:c427f892fe74603ae09d4e49b25f8f7046f957054034dc9f462e0e88d7bffaa5 - 33.82% (2.05 GB)
[#002] sha256:a869803fc3d8292f0fe1bc6ed35e1ceedbd7c797a1486767a55f88c6c28ed4c5 - 0.0% (1.39 KB)
[#003] sha256:37b0779c12f8578707130bc3603624fd8f63e01f64c3d8ca0755b9dfb7340e71 - 0.0% (1.37 KB)
[#004] sha256:0d9b7a53029316b616de668fbdcc0df94e3df35f38427d8080c358b7391de827 - 0.0% (1.36 KB)
[#005] sha256:f43e14406b388a918748bca0d35bc91b30e766a8f7202f1494df426b585c393f - 0.0% (1.38 KB)
[#006] sha256:7e4bc1afcb3b3a51a85e0d3ecd9d649f050ec7fbe05168708e4f16ed3151919f - 3.64% (226 MB)
[#007] sha256:836ea51bf3695d780feccecebc5a09d0b8c611ef66de636be192ea7e4416a8b3 - 0.0% (1.29 KB)
[#008] sha256:95b6f779a23cd2d97e056d46a7c9fd9c32f3ca04dc8dc59c00f75ea168330e2b - 0.0% (1.3 KB)
[#009] sha256:ce94ae0452253f235daf821cde0a9563abd144c86aaab038df72b9ca688f3df2 - 0.0% (1.25 KB)
Apply image 1607-RTM-amd64
2021-08-01 08:52:00 UTCInstall update ltsc2016-amd64
2021-08-25 13:59:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2021-08-31 23:17:59 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.4.9-rc0
2021-08-31 23:18:00 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.9-rc0-signed.msi
2021-08-31 23:18:01 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=2908cfc0f9c125d25e18f6507fd1658569ad307482aa1931c3deb0d9ee91b47f
2021-08-31 23:20: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.';
2021-08-31 23:20:10 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2021-08-31 23:20:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2021-08-31 23:20:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2021-09-01 08:57:03 UTC
159 MB
1.12
JSYAML_VERSION3.13.1
MONGO_MAJORtesting
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.4.9~rc0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ab2d02b1ec420fdb84c9f52abda403b6aef20f5de904a2ecda5ae4f5cd6e4d46 - 16.32% (25.9 MB)
[#001] sha256:ee9e2375f5b5048fb0013ccb2e7290680c2590799520474598fe5ed6e21b3fa9 - 0.0% (1.72 KB)
[#002] sha256:85fc6079c33aea50db5ae3f5319d71f1cdf0b7d825e846d2d5d2051bddee77e6 - 1.75% (2.78 MB)
[#003] sha256:d2e5461d9f2757a86731db084491d3c69e14f07c17810efd521d6aada80f86e2 - 3.85% (6.11 MB)
[#004] sha256:249760dddaa1f69b0c9d1f8a23943c6d0eba70c05f68f93646af174928ab2ab7 - 0.0% (149 Bytes)
[#005] sha256:ee691c243947adf6402025930e5bd1ee797d23c6cce2c0f825acbaf78cda2c50 - 0.0% (4.53 KB)
[#006] sha256:37b3e5747e245063c52b8b9a2ed8b716445cd88746b97d83714f61132da1a8b2 - 0.0% (236 Bytes)
[#007] sha256:ea2a843ef7e0d4e17b27709f005e9b2637853e4145bf38c296e733b94f85cebe - 78.07% (124 MB)
[#008] sha256:f3cbcaea22180f9fc8782e9c82785cc1a2560ff7d4b2e731006b42573c9cbb9a - 0.0% (170 Bytes)
[#009] sha256:738c0417dd958ddd3859c710810dceed7df03a7a013c3b6aaca7699e1a9177a5 - 0.0% (4.59 KB)
/bin/sh -c #(nop) ADD file:cec21619ecbd37b4cf8da15153b8957a343cd25c6f714e3ac3969b6003704a58 in /
2021-08-31 01:40:45 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-08-31 03:15:52 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2021-08-31 03:15:59 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/*
2021-08-31 03:15:59 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.12
2021-08-31 03:16:00 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1
2021-08-31 03:16:13 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
2021-08-31 03:16:13 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2021-09-01 08:56:41 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' 'F5679A222C647C87527C2F8CB00A0BD1E2C63C11'; for key; do gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; done; gpg --batch --export "$@" > /etc/apt/trusted.gpg.d/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"; apt-key list
2021-09-01 08:56:41 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2021-09-01 08:56:41 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2021-09-01 08:56:41 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2021-09-01 08:56:42 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=testing
2021-09-01 08:56:42 UTC/bin/sh -c echo "deb http://$MONGO_REPO/apt/ubuntu focal/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"
2021-09-01 08:56:43 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.4.9~rc0
2021-09-01 08:57:01 UTC/bin/sh -c set -x && export DEBIAN_FRONTEND=noninteractive && apt-get update && ln -s /bin/true /usr/local/bin/systemctl && 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 -f /usr/local/bin/systemctl && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig
2021-09-01 08:57:02 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2021-09-01 08:57:02 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2021-09-01 08:57:02 UTC/bin/sh -c #(nop) COPY file:df3353d9b2c25ef83b499ecae7fd5d611adb4a9462a577435178acaad3c8c695 in /usr/local/bin/
2021-09-01 08:57:02 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2021-09-01 08:57:03 UTC/bin/sh -c #(nop) EXPOSE 27017
2021-09-01 08:57:03 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.