Namespace
library
Image / Tag
mongo:6.0-windowsservercore
Content Digest
sha256:ea1b23b3cb98031649f9de856984a5e692ed1c94fd8097c08496fcc12493df9b
Details
Created

2025-06-10 21:29:02 UTC

Size

3.73 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

29efc8ca87db8f2fe35af9398c612e5fb7c1deca1ff4ae336c242a69934c0f6c

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.24


Layers

[#000] sha256:1317fe15185685e9cd27f7542cd96f4847343401288a8b6798273a4ac60844eb - 55.34% (2.06 GB)

[#001] sha256:e8b61d8f1bb5129502a06cea04657715aa68d500a1dc0ddcf37003afcd263c28 - 31.5% (1.17 GB)

[#002] sha256:5e3ce6e5e8297ef44aa008738a4b869d25a142ed535b0797e04065f855842261 - 0.0% (1.26 KB)

[#003] sha256:eab1570353b5962aafc90671e2deceab130d673a8d5c57a3542d74c286ef3b8b - 0.0% (1.25 KB)

[#004] sha256:0df18172c8e4ac6d491f1b2463d4cdab0d7d085dc8dedb0e7b00cf0ffad88e16 - 0.0% (1.26 KB)

[#005] sha256:80b72b29d3ea4bf0ce49fd3d40d4f26e956d0278e08a4fb01a3419e7391f75ba - 0.0% (1.28 KB)

[#006] sha256:d45f6a7522b8bb29b01bba38b62a5dcf130c0a8a59a8ff7e37580d807d27c9c5 - 13.16% (503 MB)

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

[#008] sha256:e2801a910aa89cba6c975740a1412df1f2062dd69608ecdeb75efe3e0e67be82 - 0.0% (1.29 KB)

[#009] sha256:01a029028344c2dd75e1859bbed8a3773f375835fa025efdd093e21dba847186 - 0.0% (1.29 KB)


History
2024-12-08 22:41:37 UTC

Apply image 10.0.26100.2605

2025-06-07 15:42:01 UTC

Install update 10.0.26100.4349

2025-06-10 21:27:43 UTC

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

2025-06-10 21:27:44 UTC

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

2025-06-10 21:27:45 UTC

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

2025-06-10 21:27:46 UTC

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

2025-06-10 21:28:59 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=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 ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2025-06-10 21:29:00 UTC

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

2025-06-10 21:29:01 UTC

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

2025-06-10 21:29:02 UTC

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

Details
Created

2025-06-10 21:32:08 UTC

Size

2.61 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

29efc8ca87db8f2fe35af9398c612e5fb7c1deca1ff4ae336c242a69934c0f6c

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.24


Layers

[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 52.09% (1.36 GB)

[#001] sha256:db5652627be066fd088860f3ebfcc61d4cb76922ffa16c5496b4158c7e4e7151 - 29.14% (780 MB)

[#002] sha256:1e407e958d5253e19c27c743aee07c53f7cbc3def338ea5f92585680265ee5fa - 0.0% (1.26 KB)

[#003] sha256:0c961b03eec17a36ffe0ddb03f35991e7ccd92e0ac9c86d5e14b92932436e6a9 - 0.0% (1.29 KB)

[#004] sha256:719f7bb2e415ad51535c958b44d610f38c4ae96f76af6edd5d9fc61a3144b93b - 0.0% (1.26 KB)

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

[#006] sha256:0aeece65dd4ab737fc86e6037aa1d56967407bf8b5c7dfd90731e3c20fb13c31 - 18.77% (503 MB)

[#007] sha256:09e754582f83f124d62af979a289e22043c8c1464b3cfce2d31d94f57f65e6d6 - 0.0% (1.25 KB)

[#008] sha256:69364cfe29e465ab5f85d93dc2b4482908f0d1ad6cd77bd9deb8c1523189b77a - 0.0% (1.35 KB)

[#009] sha256:884d9479d410ca4e9f933f2d39d2c74d236916019dd8a6dcbfae96ef805eae26 - 0.0% (1.25 KB)


History
2024-09-06 00:01:38 UTC

Apply image 10.0.20348.2700

2025-06-05 01:01:39 UTC

Install update 10.0.20348.3807

2025-06-10 21:31:02 UTC

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

2025-06-10 21:31:03 UTC

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

2025-06-10 21:31:04 UTC

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

2025-06-10 21:31:05 UTC

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

2025-06-10 21:31:58 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=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 ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2025-06-10 21:32:02 UTC

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

2025-06-10 21:32:07 UTC

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

2025-06-10 21:32:08 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