Namespace
library
Image / Tag
mongo:7.0.15-rc1-windowsservercore-ltsc2022
Content Digest
sha256:1e1c83520e44ce1044f8a5b1b98c88ec5bb8820726ac5f94edcd2a4f74e39f7f
Details
Created

2024-10-09 23:02:00 UTC

Size

2.24 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

c5186c48def842aee03dcf8479448c3682d04a5f86841cb95854f09a35b37d4c

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.15-rc1


Layers

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

[#001] sha256:3445b497121718058765c341117a0c1522c51cd65bec8c517981a745ff91f0bf - 13.99% (322 MB)

[#002] sha256:cfe8b608b8388ca45d6c2c7d213473930c28d273662a7d86653fb519f96ede8c - 0.0% (1.25 KB)

[#003] sha256:48a1cb3a63b62450b88be1f65fe4b89ba983299d09fb56af72056cd200a797a3 - 0.0% (1.25 KB)

[#004] sha256:5aecc78226bd9322b8dd26ab77359d3bad8ead5ddea2be68bf5f80c6c94ce9ff - 0.0% (1.25 KB)

[#005] sha256:409653efeba9fec21c48725d51d8c4eb4ed3ea69fc5224e0bccddbc5bf1b9c0b - 0.0% (1.29 KB)

[#006] sha256:4569e0bff4e1332d6ff83d150daf60f2b6dff68712d13a94647d4838a9ad968b - 25.33% (582 MB)

[#007] sha256:593e194001ba946a1ee55418499635d28c642732322e0a65d99b3687cc3f3181 - 0.0% (1.28 KB)

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

[#009] sha256:be61b9937ec54f81018e432af2256fd16b215765bf36bed52e641fa40de649cf - 0.0% (1.25 KB)


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

Apply image 10.0.20348.2700

2024-10-06 04:56:48 UTC

Install update 10.0.20348.2762

2024-10-09 23:00:48 UTC

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

2024-10-09 23:00:49 UTC

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

2024-10-09 23:00:50 UTC

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

2024-10-09 23:00:51 UTC

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

2024-10-09 23:01:57 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-10-09 23:01:58 UTC

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

2024-10-09 23:01:59 UTC

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

2024-10-09 23:02:00 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