Namespace
library
Image / Tag
mongo:7.0.9-rc1-windowsservercore-ltsc2022
Content Digest
sha256:aa55018e27aca928116694a5bd0fc551ea0c8c7bdceb8a123f66b2344c8479e7
Details
Created

2024-04-23 23:54:06 UTC

Size

2.44 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

22ac8a980f6c2ce1570bb0f8e9a5a813e2188e6904d9898b5007cb86b864849c

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.9-rc1


Layers

[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 53.05% (1.29 GB)

[#001] sha256:197484daab96ebaf9683bc9230fb0043a8780d2afef249baa386f372a548b76a - 23.33% (582 MB)

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

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

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

[#005] sha256:8959f407a62aa2e7e1445ce0e2ca8ddf9e0780c997c35397979dc8d1a9784015 - 0.0% (1.24 KB)

[#006] sha256:c3827eb1f7e2ce41e4c85fdacfa6825f60488f158c3e0171004e9940ce0afe7d - 23.62% (589 MB)

[#007] sha256:318a7315b41e8ab4041c697a5dd803387b636bfea0f9970278f94f986507c56b - 0.0% (1.27 KB)

[#008] sha256:a6a766ecfd056ea42cbfb82d7cbe2956b6324eedf7f8ab6b1fbf8f1994bedcec - 0.0% (1.26 KB)

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


History
2023-06-08 12:55:20 UTC

Apply image 10.0.20348.1787

2024-04-05 09:25:01 UTC

Install update 10.0.20348.2402

2024-04-23 23:50:25 UTC

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

2024-04-23 23:50:26 UTC

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

2024-04-23 23:50:27 UTC

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

2024-04-23 23:50:28 UTC

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

2024-04-23 23:54:04 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-04-23 23:54:05 UTC

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

2024-04-23 23:54:06 UTC

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

2024-04-23 23:54:06 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