Namespace
library
Image / Tag
mongo:8.0.0-rc5-windowsservercore-ltsc2022
Content Digest
sha256:3d4b457addeec8a6cb62a5cc8933653c664a95b75c58cbe32ca0ee01a875246e
Details
Created

2024-05-29 22:04:11 UTC

Size

2.68 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

7de06b16e2fd93b2fe5ff1b6378f98eeb67a0d55723873d21a3547f296fcd202

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.0-rc5


Layers

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

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

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

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

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

[#005] sha256:0d031aca3a42140b8fd87191a2ecbf5044becde4bb733cf96b4ef1d454793a74 - 0.0% (1.27 KB)

[#006] sha256:4a4228fa595e2dd0a911a4302d71ab4740baf180fa219a50e2e09dc8e754a8ac - 26.48% (726 MB)

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

[#008] sha256:184c342b2107b487cf569021d6135c0e873c80d907ce55a4eb2605d6e5c8ced2 - 0.0% (1.28 KB)

[#009] sha256:c357a02412e1c1c9fe5ea9600b97379c1fcc24ea8ec338b7e0c1532307b437f7 - 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:18 UTC

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

2024-05-29 22:01:18 UTC

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

2024-05-29 22:01:19 UTC

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

2024-05-29 22:01:20 UTC

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

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

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

2024-05-29 22:04:11 UTC

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

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