Namespace
library
Image / Tag
mongo:4.0.17-windowsservercore-1809
Content Digest
sha256:87153365cb3c09f7965ed171a2da2b89148a5ae35caca34e231e50f37fe986f6
Details
Created

2020-04-15 20:38:48 UTC

Size

2.53 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

386ce5434bd2b780633e2d6cb648a3f30dfbfb429c1dd636358b098f009f34cb

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.17-signed.msi

MONGO_VERSION

4.0.17


Layers

[#000] sha256:65014b3c312172f10bd6701a063f9b5aaf9a916c2d2cb843d406a6f77ded3f8d - 56.5% (1.43 GB)

[#001] sha256:eac6fba788c9781d6f989eb0932cb33bf72c2cce4eb234cc6decdcab89e183bc - 27.1% (702 MB)

[#002] sha256:442da5a04696895ce6580924a45188bbec9a9db9f81cb7dcef41fc1d4b119130 - 0.0% (1.12 KB)

[#003] sha256:02b287cffd7168b9309951a7ee030fb9a9ca575dfcc77f49b4a03f5db0e0cff4 - 0.0% (1.09 KB)

[#004] sha256:c384ef710ea342c8c05c574d7a5bccd9fc1f3c09c4fa23dd6140000d0bef35e4 - 0.0% (1.12 KB)

[#005] sha256:f7bca344738a4c95feace4c90be0ade4f3d3a9bf00a817e92dd5bf22e3411c1a - 0.0% (1.09 KB)

[#006] sha256:5ae8c53f34e477180915360a7eca3bff4baec2240587f09efd737676e0801dc1 - 16.41% (425 MB)

[#007] sha256:473484586077172d7a9cac3a252b0546c1c17238d33bb15b1aeb8a94ceb1477d - 0.0% (1.1 KB)

[#008] sha256:b121a86ed787891889c725d99d3bf1443e71dc0f729d19b0c8ca281d986f01d4 - 0.0% (1.09 KB)

[#009] sha256:387be46455aac4464bbb3f9dd80ea564d7c93f9f13ef92cf77cfd4138adfd4ef - 0.0% (1.11 KB)


History
2018-09-15 09:10:26 UTC

Apply image 1809-RTM-amd64

2020-04-13 03:38:38 UTC

Install update 1809-amd64

2020-04-15 12:44:53 UTC

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

2020-04-15 20:20:21 UTC

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

2020-04-15 20:20:21 UTC

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

2020-04-15 20:20:22 UTC

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

2020-04-15 20:38:44 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'); if ($env:MONGO_DOWNLOAD_SHA256) { 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.';

2020-04-15 20:38:46 UTC

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

2020-04-15 20:38:47 UTC

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

2020-04-15 20:38:48 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