Namespace
library
Image / Tag
mongo:7.0.15-windowsservercore-ltsc2022
Content Digest
sha256:42e6a42eceee0614921c910f431f6b3baadd8b98228cd37a145bd7668180430b
Details
Created

2024-12-11 20:38:20 UTC

Size

2.67 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

db61d1e382ab03ee98dcef1a65c4065efc4eb9eba2733852828670cfce23db3e

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.15


Layers

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

[#001] sha256:90641eccc9d7a78ab99d123ca3884acb8ffc002eb44bc5e68f261f0810d5202b - 27.63% (755 MB)

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

[#003] sha256:6a699d0315e91f295717cdeaf3f93f8f60dbc731cb985d956330e4f8362ee75a - 0.0% (1.25 KB)

[#004] sha256:696adc76116a090789baa320f594400ae339cddb70df18baf85b431e4d94687a - 0.0% (1.26 KB)

[#005] sha256:a075fb47086e2e737b892ab30a2e9e89790ffaed1a66c5a510e347c735fd81ae - 0.0% (1.31 KB)

[#006] sha256:63a4c734ac1fe6460c86b6e67ed9384eb2ddcf07756628ca08920b4608ba7c81 - 21.34% (583 MB)

[#007] sha256:93bde0e843a487bf7ca9b75c414d5a0ede2847a110bab9d3191994d008f31882 - 0.0% (1.26 KB)

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

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


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

Apply image 10.0.20348.2700

2024-12-05 01:36:58 UTC

Install update 10.0.20348.2966

2024-12-11 20:37:08 UTC

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

2024-12-11 20:37:09 UTC

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

2024-12-11 20:37:10 UTC

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

2024-12-11 20:37:10 UTC

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

2024-12-11 20:38:15 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.';

2024-12-11 20:38:18 UTC

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

2024-12-11 20:38:19 UTC

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

2024-12-11 20:38:20 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