Namespace
library
Image / Tag
mongo:4.0.4-windowsservercore-1709
Content Digest
sha256:95ca045c8e0492ea365e9b26b25e39c226db906d7c71d1215c9bb46001ae66e7
Details
Created

2018-12-25 19:28:49 UTC

Size

2.99 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

7d5b1f3a655cf2fe9864554699ffd6d7db616889fd211b4f0951d185e8395659

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.0.4


Layers

[#000] sha256:5847a47b8593f7c39aa5e3db09e50b76d42aa8898c0440c70cc9c69747d4c479 - 70.83% (2.12 GB)

[#001] sha256:10167262a01401a5b7cd880ca2abdb5a43d0cdb288b23e2bbda0cd16760064e7 - 27.34% (837 MB)

[#002] sha256:f9dda4685a777cd79d2b2657bd58c66d7d630dd04d91295e2867ebf816d48dc0 - 0.0% (1.17 KB)

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

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

[#005] sha256:816ec0c28f54313b0f9f13cb0cebe3485d6651c5a4cad9bc8bbb5f6e4c71a84b - 0.0% (1.19 KB)

[#006] sha256:c3c7967aed0dc1e06801b09d1341140a86ebb933b861a8be0f10c92c03e851bf - 1.83% (55.9 MB)

[#007] sha256:7d73b7994809731fc95bec81cd1d78ceed3d53a2949e534abf921352b8c5ffdb - 0.0% (1.17 KB)

[#008] sha256:d128fb599512812b1a7c417e2fbd80a623375c3796a60c557cf7ec4801e3c978 - 0.0% (1.17 KB)

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


History
2017-09-29 14:43:28 UTC

Apply image 10.0.16299.15

2018-12-05 22:40:26 UTC

Install update 10.0.16299.846

2018-12-25 19:04:16 UTC

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

2018-12-25 19:24:57 UTC

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

2018-12-25 19:24:58 UTC

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

2018-12-25 19:25:00 UTC

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

2018-12-25 19:28:43 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.';

2018-12-25 19:28:45 UTC

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

2018-12-25 19:28:47 UTC

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

2018-12-25 19:28:49 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