Namespace
library
Image / Tag
mongo:7.0.17-rc0-windowsservercore-ltsc2022
Content Digest
sha256:6985a30dcea4d02408b5805d63ffc5512c3fdefe3d52b606814e5af121685123
Details
Created

2025-02-15 00:42:44 UTC

Size

2.68 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

774926fa99d9e2878194a850a13b2f95e6975a9e542cbc1d28765eed54b43b16

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.17-rc0


Layers

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

[#001] sha256:76bc4873980ff6a1dec3c10adb1f289ccf73e4c47c8694420e8ff929f1476ada - 27.87% (765 MB)

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

[#003] sha256:0acc49c5ee56052a398e3ba0f89aad564be7f9495f214b11cd6fb076c1ffc8e1 - 0.0% (1.25 KB)

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

[#005] sha256:29a9bb624042e92d681347bf678f645f21dd240e54eda9979cf22a2bce439703 - 0.0% (1.25 KB)

[#006] sha256:9b54846ce2bfa6e4278a7f0e8895626eeea92f019e2437e1b645301eaf8d6cb7 - 21.3% (585 MB)

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

[#008] sha256:98edec2b534b9a27ee45c5491c024be3ef70d597a7fbf698b593c823814b0b7b - 0.0% (1.28 KB)

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


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

Apply image 10.0.20348.2700

2025-02-07 21:10:03 UTC

Install update 10.0.20348.3207

2025-02-15 00:41:28 UTC

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

2025-02-15 00:41:29 UTC

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

2025-02-15 00:41:29 UTC

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

2025-02-15 00:41:30 UTC

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

2025-02-15 00:42:39 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-02-15 00:42:42 UTC

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

2025-02-15 00:42:43 UTC

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

2025-02-15 00:42:44 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