Namespace
library
Image / Tag
mongo:8.0.0-rc17-windowsservercore-ltsc2022
Content Digest
sha256:cd2aebd6ba79352ac10cb00ae96020dc19c202ca04bac5351aee3dafc8f17d06
Details
Created

2024-08-13 20:19:26 UTC

Size

2.71 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

784480cb95392566d2556c880608cce2374cf3d45c0885790cb9441eebbd2220

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.0-rc17


Layers

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

[#001] sha256:dcd649075383e8df03ea713dfe59e1205716fbaa14450c10ef0d0a24a7b63669 - 25.91% (718 MB)

[#002] sha256:c63a979c6f92e306cb6a98e4c652320655674d28ec379681b3b548671985e795 - 0.0% (1.29 KB)

[#003] sha256:264b68d87697b930533a9a82d4cccdddcc4ff3aec269e16b8c9cf700f5866e87 - 0.0% (1.25 KB)

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

[#005] sha256:5be225413d07727448cfb1fd3653bc236d949fd315944ec1d87d013c51c3b96a - 0.0% (1.26 KB)

[#006] sha256:2760d16713a8e780a57a6391fe2444988ed4fc3dd24cd55e9bde8a52a28e4ed5 - 26.32% (730 MB)

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

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

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


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

Apply image 10.0.20348.1787

2024-08-10 19:49:59 UTC

Install update 10.0.20348.2655

2024-08-13 20:17:43 UTC

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

2024-08-13 20:17:44 UTC

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

2024-08-13 20:17:45 UTC

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

2024-08-13 20:17:46 UTC

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

2024-08-13 20:19:24 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-08-13 20:19:25 UTC

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

2024-08-13 20:19:26 UTC

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

2024-08-13 20:19:26 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