Namespace
library
Image / Tag
mongo:8.0.6-windowsservercore-ltsc2025
Content Digest
sha256:d8ffc4254fbc239a334bb00c8f1c1f01fa801173c2bf1fe281c7fc21798d04fd
Details
Created

2025-04-09 00:47:22 UTC

Size

3.88 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

c90e72bd480ba96934708a90e456080732b473665abc8bfbe828b33b833f8a70

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.6


Layers

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

[#001] sha256:761846874dadc4dd9490d5635a266306989ac061986d0e4bcfe36a76ef6888b8 - 28.32% (1.1 GB)

[#002] sha256:3974fd75c3e06c04069eb1310e884f7e379f52f24ae0dc8c8a3dc5f9e7a931c3 - 0.0% (1.26 KB)

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

[#004] sha256:6aff941b9ee7c227f1fd8fa9d8ae9fa8370cd6311c35e7b9b5fd11c5e86593e4 - 0.0% (1.33 KB)

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

[#006] sha256:a1c6296abcd9b80f37191b949ad5deb20f16f8d8c65039ceb8d4a436f3105e4d - 18.5% (735 MB)

[#007] sha256:a09f7d5062e0135c40de1b76310e561d8861d4dcf317af8a612acec19c7a5a98 - 0.0% (1.33 KB)

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

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


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

Apply image 10.0.26100.2605

2025-04-06 07:48:58 UTC

Install update 10.0.26100.3775

2025-04-09 00:45:40 UTC

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

2025-04-09 00:45:41 UTC

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

2025-04-09 00:45:42 UTC

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

2025-04-09 00:45:43 UTC

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

2025-04-09 00:47:18 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-04-09 00:47:19 UTC

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

2025-04-09 00:47:21 UTC

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

2025-04-09 00:47:22 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