Namespace
library
Image / Tag
mongo:7.0.22-rc0-windowsservercore-ltsc2022
Content Digest
sha256:31aaad040491ce47f5d00cf4e6dbd3de50de9e684d3723b8559cae00f30dcfa5
Details
Created

2025-07-11 23:09:14 UTC

Size

2.7 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

4530cc58b386ade2edcdb2c9a89073fabab11f904a62f28c3f5e5ea24b4e8ef0

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.22-rc0


Layers

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

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

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

[#003] sha256:402bc5c32b9434b4aad5598c63ca3ef5d67a02ccaddec81dab06399946927586 - 0.0% (1.25 KB)

[#004] sha256:8885d96a713c5f12b4df99f675938e2f1413159e6b4068fadade3c64dbbe0b93 - 0.0% (1.26 KB)

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

[#006] sha256:a990b1b73452352136364a4ddbe6cfae234806c5e6f751ac53736d49f10248c8 - 21.27% (588 MB)

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

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

[#009] sha256:793698fdc5cfbe8048f252fb09189d63eed471beb7e2ba4eb99efa25c0adbaf1 - 0.0% (1.26 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-07-11 23:08:01 UTC

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

2025-07-11 23:08:02 UTC

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

2025-07-11 23:08:04 UTC

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

2025-07-11 23:08:05 UTC

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

2025-07-11 23:09:11 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-07-11 23:09:12 UTC

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

2025-07-11 23:09:13 UTC

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

2025-07-11 23:09:14 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