Namespace
library
Image / Tag
mongo:8.0.13-rc1-windowsservercore
Content Digest
sha256:ca995ea1df6f8ff3b9c209909595a0d688fc2c00596efc7eaf925af95a8be1a7
Details
Created

2025-08-07 19:07:32 UTC

Size

3.98 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

89fede82f9c498a4cb0218b0502ff900462e9e5b6b5afad87f50d3551f4a224c

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.13-rc1


Layers

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

[#001] sha256:49ebc78effce2335b8fe04c34f5f1f3e33e513d5a7831fa81718af6737b3d654 - 29.86% (1.19 GB)

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

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

[#004] sha256:75c2058c45d22156cb1104c89e5e20ef3b204db6ae403e9afcefffe6dcfaf609 - 0.0% (1.29 KB)

[#005] sha256:8bd2f09c73552facec15008d62d43b4eca4e408f65aafa1adf9035492cf5bb94 - 0.0% (1.28 KB)

[#006] sha256:8057d25f368540c9e3c60311cae127e8e812643e75259dd68e5b3e87e732b437 - 18.28% (745 MB)

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

[#008] sha256:a0c9cd6ece9eef20d74a473d3c679edafd5a5f56bb6efa7d246738c628019e57 - 0.0% (1.32 KB)

[#009] sha256:4c2f9706b86d6d97c83578c91c3ea610c19760558121098a2be545c386ff8b4d - 0.0% (1.27 KB)


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

Apply image 10.0.26100.2605

2025-07-05 18:40:54 UTC

Install update 10.0.26100.4652

2025-08-07 19:05:59 UTC

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

2025-08-07 19:06:00 UTC

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

2025-08-07 19:06:00 UTC

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

2025-08-07 19:06:01 UTC

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

2025-08-07 19:07:29 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-08-07 19:07:31 UTC

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

2025-08-07 19:07:32 UTC

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

2025-08-07 19:07:32 UTC

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

Details
Created

2025-08-07 19:03:17 UTC

Size

2.85 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

89fede82f9c498a4cb0218b0502ff900462e9e5b6b5afad87f50d3551f4a224c

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.13-rc1


Layers

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

[#001] sha256:b829944a73d1d8ad37eaa13c64bf9189b6895cc5b45b79bb3563fa325d94b6a7 - 26.73% (780 MB)

[#002] sha256:20fbe0661272ab3b3799340aba5e6da4731737cf68baf75acd243fcacc60a374 - 0.0% (1.24 KB)

[#003] sha256:98736d5a8b19783c26f7bafa9e6a468ccaa1373008598a0fdc1528eced79157c - 0.0% (1.29 KB)

[#004] sha256:e9ecc05fe3549f60869873fcf64c743d564f9be3031d8c529dea9d0766d75e6e - 0.0% (1.24 KB)

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

[#006] sha256:43e0056dbacec0e9c2ccfba62a01e65a80ec28ed3dac1a45a9f65663b9b688c1 - 25.51% (745 MB)

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

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

[#009] sha256:526acf65a2c1134c4a5b26331e4b5c8576f3b108576c82c0fa314a0f1c9e1368 - 0.0% (1.27 KB)


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

Apply image 10.0.20348.2700

2025-07-05 05:31:06 UTC

Install update 10.0.20348.3932

2025-08-07 19:01:47 UTC

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

2025-08-07 19:01:48 UTC

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

2025-08-07 19:01:50 UTC

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

2025-08-07 19:01:51 UTC

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

2025-08-07 19:03:13 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-08-07 19:03:14 UTC

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

2025-08-07 19:03:15 UTC

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

2025-08-07 19:03:17 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