2017-12-01 22:39:43 UTC
125 MB
1.7
GPG_KEYS2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5
MONGO_MAJORtesting
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION3.6.0~rc8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d13d02fa248db2b423d6dbc8ec435675d23122f3939b5278b2156b75258e2259 - 23.05% (28.7 MB)
[#001] sha256:bc8e2652ce92f00db69e54c684bb094a6e08037bb82e9d0c70ec2dd6553e4231 - 0.0% (2.05 KB)
[#002] sha256:3cc856886986b19939654b22c57122f318b7b22c2e830f0549bdbacad2f95c98 - 1.84% (2.29 MB)
[#003] sha256:c319e9ec4517b53dc79bf149ac253e8f0934fd3fc78c1e177e8fa4f6c59270f3 - 0.85% (1.06 MB)
[#004] sha256:b4cbf8808f94f360772a43e079e45edcbb575895cb0ff3548af679c32e8b601b - 0.0% (115 Bytes)
[#005] sha256:e42648c7b4523786aaf1e5ebb135e0ca0557f164bdbd7d7bf8bbaa793e582615 - 0.0% (1.41 KB)
[#006] sha256:7b16cc523f0dafbce7c02553853e7200fa732be69812c6d3bada30e90c58b103 - 0.0% (237 Bytes)
[#007] sha256:f18d60ab08663cde32937725fe7bfc34205effbc1645e64ace0062a2418055d5 - 74.26% (92.5 MB)
[#008] sha256:0bdfb9bf396e00e238d2561021ad8c92855b7db73b641080db778c9c408aaccf - 0.0% (138 Bytes)
[#009] sha256:1f8ac86195626a9da30801ba0bea44c9cd5a574ad904767baa57c1a4d9507940 - 0.0% (3.1 KB)
/bin/sh -c #(nop) ADD file:187fe0df97a4c52984a518a454fb7ab3984ae7b541ede7ff84dd3c5da1ce1a59 in /
2017-11-04 05:22:36 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-11-04 18:35:22 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2017-11-04 18:36:33 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates jq numactl && rm -rf /var/lib/apt/lists/*
2017-11-04 18:36:33 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.7
2017-11-04 18:36:53 UTC/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).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 && rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get purge -y --auto-remove wget
2017-11-04 18:36:54 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2017-11-04 18:37:34 UTC/bin/sh -c #(nop) ENV GPG_KEYS=2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5
2017-11-04 18:37:37 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; rm -r "$GNUPGHOME"; apt-key list
2017-11-28 01:16:17 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2017-11-28 01:16:18 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2017-11-28 01:16:18 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2017-11-28 01:16:18 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=testing
2017-12-01 22:39:18 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=3.6.0~rc8
2017-12-01 22:39:19 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"
2017-12-01 22:39:40 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
2017-12-01 22:39:41 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2017-12-01 22:39:41 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2017-12-01 22:39:42 UTC/bin/sh -c #(nop) COPY file:2693b7d26a4d17558bb637a0ad2c43c3be68788377b0e9eb105cd67726d4b645 in /usr/local/bin/
2017-12-01 22:39:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-12-01 22:39:42 UTC/bin/sh -c #(nop) EXPOSE 27017/tcp
2017-12-01 22:39:43 UTC/bin/sh -c #(nop) CMD ["mongod" "--bind_ip_all"]
2017-12-07 00:39:39 UTC
2.93 GB
70bd7e77f2d1eecb1852e856ddf224aa092aacba38fd5a5d0114b0b94aaf6b57
MONGO_DOWNLOAD_URLhttp://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.0-rc8-signed.msi
MONGO_VERSION3.6.0-rc8
[#000] sha256:5847a47b8593f7c39aa5e3db09e50b76d42aa8898c0440c70cc9c69747d4c479 - 72.18% (2.12 GB)
[#001] sha256:0e0a3062a7ac7e07eda6c54e1ddfafc80550c98dd5e1933799f934bc4bdcf0ab - 12.75% (383 MB)
[#002] sha256:2c18a4bf1d8437116b78c74d8f3fe02e52f672dfc5b9143279880561df54f6f9 - 0.0% (1.17 KB)
[#003] sha256:7f61b4fe283e128d418bd56a99b5d45ca1894fb15962106847b5cf3b44193e28 - 0.0% (1.17 KB)
[#004] sha256:c878ce2b0b9230923fb29dee66a4500ef38e9792dac5a07b819dc044b8af033b - 0.0% (1.18 KB)
[#005] sha256:31e0d5efbaf7ce65b948e4b919f77279286959c16a7fe449d1c695c911e9d2c3 - 0.0% (1.16 KB)
[#006] sha256:631422c7340b483b709757a62d2ebd33df773c39e01d9fd4aec9358f6bac40c4 - 15.06% (453 MB)
[#007] sha256:82ba3a5b40131e342af2dc2949d075b2e870fad3f424ecbfca5f14c920c4ffcd - 0.0% (1.17 KB)
[#008] sha256:1201d448807ef50bacbf842923ec5f7084922fe916a19ccb99390ee20f89a18d - 0.0% (1.17 KB)
[#009] sha256:8faadc0804648eaf7746aaef64c76a6e42e89e4ef6fb5a1a1d1ef89cb7f841d1 - 0.0% (1.17 KB)
Apply image 10.0.16299.15
2017-11-02 14:03:00 UTCInstall update 10.0.16299.64
2017-11-23 02:49:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2017-12-06 23:54:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=3.6.0-rc8
2017-12-06 23:54:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=http://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.0-rc8-signed.msi
2017-12-06 23:54:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=70bd7e77f2d1eecb1852e856ddf224aa092aacba38fd5a5d0114b0b94aaf6b57
2017-12-07 00:39:36 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.';
2017-12-07 00:39:37 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2017-12-07 00:39:38 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017/tcp
2017-12-07 00:39:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
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.