Namespace
library
Image / Tag
mongo:4.0.12-windowsservercore-ltsc2016
Content Digest
sha256:f1ecfd930ca80240d495cff1fa3ac3bfcadce8e4e89e6ecc6b7095b20795290e
Details
Created

2019-10-09 22:59:29 UTC

Size

5.41 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

381bdcdce1d81eef0e44cfa05101a580d831310390821fb943a72780ef4023c9

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.0.12


Layers

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

[#001] sha256:b4f320e456fcdbb0a55de06f153ad96f144c8c14e452ac7f20896ce2509d170f - 28.43% (1.54 GB)

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

[#003] sha256:c33c6413045dc64a79a35e385c1096303864eda37a84d4321b0a1bd1e08f34d7 - 0.0% (1.19 KB)

[#004] sha256:9c51ee10f094e42caaa6b1234c231489b9f596edc0a96a022c00729f7ff27498 - 0.0% (1.19 KB)

[#005] sha256:743b3644347aa58465488a830a159501c97b441d62714fc14e2cacc50cefdc38 - 0.0% (1.19 KB)

[#006] sha256:75d4cf822550aba4754b64c06b70cb65d02a830eca6fd659390e84336fa79508 - 1.49% (82.6 MB)

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

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

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


History
2016-11-22 23:24:34 UTC

Apply image 1607-RTM-amd64

2019-10-05 16:15:00 UTC

Install update ltsc2016-amd64

2019-10-09 14:39:48 UTC

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

2019-10-09 22:50:35 UTC

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

2019-10-09 22:50:36 UTC

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

2019-10-09 22:50:37 UTC

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

2019-10-09 22:59:24 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-10-09 22:59:26 UTC

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

2019-10-09 22:59:27 UTC

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

2019-10-09 22:59:29 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