2017-10-10 00:04:59 UTC
126 MB
1.7
GPG_KEYS0C49F3730359A14518585931BC711F9BA15703C6
MONGO_MAJOR3.4
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION3.4.9
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d13d02fa248db2b423d6dbc8ec435675d23122f3939b5278b2156b75258e2259 - 22.79% (28.7 MB)
[#001] sha256:289396365571cdc9b38bb5d430fd9dc0e66cab5574c68bcc9a8fc20eef460e2d - 0.0% (2.04 KB)
[#002] sha256:fa261f04fa6765ebc18e0563f71735fc2a40e4da70e19e28417140fbb33eb33d - 1.82% (2.29 MB)
[#003] sha256:6a367a82d0b76d703af0b06ebd3cb6532e20fa2c6f2d6dbbc4629d4c91c41d11 - 0.84% (1.06 MB)
[#004] sha256:15aa953ba1a9ca7037126c4acbcd32b62668aa1c253b39605722e7be12b97349 - 0.0% (115 Bytes)
[#005] sha256:193466d9d72852582271d7f0ac7e3490d3a299f086157c5d9d208d706193abc9 - 0.0% (1.4 KB)
[#006] sha256:95e75e2cec52fae26efb4455a30370c5378bfb4c9a76228577d57d58842a69cf - 0.0% (226 Bytes)
[#007] sha256:111da4b346b0e0b11469a96a32e0b26b38b9690e9d162dbb85673ee0de737125 - 74.55% (93.9 MB)
[#008] sha256:b1d5b8f25164334e023230e5c5394b00158c7af7409fe148efbd4c6ce35ac2e0 - 0.0% (138 Bytes)
[#009] sha256:4e5a96927e4175dd34c5db89852288ce5243da1c0e3c4de2541e9f2852d9dc8c - 0.0% (3.04 KB)
[#010] sha256:b138ac1b57786247146c9c70e1e71b74f18f7e4d87c1f608e72b90151888d878 - 0.0% (120 Bytes)
/bin/sh -c #(nop) ADD file:187fe0df97a4c52984a518a454fb7ab3984ae7b541ede7ff84dd3c5da1ce1a59 in /
2017-10-09 21:31:06 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-10-10 00:01:14 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2017-10-10 00:03:56 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-10-10 00:03:56 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.7
2017-10-10 00:04:20 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-10-10 00:04:23 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2017-10-10 00:04:23 UTC/bin/sh -c #(nop) ENV GPG_KEYS=0C49F3730359A14518585931BC711F9BA15703C6
2017-10-10 00:04:29 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-10-10 00:04:29 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2017-10-10 00:04:29 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2017-10-10 00:04:29 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2017-10-10 00:04:29 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=3.4
2017-10-10 00:04:30 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=3.4.9
2017-10-10 00:04:30 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-10-10 00:04:56 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-10-10 00:04:57 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2017-10-10 00:04:57 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2017-10-10 00:04:58 UTC/bin/sh -c #(nop) COPY file:dbebaf4376a8d615e05b80e0bc26a2dfc5f8f8687b16ab47e64928fb5a00498d in /usr/local/bin/
2017-10-10 00:04:58 UTC/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
2017-10-10 00:04:59 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-10-10 00:04:59 UTC/bin/sh -c #(nop) EXPOSE 27017/tcp
2017-10-10 00:04:59 UTC/bin/sh -c #(nop) CMD ["mongod"]
2017-10-11 01:41:49 UTC
5.04 GB
68e911de302ddd42e6fe4dda71193c8873f469c59c790fffdd645660e8a5b49a
MONGO_DOWNLOAD_URLhttp://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.9-signed.msi
MONGO_VERSION3.4.9
[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 75.18% (3.79 GB)
[#001] sha256:8df8e568af76c1c311a1251f6f7402e2a09d14629840c97091beb9ba55419464 - 23.65% (1.19 GB)
[#002] sha256:8db45a9c1883baa808fc2bd5b53ea6c18ad7b55eba3d8ad132f5a38d689b3bdf - 0.0% (1.19 KB)
[#003] sha256:337316175d43fb774500873af1a5af250210da650adb72ca3b46ec90470aba1b - 0.0% (1.2 KB)
[#004] sha256:8577496c933902bdf89e8159b9b61b8c5106f098c3f18fce7eb3c64100548051 - 0.0% (1.19 KB)
[#005] sha256:e5f350b8e0567f3d61ce8dfc290c2c361be89e2ef1faf7123542c49d1a8257cd - 0.0% (1.19 KB)
[#006] sha256:eec21414b3605a123a92668caab41a717487e145ef190eae91f970be17c8fb1d - 1.17% (60.2 MB)
[#007] sha256:6d66ad002cbdedf6ed25912d4def0ad10b2c433cdf00c35fd3422537176aee63 - 0.0% (1.18 KB)
[#008] sha256:b46715773679d9c781cfc8c4556dc66ab854a30034e4f11d14c96bcb38e43079 - 0.0% (1.18 KB)
[#009] sha256:0bf2b484f66b16aa9d7577a9766022320a81c9c8ba63bd95b92ff7c94ed123fe - 0.0% (1.19 KB)
Apply image 10.0.14393.0
2017-10-09 19:23:50 UTCInstall update 10.0.14393.1770
2017-10-11 01:37:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2017-10-11 01:40:27 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=3.4.9
2017-10-11 01:40:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=http://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.9-signed.msi
2017-10-11 01:40:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=68e911de302ddd42e6fe4dda71193c8873f469c59c790fffdd645660e8a5b49a
2017-10-11 01:41:38 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-10-11 01:41:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2017-10-11 01:41:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017/tcp
2017-10-11 01:41:49 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.