Namespace
library
Image / Tag
mongo:4.0.6-windowsservercore-ltsc2016
Content Digest
sha256:d365eeb59eab2c4cd8a632f2c8d9d4594824cb0cb2b0377d08fc4f46534307db
Details
Created

2019-03-15 10:18:56 UTC

Size

5.32 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

aeb91f88930c77828c45f6aa41ad8219a8bb7c90c1a3c308b92329afc907cb1c

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.0.6


Layers

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

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

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

[#003] sha256:11844f27a8baf30655d7609d8f9aab53e847d1ae237d97b28b898c3a1ac6c1ef - 0.0% (1.17 KB)

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

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

[#006] sha256:031320e81053a5f69e6d0167a2312eec42afce3f09023e3f15cb3b88bb70da17 - 1.32% (72.1 MB)

[#007] sha256:46550b5002ef9469d6e5e2097c6574ccd858f91eedc7cb9a41a3ee5939f9fa7d - 0.0% (1.18 KB)

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

[#009] sha256:be9c23e788958803d7ff15e58d74395af7c2b689e0c1bd567eb8d434ca72f4b3 - 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-15 10:09:51 UTC

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

2019-03-15 10:09:52 UTC

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

2019-03-15 10:09:53 UTC

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

2019-03-15 10:18:52 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-15 10:18:53 UTC

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

2019-03-15 10:18:55 UTC

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

2019-03-15 10:18:56 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