Namespace
library
Image / Tag
mongo:3.4.18-windowsservercore-ltsc2016
Content Digest
sha256:9b98d9f403f1c32b1ef93a8d7a1e28a8d25528f6873b580c15584ffece036503
Details
Created

2019-01-22 11:51:55 UTC

Size

5.31 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

956c14d295adf5c120ff3fd0f0219be2425ca0b41af0ac9ed2853e25a48c1e58

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

3.4.18


Layers

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

[#001] sha256:d0c71fc8924e632b81de72fba055610c4a5259b2f6723e15f70662f7bc328184 - 27.44% (1.46 GB)

[#002] sha256:17b027d2e81dbd6d79eaa15e958f3abf591a89252f9711b74b706f4f7a4520d5 - 0.0% (1.19 KB)

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

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

[#005] sha256:1a6a4d4b98fb62afe9341aca7cf5fbf28d897eef1b711e71a6e49641ac180316 - 0.0% (1.19 KB)

[#006] sha256:39454258013412bf54950d21f002e3a2908e3c760f9dde2bcf2869c76b6dfa0e - 1.23% (66.7 MB)

[#007] sha256:13e3b45ddd11cdd7a06516da428692a952de122bd172832ab10a732f3b95302f - 0.0% (1.18 KB)

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

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


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

Apply image 10.0.14393.0

2019-01-08 17:44:44 UTC

Install update 10.0.14393.2724

2019-01-22 11:49:06 UTC

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

2019-01-22 11:49:07 UTC

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

2019-01-22 11:49:09 UTC

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

2019-01-22 11:49:10 UTC

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

2019-01-22 11:51:48 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-01-22 11:51:51 UTC

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

2019-01-22 11:51:53 UTC

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

2019-01-22 11:51:55 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod"]

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