Namespace
library
Image / Tag
mongo:4.4.28-windowsservercore-1809
Content Digest
sha256:8593c27bbe4c7c52609219ff2dce0ea66826558c49d8d788adb515fe0aebf67d
Details
Created

2024-02-14 20:03:35 UTC

Size

2.17 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

406d5f9411419c0fbe9174462e2af29760ad32b877845b42ec77592acba02a36

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.28-signed.msi

MONGO_VERSION

4.4.28


Layers

[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 70.95% (1.54 GB)

[#001] sha256:dda007680e5cddfaf6f5428f70f8c514ac0b9dd099972b7d475cce4c5c899558 - 18.48% (410 MB)

[#002] sha256:28d908ab3e309f3ce320c85f39a9ca216455e949311e56a57e5f7c6c3b425c89 - 0.0% (1.27 KB)

[#003] sha256:860119508d392ee2fb75912e0baeb0c308e0f42a332260b9573b94c7cfebbc68 - 0.0% (1.26 KB)

[#004] sha256:b544efbb45583935fec393ce8da01e63b009b24360b9995c7bc6df449cd2679b - 0.0% (1.27 KB)

[#005] sha256:f34c1b0fbedbe1722c8043e4ed90165e459f7ca03e14ddc7f1691605ec401a3f - 0.0% (1.26 KB)

[#006] sha256:2afad106e6eeea9d8f3222d59cc549ff03f252a730ddaef39ad70bb461081282 - 10.57% (234 MB)

[#007] sha256:c0dd2f016785bae39f58547359b61c1ad40603ba9c98c121c4fcae2e6808bbbf - 0.0% (1.27 KB)

[#008] sha256:5986836aa3ffdaa606e6de29df915ebc86f3bc8ed537fe54829c3537e45f74be - 0.0% (1.26 KB)

[#009] sha256:ca5dace45f7ddcb1bec53a51db170488ce479c1778a1d6689e19db7e962d0e91 - 0.0% (1.26 KB)


History
2023-06-08 12:58:24 UTC

Apply image 10.0.17763.4499

2024-02-04 04:14:09 UTC

Install update 10.0.17763.5458

2024-02-14 20:01:49 UTC

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

2024-02-14 20:01:51 UTC

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

2024-02-14 20:01:52 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.28-signed.msi

2024-02-14 20:01:52 UTC

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

2024-02-14 20:03: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'); if ($env:MONGO_DOWNLOAD_SHA256) { 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', '/l*v', 'install.log', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=Client,MiscellaneousTools,Router,ServerNoService' ); if (-Not (Test-Path C:\mongodb\bin\mongod.exe -PathType Leaf)) { Write-Host 'Installer failed!'; Get-Content install.log; exit 1; }; Remove-Item install.log; $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:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2024-02-14 20:03:31 UTC

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

2024-02-14 20:03:33 UTC

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

2024-02-14 20:03:35 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