Namespace
library
Image / Tag
mongo:8.0.6-rc2-windowsservercore
Content Digest
sha256:7b9b7ab2d183f077c162b5ec6e60991d4d524c3ebfd99da4011a3616389ef173
Details
Created

2025-03-13 22:35:17 UTC

Size

3.43 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

14eef4c27881f9c1d60abfe8e5958a799e64384a63adc1252dcb856a676360e4

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.6-rc2


Layers

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

[#001] sha256:325ca01145f0fc17834eb1871e37e4a03c69b868e3eb071bf21be6413d720e5e - 18.84% (661 MB)

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

[#003] sha256:56a3e8e81869e1e3bd37a8086329691d2f62df87a945500b46136af1eb83b14f - 0.0% (1.26 KB)

[#004] sha256:1602f920d67844c6466198b9653cd37cdac27eb4d98d691c870f67d41b8a59c7 - 0.0% (1.27 KB)

[#005] sha256:9099e7583db432196ae2fbc5ef141963cb44163fd306544e7682c1e7f9b784eb - 0.0% (1.28 KB)

[#006] sha256:51f54e33a0a905078892ed902f66506ddd3f1187f894b4000bb2d7dc75aede24 - 20.95% (735 MB)

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

[#008] sha256:47ee051a56c378b3fa9f6793684f71d855a0c65c69b15c39d322df64d03ee00d - 0.0% (1.25 KB)

[#009] sha256:c554f477b812116aa816a867fc2a8deb7412fd398dcdd267b38ac3cb50a43830 - 0.0% (1.25 KB)


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

Apply image 10.0.26100.2605

2025-03-07 06:08:48 UTC

Install update 10.0.26100.3476

2025-03-13 22:33:35 UTC

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

2025-03-13 22:33:36 UTC

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

2025-03-13 22:33:36 UTC

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

2025-03-13 22:33:37 UTC

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

2025-03-13 22:35: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.';

2025-03-13 22:35:16 UTC

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

2025-03-13 22:35:16 UTC

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

2025-03-13 22:35:17 UTC

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

Details
Created

2025-03-13 22:39:46 UTC

Size

2.83 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

14eef4c27881f9c1d60abfe8e5958a799e64384a63adc1252dcb856a676360e4

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.6-rc2


Layers

[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 48.09% (1.36 GB)

[#001] sha256:75861b2b3af9a692daa04d9c15a1c79d8a009e23ed5140003350c9b926460f09 - 26.57% (770 MB)

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

[#003] sha256:792640724ec641078f08c05d29608112041c89945120f9c5b8acdc91c135b1f3 - 0.0% (1.25 KB)

[#004] sha256:7c98180543c36346ec3c421f93abb06808e2a049ca0f793e8459e491d113032f - 0.0% (1.26 KB)

[#005] sha256:ec335d253bc39c2c06a2d3e988dcef4442994054cfbc0657287df2e5839ec125 - 0.0% (1.25 KB)

[#006] sha256:8453e89f3cbca2917cbb007f35d8459011fb63af37322289bca437907c51c9b9 - 25.35% (735 MB)

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

[#008] sha256:689ec1da925f7201362e89ccf91bfb4f36dfac562d6c9119e6592066a3538348 - 0.0% (1.26 KB)

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


History
2024-09-06 00:01:38 UTC

Apply image 10.0.20348.2700

2025-03-06 10:49:01 UTC

Install update 10.0.20348.3328

2025-03-13 22:38:19 UTC

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

2025-03-13 22:38:20 UTC

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

2025-03-13 22:38:21 UTC

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

2025-03-13 22:38:22 UTC

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

2025-03-13 22:39: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.';

2025-03-13 22:39:44 UTC

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

2025-03-13 22:39:45 UTC

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

2025-03-13 22:39:46 UTC

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

Details
Created

2025-03-13 22:37:24 UTC

Size

2.72 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

14eef4c27881f9c1d60abfe8e5958a799e64384a63adc1252dcb856a676360e4

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.6-rc2


Layers

[#000] sha256:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 58.87% (1.6 GB)

[#001] sha256:c77bec5e4bac3c7f6dc5d56da5ffc11e72881485b3a55330c17c915ad653f955 - 14.76% (411 MB)

[#002] sha256:6b0d50136bf875b605809d3e6860ede15cc69de5de3d7e60802042edf0ee6b4d - 0.0% (1.26 KB)

[#003] sha256:ec6ad36f81b8bd0b6d3e583f8cc0b089f4533e28b307495f97f995260d01f681 - 0.0% (1.27 KB)

[#004] sha256:fae18254e327ebb25f78baa7a88b4445b896a6341aea7b162ced4d2395e9a860 - 0.0% (1.27 KB)

[#005] sha256:a7cc076be1cd11d1700d8e19033653ee7652bd36b89effea73be7e794f0f84e2 - 0.0% (1.27 KB)

[#006] sha256:5f84e73da531d94118a14ef13aa6f1076375bbd3a41643e32290339c70ffc257 - 26.37% (735 MB)

[#007] sha256:71f80a72f8dad0d5ab712c828e24e7308c7432304f42b3b1435afcba41ec6e82 - 0.0% (1.27 KB)

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

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


History
2024-09-06 01:15:31 UTC

Apply image 10.0.17763.6293

2025-03-05 22:09:20 UTC

Install update 10.0.17763.7009

2025-03-13 22:34:52 UTC

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

2025-03-13 22:34:54 UTC

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

2025-03-13 22:34:55 UTC

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

2025-03-13 22:34:55 UTC

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

2025-03-13 22:37: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.';

2025-03-13 22:37:22 UTC

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

2025-03-13 22:37:23 UTC

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

2025-03-13 22:37:24 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