Namespace
library
Image / Tag
mongo:5.0.27-rc0-windowsservercore-ltsc2022
Content Digest
sha256:499441abf352a379b3f57b685c2df2441ad0e12844dedc4e79c1bb91bb5c08f5
Details
Created

2024-05-29 22:04:00 UTC

Size

2.26 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

c16328896733bdef6b9e65ee3d4b33393bd4fec49904de911fecd2499288d5a2

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

5.0.27-rc0


Layers

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

[#001] sha256:ba03114511317f14392dd2ac806678d1f79c73a8a7e0bc64013540e54c22020f - 29.85% (691 MB)

[#002] sha256:02177f9481cd30405459eee3f1375adbf52be26cf77c1dd7e41ef770ac987806 - 0.0% (1.27 KB)

[#003] sha256:9e5e5b4e2c16545e55e4f10855343155650b80776523eebb66574bf494aa8d02 - 0.0% (1.27 KB)

[#004] sha256:976a3a7683a6010a49d9400f483bcbef39e3055f654fb3bdb2bb79bddeaba54f - 0.0% (1.27 KB)

[#005] sha256:18c2741a9a28fdfacf5c239aa0b3d33f3e11edde9656d56e10338e300742ccc4 - 0.0% (1.26 KB)

[#006] sha256:77f53b52c8cb7cbb0391f4c74613a5bdb37fb350c22ed4434759f5b4a342632e - 12.9% (298 MB)

[#007] sha256:1f305b62a9c14d4306f28d2351f4ab60e79ce5c37fe7756c1bd2f6190a39e5da - 0.0% (1.26 KB)

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

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


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

Apply image 10.0.20348.1787

2024-05-10 20:40:01 UTC

Install update 10.0.20348.2461

2024-05-29 22:01:14 UTC

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

2024-05-29 22:01:14 UTC

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

2024-05-29 22:01:15 UTC

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

2024-05-29 22:01:16 UTC

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

2024-05-29 22:03:58 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=Client,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 ' mongo --version'; mongo --version; 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-05-29 22:03:59 UTC

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

2024-05-29 22:03:59 UTC

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

2024-05-29 22:04: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