2020-01-25 02:29:13 UTC
146 MB
1.11
GPG_KEYS9DA31620334BD75D9DCB49F368818C72E52529D4
JSYAML_VERSION3.13.0
MONGO_MAJOR4.0
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.0.15
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:0a01a72a686c389637334de1e2d0012da298960366f6d8f358b8e10dc3b5e330 - 28.77% (42.1 MB)
[#001] sha256:cc899a5544da1a6cfb970d2484d32c063f8df26a430d92f39c98e72261e226f2 - 0.0% (525 Bytes)
[#002] sha256:19197c55075519928dd2ff059745665a2c9b72f4e8af6f7a1ce662e696d339bd - 0.0% (844 Bytes)
[#003] sha256:716d454e56b61d1343a01f3b1829574333e2e3df20e77d1958d7b0b939ea1b61 - 0.0% (168 Bytes)
[#004] sha256:0793d4ab25009a00426ad16e3883555242beaf94e984e1ccebdfec166533bcda - 0.0% (1.94 KB)
[#005] sha256:df33e33466d0ba59fa0d657e8b43d4052eeb61f0b3e4a43788a2273b929894f6 - 1.92% (2.81 MB)
[#006] sha256:3b2d7690148065be70913500923bdb56b4c592cc790afd15c9f148a432ebf3e5 - 0.81% (1.19 MB)
[#007] sha256:df04584b8696cc7332d365a630112a45c35fb762b82ca54821a2057f44c7e39b - 0.0% (115 Bytes)
[#008] sha256:bc35dcc3c9cd9a4db82e1bb157027dad59eb694292464cd49162d338c337897d - 0.0% (1.39 KB)
[#009] sha256:97e548ed4a4e35db9a8a2f98e5aaec4de94813bcbaef604e39223e5b9373b512 - 0.0% (239 Bytes)
[#010] sha256:4afae4bf27c24869bd53a26ff53444efc3be550cc38e515b9bd68fb7ec0a6b29 - 68.5% (100 MB)
[#011] sha256:9dce1832fbc4bdb5cbfb2af907eb1a480f67d63ba4affdfbbfe54da9b0075091 - 0.0% (139 Bytes)
[#012] sha256:3cdec28dc5bda53d6ebbcfb0bdf791e26bdb3ecaa13c12374eb3602185730b91 - 0.0% (3.91 KB)
/bin/sh -c #(nop) ADD file:4b2eb5cd0b37ca0154f3c5ad9212f5bc7244a35806395a9c76a96723d708b83a in /
2020-01-16 01:21:31 UTC/bin/sh -c rm -rf /var/lib/apt/lists/*
2020-01-16 01:21:31 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2020-01-16 01:21:32 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-01-16 01:21:32 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-01-16 03:22:27 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2020-01-16 03:22:35 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/*
2020-01-16 03:22:36 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.11
2020-01-16 03:22:36 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.0
2020-01-16 03:22:47 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; chmod +x /usr/local/bin/gosu; gosu --version; gosu nobody true; 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
2020-01-16 03:22:48 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2020-01-16 03:23:37 UTC/bin/sh -c #(nop) ENV GPG_KEYS=9DA31620334BD75D9DCB49F368818C72E52529D4
2020-01-16 03:23:38 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --export $GPG_KEYS > /etc/apt/trusted.gpg.d/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"; apt-key list
2020-01-16 03:23:38 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2020-01-16 03:23:38 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2020-01-16 03:23:38 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2020-01-16 03:23:39 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=4.0
2020-01-25 02:28:39 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.0.15
2020-01-25 02:28:40 UTC/bin/sh -c echo "deb http://$MONGO_REPO/apt/ubuntu xenial/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"
2020-01-25 02:29:11 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
2020-01-25 02:29:12 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2020-01-25 02:29:12 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2020-01-25 02:29:12 UTC/bin/sh -c #(nop) COPY file:021686a669d0d1d1cbb99d6ca84ff8de10577b78ea985b8cdab9d75b347a3bd0 in /usr/local/bin/
2020-01-25 02:29:12 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-01-25 02:29:13 UTC/bin/sh -c #(nop) EXPOSE 27017
2020-01-25 02:29:13 UTC/bin/sh -c #(nop) CMD ["mongod"]
2020-01-25 03:42:01 UTC
5.41 GB
0759502a0f0815936cdb909dd3df13b36504411011da2f37d093fcb40e04971a
MONGO_DOWNLOAD_URLhttps://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.15-signed.msi
MONGO_VERSION4.0.15
[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 70.04% (3.79 GB)
[#001] sha256:31f9df80631e7b5d379647ee7701ff50e009bd2c03b30a67a0a8e7bba4a26f94 - 28.47% (1.54 GB)
[#002] sha256:43da502775fb34b738d9f908cb549c2825c04f1451d1039ec99749be127e47ef - 0.0% (1.18 KB)
[#003] sha256:11005aaacf653be595b30ea1094508a43bc83f6ce45b97a6571b00b0e6205b79 - 0.0% (1.15 KB)
[#004] sha256:6faa6a96ce0d6c609e67f9c4896d4e2f2cb2d425e8353c8e2dce86fef72b86a6 - 0.0% (1.16 KB)
[#005] sha256:97e8ad352acb1ae697b5a28f19d5a683105a2530ffd0fed8370f18ff9b84786d - 0.0% (1.16 KB)
[#006] sha256:e0fc3467d23b26f263f15667bbb1be9a64431ddab99e113eaaa0aed685a3af58 - 1.49% (82.7 MB)
[#007] sha256:73866b049540547b7ff1c5eef521257405fe82b2794e8fcca7d8b02a9c8f1395 - 0.0% (1.16 KB)
[#008] sha256:d0db8b46bb3da297aa7a119bf82851b675a60acab79adaf1a0b596cd30bd3fa0 - 0.0% (1.15 KB)
[#009] sha256:50ff5168ca5323d2f9054472c1205f15e841a80d1a52ec5ab2729051a722de6b - 0.0% (1.16 KB)
Apply image 1607-RTM-amd64
2020-01-02 15:48:00 UTCInstall update ltsc2016-amd64
2020-01-15 15:20:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2020-01-25 03:29:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.0.15
2020-01-25 03:29:13 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.15-signed.msi
2020-01-25 03:29:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=0759502a0f0815936cdb909dd3df13b36504411011da2f37d093fcb40e04971a
2020-01-25 03:41:56 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'); 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', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=all' ); $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:\mongodb\bin\*.pdb -Force; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';
2020-01-25 03:41:58 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2020-01-25 03:42:00 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2020-01-25 03:42:01 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2020-01-30 02:40:21 UTC
2.48 GB
0759502a0f0815936cdb909dd3df13b36504411011da2f37d093fcb40e04971a
MONGO_DOWNLOAD_URLhttps://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.15-signed.msi
MONGO_VERSION4.0.15
[#000] sha256:65014b3c312172f10bd6701a063f9b5aaf9a916c2d2cb843d406a6f77ded3f8d - 57.63% (1.43 GB)
[#001] sha256:edbd72df76b46e904108d2f61a63c295b3e3d8092dbd5a03bbeb2fb4d34a3e55 - 25.64% (651 MB)
[#002] sha256:2397868e5c7aa285f662aaa9309fa4756277739e11d589a663a204df80595f2c - 0.0% (1.16 KB)
[#003] sha256:bf9aebf286726532e9386728bf2d98fa496f36d82c4f91ca88f3be9a2e0b4317 - 0.0% (1.16 KB)
[#004] sha256:bef88d312fc3b39096b2def43e963784ddfd02d73987174aa67e773fec559d79 - 0.0% (1.18 KB)
[#005] sha256:33767e648a6e646f1cb90363124ec67571264b7b696787e75a746aa8f26c5f64 - 0.0% (1.13 KB)
[#006] sha256:abdf6ace56d6936453059886990eec52c1de080da89c9afd3cc82794111c145b - 16.73% (425 MB)
[#007] sha256:c79355a7a4c740e68426b95308b8f40054c9dd46e3cb6e4d9650c5ac0a74eefa - 0.0% (1.13 KB)
[#008] sha256:c6bbba59bac076336c6f377cbb19139cf946e67a88014a32ec909162a2b90aa7 - 0.0% (1.16 KB)
[#009] sha256:c52c77e8162d40ed7a23e744cf5c684b2df86e0b3ada4f607b12764f4a9925fb - 0.0% (1.16 KB)
Apply image 1809-RTM-amd64
2020-01-11 05:23:25 UTCInstall update 1809-amd64
2020-01-15 14:40:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2020-01-30 02:21:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.0.15
2020-01-30 02:21:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.15-signed.msi
2020-01-30 02:21:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=0759502a0f0815936cdb909dd3df13b36504411011da2f37d093fcb40e04971a
2020-01-30 02:40:13 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'); 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', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=all' ); $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:\mongodb\bin\*.pdb -Force; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';
2020-01-30 02:40:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2020-01-30 02:40:19 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2020-01-30 02:40:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2020-01-25 01:50:22 UTC
136 MB
1.11
GPG_KEYS9DA31620334BD75D9DCB49F368818C72E52529D4
JSYAML_VERSION3.13.0
MONGO_MAJOR4.0
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION4.0.15
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:185661474c6b71ced0eb4cd45f81a17a651d404bfd04903ba0bf3eb815e2cc1d - 27.88% (38 MB)
[#001] sha256:053aaa7a7ba304aae4e3327a0d30a33f5c3fe9fca6e8ef86dd8226b13c29e28d - 0.0% (467 Bytes)
[#002] sha256:80ccb1337bb94e5b9ea19de7478366666cde129fb3214d092d15ebcfb644d8bb - 0.0% (852 Bytes)
[#003] sha256:f6d1fb143b02bcaaba5f01be18d73c8072c3687fe6e24464871a825e90416f60 - 0.0% (168 Bytes)
[#004] sha256:2bb5670f8b28ccb7514947ae06a3380e9f7cd15b504850775bd413578ffe6b2f - 0.0% (1.95 KB)
[#005] sha256:b5dc4d732d9c33b4f47859d227bd6a86f36406194fe7c636b5c1153f0ba652c0 - 1.73% (2.36 MB)
[#006] sha256:9e5bf096d7191aab4a97552da4223e764d173811f0df3fa4c47dae76a7d5d270 - 0.82% (1.12 MB)
[#007] sha256:a15e9a225ef36814a1da9ea4a897ed9aaf6c7b93d94d76d4a66937d1cfeae71e - 0.0% (149 Bytes)
[#008] sha256:1e99199e241fee454843047ab7b5d7ad1ed7d88f2e71e62d7e79de25e3c8fbb9 - 0.0% (1.39 KB)
[#009] sha256:bbeb324560e3b26fe1baf4217a408605e6d19b37157bc4c4c9e1373763cf88c4 - 0.0% (239 Bytes)
[#010] sha256:7376613246326def9a04b9e9c75adaa497b1a999139ba5c332f05d566f1a3261 - 69.57% (94.9 MB)
[#011] sha256:cb9a916a730695e63d1e5aea313ad548b95145cfa5f4aa164e57ae9a7af555bb - 0.0% (170 Bytes)
[#012] sha256:687eef22219ffe992b586a4c5263986c1290f6bb5111a103f0b23ada8b0d0f56 - 0.0% (3.91 KB)
/bin/sh -c #(nop) ADD file:d374c720bcf7aac426612a43ac539c3bb5b831a9a9e476a3919ed185eb77deca in /
2020-01-16 00:42:53 UTC/bin/sh -c rm -rf /var/lib/apt/lists/*
2020-01-16 00:42:59 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2020-01-16 00:43:02 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-01-16 00:43:03 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-01-16 01:33:22 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2020-01-16 01:33:53 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/*
2020-01-16 01:33:57 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.11
2020-01-16 01:34:00 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.0
2020-01-16 01:34:39 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; chmod +x /usr/local/bin/gosu; gosu --version; gosu nobody true; 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
2020-01-16 01:34:50 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2020-01-16 01:37:46 UTC/bin/sh -c #(nop) ENV GPG_KEYS=9DA31620334BD75D9DCB49F368818C72E52529D4
2020-01-16 01:37:47 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --export $GPG_KEYS > /etc/apt/trusted.gpg.d/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"; apt-key list
2020-01-16 01:37:48 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2020-01-16 01:37:48 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2020-01-16 01:37:49 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2020-01-16 01:37:50 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=4.0
2020-01-25 01:49:35 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=4.0.15
2020-01-25 01:49:39 UTC/bin/sh -c echo "deb http://$MONGO_REPO/apt/ubuntu xenial/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"
2020-01-25 01:50:14 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
2020-01-25 01:50:18 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2020-01-25 01:50:19 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2020-01-25 01:50:20 UTC/bin/sh -c #(nop) COPY file:021686a669d0d1d1cbb99d6ca84ff8de10577b78ea985b8cdab9d75b347a3bd0 in /usr/local/bin/
2020-01-25 01:50:20 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-01-25 01:50:21 UTC/bin/sh -c #(nop) EXPOSE 27017
2020-01-25 01:50:22 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.