Namespace
library
Image / Tag
mongo:7.0.23-rc1-windowsservercore
Content Digest
sha256:b108c74a33e5777e456bb2dd70d3b95d484bf9dcae0e4856e175097ee8f8f014
Details
Created

2025-08-12 20:29:04 UTC

Size

3.83 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

9faec6c49a5201c3ee331e02e11b8f8681bb7b222507165c994d85782b3902c8

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.23-rc1


Layers

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

[#001] sha256:203c144449ed67b479a4424fa1d1138f1c8909f1e47a45a6500d4d7f7d058549 - 31.18% (1.2 GB)

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

[#003] sha256:2230c77b6875177a13d9c59bf4bf5b167b21f76e595ff3e18c8d3dd9dc95d8e4 - 0.0% (1.26 KB)

[#004] sha256:84e92aee457c6266cae2bd7f29b4e1418d36a641551344021151f3c9630d43d0 - 0.0% (1.3 KB)

[#005] sha256:9bc4e66c9a3584b6e9bf85cd215fad2708a29bc9c6a0bf5cdd9cbf52924946fe - 0.0% (1.33 KB)

[#006] sha256:5b063bbdd5b3cb50483986fae7492fd903a87798f52e460bf4248c948b90294b - 15.01% (589 MB)

[#007] sha256:7b70578d832e3a0539e83a44aae2f0c69a8574742d1edf53ef877dc4a30f857e - 0.0% (1.3 KB)

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

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


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

Apply image 10.0.26100.2605

2025-08-10 03:12:45 UTC

Install update 10.0.26100.4946

2025-08-12 20:27:50 UTC

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

2025-08-12 20:27:50 UTC

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

2025-08-12 20:27:50 UTC

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

2025-08-12 20:27:51 UTC

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

2025-08-12 20:28:59 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-12 20:29:03 UTC

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

2025-08-12 20:29:04 UTC

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

2025-08-12 20:29:04 UTC

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

Details
Created

2025-08-12 20:33:58 UTC

Size

2.7 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

9faec6c49a5201c3ee331e02e11b8f8681bb7b222507165c994d85782b3902c8

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.23-rc1


Layers

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

[#001] sha256:06b9b30319b49e62edeeff59663c236bf6a406712417e8a1be70ae07afd76e2c - 28.26% (782 MB)

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

[#003] sha256:29d0b6328e2159257b592663e378540d0653906ad4ace2dffa98847f686059c7 - 0.0% (1.25 KB)

[#004] sha256:94a1aee3bb9d5e13f45f25555baad67c33a5720cde4f5d2eae6128d0165f079b - 0.0% (1.26 KB)

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

[#006] sha256:5dec3b3f318b03bf8a26f909121a5097ae909231d6ee7c6838f332486ee94703 - 21.31% (589 MB)

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

[#008] sha256:9ecab6c8597874b8b15341403d1928f2d305157193c1a8b10493e31621be46f9 - 0.0% (1.25 KB)

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


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

Apply image 10.0.20348.2700

2025-08-08 18:40:34 UTC

Install update 10.0.20348.4052

2025-08-12 20:32:53 UTC

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

2025-08-12 20:32:55 UTC

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

2025-08-12 20:32:56 UTC

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

2025-08-12 20:32:58 UTC

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

2025-08-12 20:33:50 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-12 20:33:55 UTC

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

2025-08-12 20:33:56 UTC

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

2025-08-12 20:33:58 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