Namespace
library
Image / Tag
mongo:3.5.11-windowsservercore
Content Digest
sha256:00e29a404e41bf421121279705bd66cb3ef7d730b5839db765ec9106e78d6cdd
Details
Created

2017-08-04 22:13:22 UTC

Size

4.99 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

d8522130ee7374258220d3f793073616861c87677305a201f092efcd79fc927a

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

3.5.11


Layers

[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 75.95% (3.79 GB)

[#001] sha256:e29afd68a947fc566b71a432a6df352eea9e59eb221c3cb9f6bf5a4df206571e - 22.87% (1.14 GB)

[#002] sha256:c2e2fab7692964a46adf839b6fe66a115f2c7617697a351e412c382936629b9f - 0.0% (1.2 KB)

[#003] sha256:4e63aafce84566e6c24677f0513661a6f0ecacd7c1e5337a285aed22b60a2ab1 - 0.0% (1.19 KB)

[#004] sha256:9edb1779af65215ae145b47a97e8f2478f6f00e898dbc0044b50ec994c8b11d1 - 0.0% (1.19 KB)

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

[#006] sha256:8d0145e7edb5e9be3e1abfe24132713edef5d2837d1a62511a0d950bf9f87e51 - 1.19% (60.6 MB)

[#007] sha256:46dfef33b3d2c733a961503cabbe96b96d11187e62201ceeb429513cfaf45656 - 0.0% (1.19 KB)

[#008] sha256:7c759134a5e9507ed118410323701e402719940331d93f5ffe0f66e239e8d2d0 - 0.0% (1.18 KB)

[#009] sha256:aaa4d226c877fc026907de1b6f18822cf9bd53150636db1bcae5b1f98fabe012 - 0.0% (1.19 KB)


History
2016-12-13 10:53:31 UTC

Apply image 10.0.14393.0

2017-07-10 22:35:45 UTC

Install update 10.0.14393.1480

2017-07-28 18:55:58 UTC

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

2017-08-04 22:12:00 UTC

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

2017-08-04 22:12:04 UTC

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

2017-08-04 22:12:08 UTC

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

2017-08-04 22:13:10 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' ); $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-08-04 22:13:16 UTC

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

2017-08-04 22:13:19 UTC

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

2017-08-04 22:13:22 UTC

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

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