Namespace
library
Image / Tag
mongo:7.0.25-windowsservercore-ltsc2022
Content Digest
sha256:c083973cfcefd3ec0530bec7f8d571940387f57aa28462d3739ea2a9afb0f440
Details
Created

2025-11-11 19:28:02 UTC

Size

2.22 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

a6e4b64f4130bd82642eafc83a3644ebb7425c0c26ce7d445ed95da4a9767613

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.25


Layers

[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 62.35% (1.39 GB)

[#001] sha256:3a26269efcb0f33c920b21f98d305592e7310bbe548291a16043e48a0c1feba5 - 11.76% (268 MB)

[#002] sha256:70aabc77fca6e58c9fad9b2f632ef6fdeae222e4bb5e10c680ce09770b8791bb - 0.0% (1.28 KB)

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

[#004] sha256:7b0254bfe3c58bcf729fbd1efdeabc1c102f3129d43b81580271c0eaf0c7b2e6 - 0.0% (1.28 KB)

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

[#006] sha256:c150dade0209aaef5cfd880c83369b341562ece428343dd915ba87919b56e3aa - 25.89% (590 MB)

[#007] sha256:313991a79ca74bb1765447ff6c77ac665934f1c35dd1414b91435c5cc8cfb25b - 0.0% (1.28 KB)

[#008] sha256:15122a42c65d0d11c03296f7a3ac799ef70ada6754e90fe32d20c0efe141d8be - 0.0% (1.25 KB)

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


History
2025-10-09 07:51:18 UTC

Apply image 10.0.20348.4294

2025-11-05 05:39:13 UTC

Install update 10.0.20348.4405

2025-11-11 19:24:06 UTC

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

2025-11-11 19:26:31 UTC

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

2025-11-11 19:26:31 UTC

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

2025-11-11 19:26:32 UTC

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

2025-11-11 19:27: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-11-11 19:28:00 UTC

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

2025-11-11 19:28:01 UTC

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

2025-11-11 19:28:02 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