Namespace
library
Image / Tag
mongo:7.0.13-rc0-windowsservercore-ltsc2022
Content Digest
sha256:abfc5a6181296b92ac1a6448f8c685de1730775a33fe2d7398c51a0b4db1f897
Details
Created

2024-08-07 00:00:09 UTC

Size

2.56 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

86b878731b6d156dee7e6511a41db92b4cb57bff08fe011ba0e6c38264b91bf2

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.13-rc0


Layers

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

[#001] sha256:5f0206d135152eb909f50159d6ca348a5aead199afacbafc000b770c1b0720f6 - 27.32% (716 MB)

[#002] sha256:e63fc76f52394b8d872dca8e700e536ef2e890795df3d6008d3e56d3161174aa - 0.0% (1.28 KB)

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

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

[#005] sha256:3b30cea399934aa2dbf6644ba2e4a96414ff318cf2490c9ce47bb3b28c02f107 - 0.0% (1.25 KB)

[#006] sha256:15fc9507d3b0d98520b10396d1eb13d8f36d51de921b3df8a3dee4dd546ba8f2 - 22.16% (581 MB)

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

[#008] sha256:e5673b5ed716669f36cb81d753c934b5993e8d0cd27c2dc7df429e2a67ee44b6 - 0.0% (1.25 KB)

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


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

Apply image 10.0.20348.1787

2024-07-03 10:07:02 UTC

Install update 10.0.20348.2582

2024-08-06 23:57:44 UTC

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

2024-08-06 23:57:45 UTC

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

2024-08-06 23:57:46 UTC

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

2024-08-06 23:57:47 UTC

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

2024-08-07 00:00:06 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-07 00:00:07 UTC

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

2024-08-07 00:00:08 UTC

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

2024-08-07 00:00:09 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