Namespace
library
Image / Tag
mongo:3.6.10-windowsservercore-1709
Content Digest
sha256:c142820098eae092905f71af8fe215b8d84290eb450fdf5b69c3f7e71e9f492f
Details
Created

2019-02-14 11:01:28 UTC

Size

3.45 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

959acce14e4a565c1eb090a3430f20a7a04cadbe2d31b3367a7ff44b14e5b24d

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

3.6.10


Layers

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

[#001] sha256:effca3ebc3a86f19a139eb7047c6e97d2fe4c941737e8d9698820d0491ccf530 - 23.58% (833 MB)

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

[#003] sha256:4ea52f313809a9b343afcf0f2d3713dbcc08806f8a054315c23a74208c5a1be6 - 0.0% (1.18 KB)

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

[#005] sha256:5e960a1f9a0f836ba18978b0b73ebfea629dbb0ff34c675b3804b90ab032b22f - 0.0% (1.17 KB)

[#006] sha256:543de31510c57057b81ff99d0939974ad8364253e8e0348aad1b27912761fc1b - 15.07% (533 MB)

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

[#008] sha256:e8165d79c0315192adabfb87bc5c39a74be30c89a363064f90ee06d37f49f71e - 0.0% (1.17 KB)

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


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

Apply image 10.0.16299.15

2019-02-08 07:16:29 UTC

Install update 10.0.16299.967

2019-02-14 10:18:28 UTC

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

2019-02-14 10:40:44 UTC

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

2019-02-14 10:40:45 UTC

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

2019-02-14 10:40:46 UTC

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

2019-02-14 11:01:22 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.';

2019-02-14 11:01:25 UTC

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

2019-02-14 11:01:26 UTC

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

2019-02-14 11:01:28 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