Namespace
library
Image / Tag
mongo:7.0-windowsservercore
Content Digest
sha256:3c086207c346a0e767c68b891f66cb72c459a461c166e60e8a49e0f3de94506c
Details
Created

2026-06-12 19:17:02 UTC

Size

2.7 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

110a4774e93dd3dd253725f18bc87b77468521875d7448ca5f79fb1d5045cedc

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.37


Layers

[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 52.47% (1.42 GB)

[#001] sha256:2ee71d57b2226db82d002abc39a97b7dd144f007db435566364a0285bf115b83 - 26.04% (721 MB)

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

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

[#004] sha256:3e06e0ee86ec37503073a9fbd12d32eacc908c3c11e1d5ad49f9938ed50deb2e - 0.0% (1.25 KB)

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

[#006] sha256:82ce48c312ba0bce59e76d997616e69be954527c444159c080d7ed037e41ff2f - 21.49% (595 MB)

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

[#008] sha256:e1e1ddad0f55447ffb460e0fd19e7111d65907ab23e50eda42b076915cb07113 - 0.0% (1.27 KB)

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


History
2026-01-11 09:57:36 UTC

Apply image 10.0.26100.32230

2026-06-07 07:36:39 UTC

Install update 10.0.26100.32995

2026-06-12 19:14:31 UTC

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

2026-06-12 19:14:33 UTC

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

2026-06-12 19:14:35 UTC

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

2026-06-12 19:14:36 UTC

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

2026-06-12 19:16: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.';

2026-06-12 19:17:00 UTC

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

2026-06-12 19:17:01 UTC

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

2026-06-12 19:17:02 UTC

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

Details
Created

2026-06-12 19:25:43 UTC

Size

2.57 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

110a4774e93dd3dd253725f18bc87b77468521875d7448ca5f79fb1d5045cedc

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.37


Layers

[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 54.03% (1.39 GB)

[#001] sha256:6897a04901ec162be0eabd7eb636b5ac50d6e37c880f1db618610f2d777b1ce6 - 23.33% (613 MB)

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

[#003] sha256:3f7bb95fea82afd2ee058d362c1c1b5012f4d7f3d85cc98ea4b149f095f9f965 - 0.0% (1.29 KB)

[#004] sha256:4f1ab4d34fba95f0ca4d719f1a9ab1e246634ecd8764eb542ac806c1aeb2b456 - 0.0% (1.3 KB)

[#005] sha256:41355ebd13141bedf709b5a43f1334870effa4c0ea8fb02c6e73b36458dca3a3 - 0.0% (1.29 KB)

[#006] sha256:a80269167abc9f73a3dc8576c12bd844fcfe41daa80788e8b6215d5fc5950b5e - 22.64% (595 MB)

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

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

[#009] sha256:9f33e29c4d4c1775ab97ef01dd4e1c2a4c9029117f86428ead2e38a707d7b699 - 0.0% (1.28 KB)


History
2025-10-09 07:51:18 UTC

Apply image 10.0.20348.4294

2026-06-07 06:43:23 UTC

Install update 10.0.20348.5256

2026-06-12 19:23:25 UTC

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

2026-06-12 19:23:28 UTC

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

2026-06-12 19:23:29 UTC

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

2026-06-12 19:23:30 UTC

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

2026-06-12 19:25:41 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.';

2026-06-12 19:25:42 UTC

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

2026-06-12 19:25:43 UTC

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

2026-06-12 19:25:43 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