Namespace
library
Image / Tag
mongo:6.0.23-windowsservercore
Content Digest
sha256:cbb6b3c353d855beb49a2160871d98bfd9f45e9389f4024d1c6e9315fba87f29
Details
Created

2025-05-14 21:03:55 UTC

Size

3.69 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

805c9b5d6828a8b015e2be2028dca5587437038a17a345d0dfd06537ec1c3f40

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.23


Layers

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

[#001] sha256:cc834e13e71633c2d66ec6513d57c31a3157fc5933859d492ecf45fc8a7476c3 - 30.71% (1.13 GB)

[#002] sha256:568098edc22d3909b47f696dc271799d1b63990d36d7eb4e5866fe1865fbe243 - 0.0% (1.29 KB)

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

[#004] sha256:478efb64b38b0781de5ccf681c056d48dff38447384bf24e81c9d46e249d307c - 0.0% (1.25 KB)

[#005] sha256:6465e8d101ca8b834699c25d5cc96a559a884203747cebddb2b3bb64c07cc626 - 0.0% (1.33 KB)

[#006] sha256:1083e49fa0c5a5a76bdf3711dfdebada2f10e59e253da994271247773edd1cdb - 13.32% (503 MB)

[#007] sha256:47bffd8b7ebe91ec6954723c381cb79f06307b570c6d87da05fe71a64903c35a - 0.0% (1.29 KB)

[#008] sha256:6ddb49c887d2331cfc3a9dc5f33aa940c5f0477ccb7bf91dc6616c1b0250c8c8 - 0.0% (1.25 KB)

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


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

Apply image 10.0.26100.2605

2025-05-10 01:13:32 UTC

Install update 10.0.26100.4061

2025-05-14 21:02:15 UTC

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

2025-05-14 21:02:16 UTC

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

2025-05-14 21:02:17 UTC

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

2025-05-14 21:02:17 UTC

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

2025-05-14 21:03: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'); 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-05-14 21:03:53 UTC

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

2025-05-14 21:03:53 UTC

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

2025-05-14 21:03:55 UTC

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

Details
Created

2025-05-14 20:56:26 UTC

Size

2.61 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

805c9b5d6828a8b015e2be2028dca5587437038a17a345d0dfd06537ec1c3f40

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.23


Layers

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

[#001] sha256:9f99f0856d3665c6aeede32823351187cdab09d90cb8608ff70427d552ab356b - 28.97% (774 MB)

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

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

[#004] sha256:2c1dae6039df806f4b6d561a3229078532c84239fb856b9a447f5473b505bc59 - 0.0% (1.25 KB)

[#005] sha256:386b11f6bace89574de88d2023fc2266eb1eebde42a43a5d0be8f6e432795f1c - 0.0% (1.25 KB)

[#006] sha256:d5ca1dde767c0c0efdab1f8732377a81791a5c31da79f92f09063ad795836168 - 18.82% (503 MB)

[#007] sha256:17c2ebcf90f7695f9167dc84ccd54f818d35342310b1c16b8fa85840b6a33cf1 - 0.0% (1.25 KB)

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

[#009] sha256:5596f9c018fec4acfb0155ea0ece24783014a03620ee87f28f53a28fd8bac426 - 0.0% (1.25 KB)


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

Apply image 10.0.20348.2700

2025-05-09 19:38:10 UTC

Install update 10.0.20348.3692

2025-05-14 20:55:10 UTC

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

2025-05-14 20:55:11 UTC

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

2025-05-14 20:55:12 UTC

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

2025-05-14 20:55:13 UTC

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

2025-05-14 20:56:20 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-05-14 20:56:23 UTC

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

2025-05-14 20:56:25 UTC

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

2025-05-14 20:56:26 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