Namespace
library
Image / Tag
mongo:6.0.17-rc0-windowsservercore-ltsc2022
Content Digest
sha256:4feb7090648d170ec09b81ec2985b50ea1a2235273b66823924830df4ec2b48f
Details
Created

2024-08-13 20:23:01 UTC

Size

2.48 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

c694243577bf9becd62b6e0de0d654ece34eceabe09aeb4099deb6a7a3b8805e

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.17-rc0


Layers

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

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

[#002] sha256:55e809138eb63a461de9efcbcff04e3bf270ca56c0c2731884f903b4d5b7e326 - 0.0% (1.25 KB)

[#003] sha256:45e90dc3267481245974cdb7d2e3fe36d8c2c3be3b62e1f8f91caf3121183d43 - 0.0% (1.25 KB)

[#004] sha256:dc795a6806438b5f9c6f1c5775957e23ad661fdafa840492c3a1562b32ecc8ff - 0.0% (1.3 KB)

[#005] sha256:722db038998adeec7e7e581f4d4bd4a73e680491964aa891826077e1770c6caf - 0.0% (1.25 KB)

[#006] sha256:f774f4059f1be03034355c31cec8b7379c4b80bfc7dfc640183ebf5a02d2e96b - 19.67% (500 MB)

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

[#008] sha256:e2c2ee0a9a3b2cab0fd5fcbbbbf8f0775ad30c80318d789d0795bcc6a9c432d9 - 0.0% (1.27 KB)

[#009] sha256:c91f651b0bb58df1a4b37864d00df0a98fe14abbb880cdfbda3970c37772e835 - 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:21:48 UTC

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

2024-08-13 20:21:49 UTC

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

2024-08-13 20:21:50 UTC

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

2024-08-13 20:21:50 UTC

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

2024-08-13 20:22:59 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:23:00 UTC

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

2024-08-13 20:23:00 UTC

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

2024-08-13 20:23:01 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