2018-09-05 01:48:24 UTC
99.3 MB
1.10
GPG_KEYSDFFA3DCF326E302C4787673A01C4E7FAAAB2461C 42F3E95A2C4F08279C4960ADD68FA50FEA312927
JSYAML_VERSION3.10.0
MONGO_MAJOR3.2
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION3.2.20
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:57936531d1eea907ae6c73ebe8f8b5dc71232f5a642db22e877a4f0fc6ff1516 - 28.92% (28.7 MB)
[#001] sha256:2ed5d5ed43af9444708259d1ad7c18260dde2e6b3a261fba3433f673dbd04a87 - 0.0% (2.04 KB)
[#002] sha256:593c35b024dd2acb84e7f76b626c756e6346003b71057d98a18594f2de842779 - 2.26% (2.24 MB)
[#003] sha256:84e56f711c3d76dc3012aa117d6f71759e16a70828b945676cbf3d9afb033e9a - 0.78% (797 KB)
[#004] sha256:c1b3b037c3b12dce0783cfb56a7238cdc76bacf2d62b5ddef085df58e3c00648 - 0.0% (115 Bytes)
[#005] sha256:0e4958dbfd8d72ad406180bfef74a18267bd7233054141040ca4e52cede42351 - 0.0% (3.51 KB)
[#006] sha256:961f646e68c606f8183b7739f41c6932e5f172123127989c42aa2a8f31fe3c56 - 0.0% (228 Bytes)
[#007] sha256:d0a1d54b0d52690273d58e628680b6970792d336d198f0bd311a4e6fac5fca04 - 68.03% (67.6 MB)
[#008] sha256:6985ff13d8ee78c6b16cb5a456ddcc9558e657a5186e5e9277ccf671115b59c6 - 0.0% (139 Bytes)
[#009] sha256:be7fc63bf431afcd853e7558ef736577f90d76019f4d241d10c0b088d306d841 - 0.0% (3.49 KB)
[#010] sha256:d0c18e0aa5f843d7f9e40cc6f1eab30d645e7dcba9befd0b8ad425cfb136617f - 0.0% (121 Bytes)
/bin/sh -c #(nop) ADD file:95eda454ef09779bfb9e8ba5744d0630fb6f59eb4c9174efa44804a756d15df3 in /
2018-09-04 21:20:05 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-09-05 01:46:38 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2018-09-05 01:47:04 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates jq numactl && rm -rf /var/lib/apt/lists/*
2018-09-05 01:47:04 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.10
2018-09-05 01:47:05 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.10.0
2018-09-05 01:47:39 UTC/bin/sh -c set -ex; 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 --keyserver ha.pool.sks-keyservers.net --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 nobody true; wget -O /js-yaml.js "https://github.com/nodeca/js-yaml/raw/${JSYAML_VERSION}/dist/js-yaml.js"; apt-get purge -y --auto-remove wget
2018-09-05 01:47:40 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2018-09-05 01:47:40 UTC/bin/sh -c #(nop) ENV GPG_KEYS=DFFA3DCF326E302C4787673A01C4E7FAAAB2461C 42F3E95A2C4F08279C4960ADD68FA50FEA312927
2018-09-05 01:47:47 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --export $GPG_KEYS > /etc/apt/trusted.gpg.d/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"; apt-key list
2018-09-05 01:47:47 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2018-09-05 01:47:48 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2018-09-05 01:47:48 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2018-09-05 01:47:48 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=3.2
2018-09-05 01:47:48 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=3.2.20
2018-09-05 01:47:49 UTC/bin/sh -c echo "deb http://$MONGO_REPO/apt/debian jessie/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR main" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"
2018-09-05 01:48:22 UTC/bin/sh -c set -x && 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
2018-09-05 01:48:23 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2018-09-05 01:48:23 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2018-09-05 01:48:23 UTC/bin/sh -c #(nop) COPY file:843ce2a88e041a329d594e1c98c706d2bdb4cf4d65aa55c16197b791825ef11c in /usr/local/bin/
2018-09-05 01:48:24 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2018-09-05 01:48:24 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2018-09-05 01:48:24 UTC/bin/sh -c #(nop) EXPOSE 27017/tcp
2018-09-05 01:48:24 UTC/bin/sh -c #(nop) CMD ["mongod"]
2018-08-17 09:24:15 UTC
5.19 GB
dae23beba9f896444c462881404f15920d02add866ff4b50852f892c9f4f84f1
MONGO_DOWNLOAD_URLhttps://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.2.20-signed.msi
MONGO_VERSION3.2.20
[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 73.07% (3.79 GB)
[#001] sha256:6631c2d2a60cd7ee5b334c2725b03e4d4976abb9a19c8e8dc9b806b3752745a6 - 25.89% (1.34 GB)
[#002] sha256:b95dd3ea2455375b05a0040130b4b3f2bd839787743ff33b9d31af75610902b1 - 0.0% (1.17 KB)
[#003] sha256:1eec1a1d17e32db573964e6397fc995b0d6cbc349ce7f449eb389be78628a9c2 - 0.0% (1.17 KB)
[#004] sha256:caa595488d8c47888d7ebecc2da2f6764c927350528ed870490a5581472ab983 - 0.0% (1.19 KB)
[#005] sha256:9448a8157218720475d921ea12eb6e5a06635e17eaccee93e7d85abcf11372b9 - 0.0% (1.18 KB)
[#006] sha256:4c951d7f478a24ca430011664473e5765218216b36b25163f130be45e29bcdf3 - 1.04% (55.3 MB)
[#007] sha256:ac36c7eb35ed5cebe52efe64a04f370a31062d1e39a0c85227cf1e11414c477f - 0.0% (1.17 KB)
[#008] sha256:3ddbaf2a572bccc852e3682364fd5861e6b30b40396563f8f273647cf209c603 - 0.0% (1.17 KB)
[#009] sha256:c51bd0a9782566b47cc00f21ad6c97720e77dda6599d49fbf2090ddff115b414 - 0.0% (1.17 KB)
Apply image 10.0.14393.0
2018-08-13 17:52:23 UTCInstall update 10.0.14393.2430
2018-08-17 09:21:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2018-08-17 09:21:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=3.2.20
2018-08-17 09:21:41 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.2.20-signed.msi
2018-08-17 09:21:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=dae23beba9f896444c462881404f15920d02add866ff4b50852f892c9f4f84f1
2018-08-17 09:24:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); (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.';
2018-08-17 09:24:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2018-08-17 09:24:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017/tcp
2018-08-17 09:24:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod"]
2018-08-17 09:26:36 UTC
2.95 GB
dae23beba9f896444c462881404f15920d02add866ff4b50852f892c9f4f84f1
MONGO_DOWNLOAD_URLhttps://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.2.20-signed.msi
MONGO_VERSION3.2.20
[#000] sha256:5847a47b8593f7c39aa5e3db09e50b76d42aa8898c0440c70cc9c69747d4c479 - 71.85% (2.12 GB)
[#001] sha256:c4047f78756c2319eb99557ec7139906cf11af6c91aefcc0e44ac49a5481d8e4 - 26.47% (799 MB)
[#002] sha256:979b51c3a12a3db81990ebd92c5d5a3325e035f84c0503e987ede3bfd73f44df - 0.0% (1.16 KB)
[#003] sha256:dd619acad5ad0a3f2bd996838d899f5636854e7f7866b473d7b7417d06e18ec9 - 0.0% (1.16 KB)
[#004] sha256:1eb3bd7b8f30a66616e0253cfce5242e4e75695c74f012da64877f1fde0bc601 - 0.0% (1.17 KB)
[#005] sha256:f0254224e93335503127ecc55c5a4f084edd5080f30e1a76684c37599af44000 - 0.0% (1.17 KB)
[#006] sha256:73a188af5807df26d603201be386b93431966274f8481b138870f58f8e3de430 - 1.68% (50.8 MB)
[#007] sha256:bb2055d08869b9ca2c9e17942deb78aeae1883171e36e9a9dfb7ab065d7b14e2 - 0.0% (1.16 KB)
[#008] sha256:423605d246fc5d92b494c4f178ce6ba94550398fab5b9a5b66a7e55b9997df86 - 0.0% (1.16 KB)
[#009] sha256:bbe8d9be96d28898416503aff43222770d3bdc0e7a7f45c0987f6409026ebabf - 0.0% (1.17 KB)
Apply image 10.0.16299.15
2018-08-08 23:20:54 UTCInstall update 10.0.16299.611
2018-08-17 09:24:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2018-08-17 09:24:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=3.2.20
2018-08-17 09:24:23 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.2.20-signed.msi
2018-08-17 09:24:24 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=dae23beba9f896444c462881404f15920d02add866ff4b50852f892c9f4f84f1
2018-08-17 09:26:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); (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.';
2018-08-17 09:26:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2018-08-17 09:26:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017/tcp
2018-08-17 09:26:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(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.