Namespace
library
Image / Tag
mongo:3.6.8-windowsservercore-1709
Content Digest
sha256:6f869a1aa31ab59add926f917aa2531837f29cec09078173e5b91dfa44143cb4
Details
Created

2018-10-16 10:16:14 UTC

Size

2.99 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

6e9d8c82cdb58dc97febd3da3b0205498c49cd33418b7d77811193d497922f68

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

3.6.8


Layers

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

[#001] sha256:ddd7a4737dfbb59b49c30480146e7f0a61842409755bd479b63004c5643d0ed3 - 27.02% (826 MB)

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

[#003] sha256:8d94e567f596fcd4ac56741597760cd6672c85120dc2c26a76daab3123660701 - 0.0% (1.17 KB)

[#004] sha256:b042f23312f37fa3c4b1ee503cf38f3a2fe6e36ac69f260e8c73cd6e939507f1 - 0.0% (1.17 KB)

[#005] sha256:59198e50a9fb25ca3621f608a34b2880a177962603ae99adb0daf499879d6c93 - 0.0% (1.16 KB)

[#006] sha256:50dd6e18d7fa4e3a1e8f166b9b1ffe032e8371e25d51bb9b69f0a8b6dc1a5819 - 2.05% (62.8 MB)

[#007] sha256:ea7e62b4fb371b4bc162222cfd0f73287c3c4f52b3d12c9be548c0b4d0011533 - 0.0% (1.17 KB)

[#008] sha256:ad224782ea01323b241c10979f492ac1b31b90cc6e1d8211afead80fdb564307 - 0.0% (1.16 KB)

[#009] sha256:cd29484fe2c599f5c13a742bfc62929a13c204fa9df058c359b155e5bfb27715 - 0.0% (1.17 KB)


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

Apply image 10.0.16299.15

2018-10-01 22:02:14 UTC

Install update 10.0.16299.726

2018-10-16 10:03:12 UTC

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

2018-10-16 10:13:41 UTC

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

2018-10-16 10:13:42 UTC

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

2018-10-16 10:13:43 UTC

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

2018-10-16 10:16:09 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-10-16 10:16:11 UTC

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

2018-10-16 10:16:13 UTC

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

2018-10-16 10:16:14 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