Namespace
library
Image / Tag
mongo:6.0.13-rc0-windowsservercore-ltsc2022
Content Digest
sha256:60ad70c0666f51d90077559a238fddf1590d2e277846bd7f6b7f66f0cded4a32
Details
Created

2024-01-11 00:03:49 UTC

Size

2.25 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

08cfe4776b8d0901654912a0bb5cd0bd5b50e6f6eeaf8890e7e76172c22c5111

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.13-rc0


Layers

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

[#001] sha256:a97a84f9ecb04e6f34ca7d17667bf0abbd83ea39301725226a2352330b4402d3 - 21.15% (488 MB)

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

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

[#004] sha256:dd438e4615514126da97e77e7797f8373ff758ab2224336fae1a1a13b131bda5 - 0.0% (1.29 KB)

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

[#006] sha256:acea57f1ed1beb79f6b4ac97a27eb81264a05d6e01d41309e238c452d4e4553b - 21.46% (495 MB)

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

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

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


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

Apply image 10.0.20348.1787

2024-01-04 03:43:51 UTC

Install update 10.0.20348.2227

2024-01-11 00:02:31 UTC

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

2024-01-11 00:02:32 UTC

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

2024-01-11 00:02:32 UTC

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

2024-01-11 00:02:33 UTC

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

2024-01-11 00:03:44 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-01-11 00:03:46 UTC

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

2024-01-11 00:03:48 UTC

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

2024-01-11 00:03:49 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