Namespace
library
Image / Tag
mongo:3.0.13-windowsservercore
Content Digest
sha256:174edf238133b3e172fcf3032fea948bf697bc6bf4ad7694c7c0069bfe581e57
Details
Created

2016-11-01 23:13:36 UTC

Size

4.22 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

80cd03e75083ab15f94749e9ee3d9b7afb9d9c6d73198305c438c6743a60d7b5

MONGO_DOWNLOAD_URL

http://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.0.13-signed.msi

MONGO_VERSION

3.0.13


Layers

[#000] sha256:9c7f9c7d9bc2915388ecc5d08e89a7583658285469d7325281f95d8ee279cc60 - 82.58% (3.48 GB)

[#001] sha256:de5064718b3f2749727c8b5ffddf2da7698189277afe0df6fc0a57ad573bca0f - 13.54% (585 MB)

[#002] sha256:ce8c033b9d9ab0f42b7bc1457fc9094bbf37079117ad712092b3e48f11a6e218 - 0.0% (1.18 KB)

[#003] sha256:0574e57a032f6716dc9a5ead72d392e1b5d8ab6f46171ef8e3ad5f0e6eb2c270 - 0.1% (4.31 MB)

[#004] sha256:48588cea4789a34509014aa313e2a2c9ec5202cce56eeb3f9cf2891f2344a3b6 - 0.0% (1.18 KB)

[#005] sha256:ab072de7ad360e8b7914bce57f8a6c39ff993c9f9f20a954cdb5f3d64d2c864e - 0.0% (1.19 KB)

[#006] sha256:a3086ffddef4af71205dba95b06b6b582868da7c265b8e596287beaa54f8d718 - 0.0% (1.19 KB)

[#007] sha256:d051f5a76c4435e50ccf3115703170f2c34a57935c43085767c011166d4cb961 - 3.78% (163 MB)

[#008] sha256:fec05607e9fe34b99365f271ee3cf8ae8cb6f93503063a3bfd27ae91adc25d8b - 0.0% (1.19 KB)

[#009] sha256:118b8228e8fcc05ada962dd1caa3f086a5857a475c82ec5cbd60588617e07665 - 0.0% (1.18 KB)

[#010] sha256:b5dbb73b4107a721eb7565d7cb07d50e8a0bbd7b87ed10097e44499427350cd9 - 0.0% (1.18 KB)


History
2016-10-12 19:25:22 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]

2016-10-12 19:27:18 UTC

powershell -Command $ErrorActionPreference = 'Stop'; [Environment]::SetEnvironmentVariable('PATH', 'C:\mongodb\bin;' + $env:PATH, [EnvironmentVariableTarget]::Machine);

2016-11-01 23:09:56 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=3.0.13

2016-11-01 23:10:01 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=http://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.0.13-signed.msi

2016-11-01 23:10:07 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=80cd03e75083ab15f94749e9ee3d9b7afb9d9c6d73198305c438c6743a60d7b5

2016-11-01 23:13:24 UTC

powershell -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' ); Write-Host 'Verifying install ...'; Write-Host ' mongo --version'; mongo --version; Write-Host ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2016-11-01 23:13:28 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]

2016-11-01 23:13:32 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017/tcp

2016-11-01 23:13:36 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod"]

Danger Zone
Delete Tag

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.

Delete