Namespace
library
Image / Tag
mongo:6.0.26-rc0-windowsservercore
Content Digest
sha256:8a86e53769ac5eca359c91cb909d40e454063ca07197f0b28d95dd23a540775c
Details
Created

2025-08-12 23:40:17 UTC

Size

3.75 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

ed437d534ae2934870d2efe2d0e3fcb326a1367f28496c8ccf48697cd4ee5f2b

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.26-rc0


Layers

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

[#001] sha256:203c144449ed67b479a4424fa1d1138f1c8909f1e47a45a6500d4d7f7d058549 - 31.88% (1.2 GB)

[#002] sha256:e41212953e6825883257d3877a1168f279440c89db9d09a92f382623985908cd - 0.0% (1.3 KB)

[#003] sha256:466eb80f65f7d4d5f72b830384b7a4acc4deee450251c3d7a7bdd9e950ef53c3 - 0.0% (1.35 KB)

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

[#005] sha256:1df42ae850e4e236b5449f83127585f6f08c60f83cd3da26cd82c73d3e2366b0 - 0.0% (1.31 KB)

[#006] sha256:01a7e66de4f970649ae579d32ac47afe2e112e9febb5f1b0c97da8bc6d89c0f5 - 13.1% (503 MB)

[#007] sha256:06e74efae2d7db9ed35eaf56956523c721dc5b8878612a4e35cb55f0b2df4cdb - 0.0% (1.31 KB)

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

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


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

Apply image 10.0.26100.2605

2025-08-10 03:12:45 UTC

Install update 10.0.26100.4946

2025-08-12 23:39:26 UTC

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

2025-08-12 23:39:27 UTC

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

2025-08-12 23:39:27 UTC

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

2025-08-12 23:39:28 UTC

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

2025-08-12 23:40:16 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-08-12 23:40:16 UTC

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

2025-08-12 23:40:17 UTC

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

2025-08-12 23:40:17 UTC

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

Details
Created

2025-08-12 23:40:12 UTC

Size

2.62 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

ed437d534ae2934870d2efe2d0e3fcb326a1367f28496c8ccf48697cd4ee5f2b

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.26-rc0


Layers

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

[#001] sha256:06b9b30319b49e62edeeff59663c236bf6a406712417e8a1be70ae07afd76e2c - 29.17% (782 MB)

[#002] sha256:ff0f2ce8b5b440000d419a9c9edf73ad98a6d3ce0b03731261fd47bc9ca2f665 - 0.0% (1.25 KB)

[#003] sha256:69439fae234c58856cae3864a6ebda2f172f77d8fbe0ef020490719346ad90da - 0.0% (1.3 KB)

[#004] sha256:65ce0d5f3d2c92b8e70dd6899c14d22fd48742b1e00b72d77cfb20127781980a - 0.0% (1.25 KB)

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

[#006] sha256:24555859afbe97f913145fb21e96f7e883cba7dda7e26522b51bb17da9cb7c24 - 18.77% (503 MB)

[#007] sha256:bd6285f18b589746c4de5329ef869b81e9c98fe8652c8300524563c43cdccef9 - 0.0% (1.26 KB)

[#008] sha256:549c7c8eda0ba04b7fb59bb054689419b2bfb9048ff9df87b4d90d2dcd880f4e - 0.0% (1.25 KB)

[#009] sha256:22df90385509bafa5acc59d7a7f25b2afc351234308fd11cd143a1ac6afce958 - 0.0% (1.25 KB)


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

Apply image 10.0.20348.2700

2025-08-08 18:40:34 UTC

Install update 10.0.20348.4052

2025-08-12 23:39:02 UTC

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

2025-08-12 23:39:03 UTC

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

2025-08-12 23:39:04 UTC

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

2025-08-12 23:39:05 UTC

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

2025-08-12 23:40:05 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-08-12 23:40:10 UTC

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

2025-08-12 23:40:11 UTC

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

2025-08-12 23:40:12 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