Namespace
library
Image / Tag
mongo:3.6.9-windowsservercore-1709
Content Digest
sha256:5153da05a80aafa753bdcae856de9a9a3b319c2348be6d952c8d1616abd3f2e6
Details
Created

2018-12-25 19:20:51 UTC

Size

3 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b9f7f889f34c610e36995d3892768be610605f1413866efa1a867c0b13bb635f

MONGO_DOWNLOAD_URL

https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.9-signed.msi

MONGO_VERSION

3.6.9


Layers

[#000] sha256:5847a47b8593f7c39aa5e3db09e50b76d42aa8898c0440c70cc9c69747d4c479 - 70.67% (2.12 GB)

[#001] sha256:10167262a01401a5b7cd880ca2abdb5a43d0cdb288b23e2bbda0cd16760064e7 - 27.28% (837 MB)

[#002] sha256:f9dda4685a777cd79d2b2657bd58c66d7d630dd04d91295e2867ebf816d48dc0 - 0.0% (1.17 KB)

[#003] sha256:8401078ca9a49a1f885b0ad942e63b58ebe5c249ae13a2a51859b438d5341ffe - 0.0% (1.19 KB)

[#004] sha256:758b799b6e5e6181cafa69bb4d66aa7ec748f5e3ec49e774b742fe030dffa7cc - 0.0% (1.18 KB)

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

[#006] sha256:eebd34137e6a5700b5e596e6ab82230c2687fe9867c58dbb279cfabfbdcd73e4 - 2.05% (62.9 MB)

[#007] sha256:4575f5f6708b07f33e521e1f027121ed30ff1b4663eda5961f81ed972d145395 - 0.0% (1.18 KB)

[#008] sha256:29e228513f2dc2c13640a4d9bbdaa5637e2318d91776fe408fe8a6d73dc0e44b - 0.0% (1.18 KB)

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


History
2017-09-29 14:43:28 UTC

Apply image 10.0.16299.15

2018-12-05 22:40:26 UTC

Install update 10.0.16299.846

2018-12-25 19:04:16 UTC

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

2018-12-25 19:17:32 UTC

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

2018-12-25 19:17:33 UTC

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

2018-12-25 19:17:34 UTC

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

2018-12-25 19:20:45 UTC

powershell -Command $ErrorActionPreference = 'Stop'; Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (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-12-25 19:20:47 UTC

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

2018-12-25 19:20:49 UTC

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

2018-12-25 19:20:51 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