Namespace
library
Image / Tag
mongo:8.2.2-windowsservercore
Content Digest
sha256:430418b0bbb57dc7defe17775cd347fea8fe69d3051974a4dd3014b89de39f07
Details
Created

2025-11-19 23:56:50 UTC

Size

3.77 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

18d03762e564968a862c4ed2c838cf8ffbcb66a7f87eb298ba7ffcbe363c8388

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.2.2


Layers

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

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

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

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

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

[#005] sha256:5794ba848569601bf61a723eeea638ad482f925413fb993edd8bc044c4e4270b - 0.0% (1.32 KB)

[#006] sha256:d5da6070edc6befe79354fc7f3adf1ec3444b984e3f836b21e777a7a06056dd5 - 20.12% (777 MB)

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

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

[#009] sha256:3af655d8fba91e9daae9d2013fbfe7689fa233678a2f7ea46aa569708154e983 - 0.0% (1.26 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-19 23:54:30 UTC

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

2025-11-19 23:54:31 UTC

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

2025-11-19 23:54:32 UTC

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

2025-11-19 23:54:32 UTC

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

2025-11-19 23:56:49 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-19 23:56:49 UTC

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

2025-11-19 23:56:50 UTC

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

2025-11-19 23:56:50 UTC

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

Details
Created

2025-11-19 23:58:34 UTC

Size

2.41 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

18d03762e564968a862c4ed2c838cf8ffbcb66a7f87eb298ba7ffcbe363c8388

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.2.2


Layers

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

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

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

[#003] sha256:8e0c0e33e6bfc51a70628b44bba2d0fa04e4b8f2c59095e03e1efa96cff2426c - 0.0% (1.29 KB)

[#004] sha256:01ffc2972e585af7ac55d34b62decc54aa571347d6c6b069fab51a369f7bbc61 - 0.0% (1.29 KB)

[#005] sha256:95282f98af554c4d12f0fa90d176aea377b9b483245eb76ebc625b165c179971 - 0.0% (1.3 KB)

[#006] sha256:8d47908be1a8485fd079913f8dea887f48a7d906f1fd19f284758a64698e0310 - 31.53% (777 MB)

[#007] sha256:59637fb7709712d69577868aa4445843533a04b4ae67d16d8e9c6e683f63fa97 - 0.0% (1.29 KB)

[#008] sha256:b8fa27a376daa005f9ac106279f5d254ac4c6a3fc88069b4e2076a76709eabdf - 0.0% (1.28 KB)

[#009] sha256:5f848801bcac08374f263f58b220f54ffb19991b74a03d8b6317db1324bbb089 - 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-19 23:54:46 UTC

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

2025-11-19 23:54:47 UTC

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

2025-11-19 23:54:48 UTC

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

2025-11-19 23:54:49 UTC

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

2025-11-19 23:58:32 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-19 23:58:33 UTC

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

2025-11-19 23:58:33 UTC

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

2025-11-19 23:58:34 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