Namespace
library
Image / Tag
mongo:5.0-rc-windowsservercore
Content Digest
sha256:850066e1aaf59d7e34c1b7f549dcfc4cf14675cd446136a0f0eedde7846bdc7e
Details
Created

2025-01-22 20:37:35 UTC

Size

2.62 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

598aed12e48cab241ef048580d624fbbc78c24b947e56e5702e9a8cedba0476d

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

5.0.31-rc1


Layers

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

[#001] sha256:19fa0da9c657652b5d0879f62221964dd2e8f7c37691ba99bce37494e109b27e - 10.13% (272 MB)

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

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

[#004] sha256:5204581cdd408888ed4487b8a2fc7629efbd531614996bd267cf8bc0d05ca960 - 0.0% (1.26 KB)

[#005] sha256:0fca73cb132fcf9ed5e959056bb243d94ecb6c83e427223fac49e67f021348b1 - 0.0% (1.29 KB)

[#006] sha256:c913dc6ac7b7352808873643970cf7be54744d06ec4db573bd46abded66b2fe3 - 11.14% (299 MB)

[#007] sha256:417c5a86d526d532d02a84c96edcab4a5c2d8108afe911e95f46939d27f6e4d6 - 0.0% (1.34 KB)

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

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


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

Apply image 10.0.26100.2605

2025-01-13 03:08:16 UTC

Install update 10.0.26100.2894

2025-01-22 20:36:36 UTC

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

2025-01-22 20:36:38 UTC

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

2025-01-22 20:36:39 UTC

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

2025-01-22 20:36:41 UTC

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

2025-01-22 20:37: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=Client,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 ' mongo --version'; mongo --version; 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-01-22 20:37:33 UTC

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

2025-01-22 20:37:33 UTC

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

2025-01-22 20:37:35 UTC

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

Details
Created

2025-01-16 17:31:00 UTC

Size

2.4 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

598aed12e48cab241ef048580d624fbbc78c24b947e56e5702e9a8cedba0476d

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

5.0.31-rc1


Layers

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

[#001] sha256:440cf16a6c1eb5c6c232aa5e54099878e9ddb01fb83b65139ec4e2618d1e00de - 31.06% (763 MB)

[#002] sha256:6907fffbf06a8f5b14a171e74f85423d3b7eb6b0c069a350b5c0faa532c1c13e - 0.0% (1.25 KB)

[#003] sha256:808733d612a25f33b075bdbaf22208a806c2ed87e2dd3cb53084f161635a6a89 - 0.0% (1.25 KB)

[#004] sha256:f64b75a30a8f415889826de204c0f6dd8002468cb9d42540f859e136d8d35e9e - 0.0% (1.25 KB)

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

[#006] sha256:3d5e386c0a401e8c450a0b76f792e4ae8943f19db7d14bd8ef194371f2940323 - 12.17% (299 MB)

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

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

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


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

Apply image 10.0.20348.2700

2025-01-12 10:10:43 UTC

Install update 10.0.20348.3091

2025-01-16 17:30:14 UTC

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

2025-01-16 17:30:14 UTC

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

2025-01-16 17:30:15 UTC

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

2025-01-16 17:30:16 UTC

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

2025-01-16 17:30:52 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=Client,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 ' mongo --version'; mongo --version; 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-01-16 17:30:56 UTC

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

2025-01-16 17:30:59 UTC

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

2025-01-16 17:31:00 UTC

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

Details
Created

2025-01-16 17:34:05 UTC

Size

2.27 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

598aed12e48cab241ef048580d624fbbc78c24b947e56e5702e9a8cedba0476d

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

5.0.31-rc1


Layers

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

[#001] sha256:09e6adf68d473b439b895dbef289349826f793d13a35d136c1e4a98b09d23cd4 - 16.5% (383 MB)

[#002] sha256:77da04c85c4066ce2bafe042b54e64be2deda3b5c2091529d2a9f502bf95d533 - 0.0% (1.3 KB)

[#003] sha256:ae3afd05b7b0f7178f9c2b588c1f92620609107bdd0d0fa0696dfffa0b73bd32 - 0.0% (1.35 KB)

[#004] sha256:3c8b654c50762dadd003dfc0a335cbf837110432a355be6b3b9eb3b1762074d7 - 0.0% (1.26 KB)

[#005] sha256:b0d0346b6783141600cfe88220ea0d8bd972df175d8f074219d4e613152cf4b9 - 0.0% (1.37 KB)

[#006] sha256:eff18cac0b636ea6a5f289f9f06e8ed830656817098f6cf5fdda346bbd0d82ca - 12.87% (299 MB)

[#007] sha256:21545b80349d474a7ffbeb3c70d90462d01446150f5087d7263c8258cece0b57 - 0.0% (1.27 KB)

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

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


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

Apply image 10.0.17763.6293

2025-01-09 09:46:25 UTC

Install update 10.0.17763.6775

2025-01-16 17:32:34 UTC

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

2025-01-16 17:32:36 UTC

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

2025-01-16 17:32:36 UTC

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

2025-01-16 17:32:37 UTC

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

2025-01-16 17:34:02 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=Client,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 ' mongo --version'; mongo --version; 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-01-16 17:34:03 UTC

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

2025-01-16 17:34:04 UTC

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

2025-01-16 17:34:05 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