Namespace
library
Image / Tag
mongo:4.0.7-windowsservercore-ltsc2016
Content Digest
sha256:0ea5f3883fa6f93e1a046fa4e237ff6ee40b51b693fc923ad7bee7780ba3da6d
Details
Created

2019-03-23 09:27:33 UTC

Size

5.33 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b83e6fc04ea332b9cb60a31543805d87b7226f1da29db23cf108c4c208ff5d9f

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.0.7


Layers

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

[#001] sha256:e0718b11f51220dd85c47a1d225be81c5ba343fbb45f9b43fe3d762c0a20300a - 27.41% (1.46 GB)

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

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

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

[#005] sha256:cde046a8ece6df60163aef0957c07fc9b54c8edd5b881a2cf3ba40eb6cdf5e3c - 0.0% (1.18 KB)

[#006] sha256:6981794f154058353de1ed13849ab858f8a42b909dcedab9dba0cb9742f47f1e - 1.51% (82.4 MB)

[#007] sha256:9d5c4652c575b8d18ffc6a1951112c3e1fa78bfc02904018453ffcce81623280 - 0.0% (1.18 KB)

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

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


History
2018-09-18 20:20:50 UTC

Apply image 10.0.14393.0

2019-03-11 20:57:18 UTC

Install update 10.0.14393.2848

2019-03-15 09:43:18 UTC

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

2019-03-23 09:17:10 UTC

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

2019-03-23 09:17:11 UTC

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

2019-03-23 09:17:12 UTC

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

2019-03-23 09:27:28 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-03-23 09:27:30 UTC

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

2019-03-23 09:27:32 UTC

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

2019-03-23 09:27:33 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