Tag

library/mongo:8.3.2-windowsservercore
Content Digest: sha256:9d0b15746b54b8d69a8122a44e11e00ef2fbe15d6753af15c91c4fcbecd36f83
Manifests
Details
Content Digest

sha256:49289108ace46e8a3f37239415dcf394826abdf79d5346cf9b3082082bc3aa6c

Created

2026-06-09 22:25:22 UTC

Size

2.98 GB


Environment
MONGO_DOWNLOAD_SHA256

f2af413beb2fa9287b804c70f109563717a6fcdefe905562ca8eeee9762485a7

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.3.2


Layers

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

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

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

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

[#004] sha256:0127b49ee8df80f095835db8d9d713fadc6904180bc4a0c2e200566c0dc3e7ea - 0.0% (1.23 KB)

[#005] sha256:9cd293e1ac3c1e6df67bcb5f9749bae59ecfda2113c9c2f206814d46c9fe9c6d - 0.0% (1.28 KB)

[#006] sha256:bbf8e5f63c39a575f35d4318bc2087b265dd58682c70cbe5e41073fb32abdeac - 28.75% (877 MB)

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

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

[#009] sha256:0274dd854e24ae470cd2ec135c555267dafae779c87ef52cda92a046e6b317fa - 0.0% (1.23 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-09 22:23:15 UTC

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

2026-06-09 22:23:15 UTC

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

2026-06-09 22:23:15 UTC

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

2026-06-09 22:23:16 UTC

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

2026-06-09 22:25:21 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-09 22:25:22 UTC

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

2026-06-09 22:25:22 UTC

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

2026-06-09 22:25:22 UTC

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

Details
Content Digest

sha256:677bf0bfdf2a94969fc529a43c0a220e8ff37e8ae51cdb135f6731bc3ea5d50c

Created

2026-06-09 22:26:19 UTC

Size

2.84 GB


Environment
MONGO_DOWNLOAD_SHA256

f2af413beb2fa9287b804c70f109563717a6fcdefe905562ca8eeee9762485a7

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.3.2


Layers

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

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

[#002] sha256:d09f22a9628ef0d5b0cc16feadb876572bfdd0fed92378ff8e8777f451c62ae3 - 0.0% (1.32 KB)

[#003] sha256:4698e439b5bf357205658ffd0c41618cef637e8a8240204ae2b08672ed2f9f9e - 0.0% (1.28 KB)

[#004] sha256:1eca306c2df29b4b1425f0f4adcdb8a512313848833c4f45b4004a1cab299464 - 0.0% (1.29 KB)

[#005] sha256:6b56f8806dac4037d3c86cf0c3a1616eb8b2eb6819c2a3c01ecb5acc8a8c6556 - 0.0% (1.3 KB)

[#006] sha256:d4e7203e0fa65e3ccd189531d039ca6bfd8d87f039ca3f4f893d045882236ffc - 30.14% (877 MB)

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

[#008] sha256:9ba1be10227e1eaba262acf9b12c7e0441854169df128c54789e525511d35bea - 0.0% (1.26 KB)

[#009] sha256:ade5749a2b9b2da574c8cbc3b8f43f07ac9c3b03aaa008bed8b0ab38cc6ece5f - 0.0% (1.29 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-09 22:09:21 UTC

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

2026-06-09 22:22:27 UTC

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

2026-06-09 22:22:28 UTC

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

2026-06-09 22:22:29 UTC

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

2026-06-09 22:26:15 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-09 22:26:18 UTC

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

2026-06-09 22:26:19 UTC

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

2026-06-09 22:26:19 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.