Namespace
library
Image / Tag
mongo:7.0.26-windowsservercore
Content Digest
sha256:557c2a4bc76b6024bcba75bd9c4ff91f32bba60a776f5187c2e7cbd4d7c0e159
Details
Created

2025-11-20 00:02:56 UTC

Size

3.59 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

034920396de70b2fdf95071bbe06f15a237ac74c2a125640e0afba68bf9d73a2

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.26


Layers

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

[#001] sha256:a84ef3b04f81727036fe8b401efc70b6979844e2b78bdf09aa1b68b7ef4edf63 - 26.47% (973 MB)

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

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

[#004] sha256:debe28055eeaef9314b0bc96d471df7b11c766794d396fe7e0b5d4ab27aa274f - 0.0% (1.28 KB)

[#005] sha256:04a583b5f0e25db8c0cf10b43f4d6e45e8dcbc849356f1af8112530e9c68a4b5 - 0.0% (1.3 KB)

[#006] sha256:7e0d45b0f746f0fb1f99dd5a774577f279f3fa21ccd301fdc5083eb26c87bf06 - 16.04% (590 MB)

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

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

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


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

Apply image 10.0.26100.2605

2025-11-09 10:25:55 UTC

Install update 10.0.26100.7171

2025-11-20 00:00:18 UTC

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

2025-11-20 00:00:20 UTC

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

2025-11-20 00:00:21 UTC

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

2025-11-20 00:00:22 UTC

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

2025-11-20 00:02:55 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-11-20 00:02:55 UTC

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

2025-11-20 00:02:56 UTC

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

2025-11-20 00:02:56 UTC

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

Details
Created

2025-11-20 00:11:12 UTC

Size

2.22 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

034920396de70b2fdf95071bbe06f15a237ac74c2a125640e0afba68bf9d73a2

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.26


Layers

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

[#001] sha256:3a26269efcb0f33c920b21f98d305592e7310bbe548291a16043e48a0c1feba5 - 11.76% (268 MB)

[#002] sha256:ac7f56443bcbb98aa15175376dca79bb1d2e12f947812e031aa5c7faf0352175 - 0.0% (1.28 KB)

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

[#004] sha256:0c25e50fc8a67e48861be2eec05f48905df59ded7df1f37216dc405c52d5d810 - 0.0% (1.3 KB)

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

[#006] sha256:f98a73d93ff7cd7f5a9a2c2fc27ba67dc4ff7051d12fb256c91a297cf8b4b0b2 - 25.89% (590 MB)

[#007] sha256:565edfaf0a6aae96e5557e25e591b4f0093c5c7e6ff2abd84fc0f92d3ea644b9 - 0.0% (1.29 KB)

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

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


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

Apply image 10.0.20348.4294

2025-11-05 05:39:13 UTC

Install update 10.0.20348.4405

2025-11-20 00:02:48 UTC

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

2025-11-20 00:02:50 UTC

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

2025-11-20 00:02:52 UTC

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

2025-11-20 00:02:53 UTC

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

2025-11-20 00:11:06 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-11-20 00:11:08 UTC

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

2025-11-20 00:11:10 UTC

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

2025-11-20 00:11: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