Namespace
library
Image / Tag
mongo:7.0.7-rc0-windowsservercore-ltsc2022
Content Digest
sha256:3e17a41d66ed51ca56532f9d03019ee64e03527b4edbd0817c7ac0f99c3f7981
Details
Created

2024-03-01 00:52:57 UTC

Size

2.35 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

a3242e9532dc2ce3e6379bf0960dc23111fe6672ea8e84e8d0a3354335ebaa93

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.7-rc0


Layers

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

[#001] sha256:855fa6b82f2f8fea22646f0d4aa228ea8cbb8bc562afd14a163a8f3d0eb010e1 - 20.66% (498 MB)

[#002] sha256:01ee67cc34e812eebb3734bde764fdeeb297aa2797a1af83a8923aab530cf0cf - 0.0% (1.3 KB)

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

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

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

[#006] sha256:bf34eb39123a716cf7da024a4ce73c31f648fdbc16ba445bb145cde852def285 - 24.39% (588 MB)

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

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

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


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

Apply image 10.0.20348.1787

2024-02-07 06:55:59 UTC

Install update 10.0.20348.2322

2024-03-01 00:49:32 UTC

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

2024-03-01 00:49:33 UTC

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

2024-03-01 00:49:34 UTC

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

2024-03-01 00:49:35 UTC

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

2024-03-01 00:52:53 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-03-01 00:52:55 UTC

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

2024-03-01 00:52:56 UTC

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

2024-03-01 00:52:57 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