Namespace
library
Image / Tag
mongo:7.0.17-windowsservercore-1809
Content Digest
sha256:e89e558ee8968ce410cc6f02591d0c423352c1635a96ecc6417d1b51820588ef
Details
Created

2025-03-12 19:06:43 UTC

Size

2.57 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

4e289d657aea36ecac5fa05a5d82cd1cc377efd75f682a2126ac6473d3a22d12

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.17


Layers

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

[#001] sha256:c77bec5e4bac3c7f6dc5d56da5ffc11e72881485b3a55330c17c915ad653f955 - 15.61% (411 MB)

[#002] sha256:5e727b8b0dd468b0f8fcb6c0341b559a3ca62cd6060ec603070a50d484b5ff18 - 0.0% (1.33 KB)

[#003] sha256:cdb1ae05b64e86bc990a9814be46174a544cd611c0c42de062ccba8d4fa87ffc - 0.0% (1.32 KB)

[#004] sha256:56568cb1fae93d8423ce22429960f2a772bd0c7f7874a6e234c7257185043e47 - 0.0% (1.32 KB)

[#005] sha256:76233a539340692c9dea4c47661f1f1cc812551ab5c01fc2d2ce516286b0d5ab - 0.0% (1.33 KB)

[#006] sha256:e37bd9f6581f92adc7f0e56c98c973c339fa046f2618015fc417fec5d83f7e5d - 22.16% (584 MB)

[#007] sha256:430fa440589a80099ceb572f92d874a22dc7da3b9bf4e18fff3cf42d30a7a34b - 0.0% (1.29 KB)

[#008] sha256:18b3e06bb4820fa39ca77b6ed191700fef2eda222577d712c1bce85ee1f5f7d9 - 0.0% (1.33 KB)

[#009] sha256:4b36d7383edeb7de586a660be2afecdad14ad30a58dcee7600f47241069c0245 - 0.0% (1.34 KB)


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

Apply image 10.0.17763.6293

2025-03-05 22:09:20 UTC

Install update 10.0.17763.7009

2025-03-12 19:04:46 UTC

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

2025-03-12 19:04:48 UTC

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

2025-03-12 19:04:49 UTC

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

2025-03-12 19:04:49 UTC

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

2025-03-12 19:06:42 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-03-12 19:06:42 UTC

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

2025-03-12 19:06:43 UTC

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

2025-03-12 19:06:43 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