Namespace
library
Image / Tag
mongo:7.0.7-rc2-windowsservercore-ltsc2022
Content Digest
sha256:a89866f7f5ac10d6d4f692f29aeadc5d566005aec5bd5e58e57e172a56991dc7
Details
Created

2024-03-13 00:07:12 UTC

Size

2.4 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

e22bab04e716f29c70420a247f6e10814fc344488c985860ff58b074a1fb53af

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.7-rc2


Layers

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

[#001] sha256:a61557bf66429be9509f579104808d2853f8f7aefbd49ef26f5f2a90266c46f5 - 22.09% (543 MB)

[#002] sha256:3a6c7fb745d4901045583a65ba181176fac4a2c0ca987d01baf15618bb357f5b - 0.0% (1.26 KB)

[#003] sha256:8996c7d009a69499b7722fd85b1f00758f057aad7d9f059b4182701f2560b542 - 0.0% (1.26 KB)

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

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

[#006] sha256:3eb4e8412fe2fbef169f64c410b62e5fb152c2e0a1b80881a679e157ee170923 - 24.0% (589 MB)

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

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

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


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

Apply image 10.0.20348.1787

2024-03-05 19:55:40 UTC

Install update 10.0.20348.2340

2024-03-13 00:05:45 UTC

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

2024-03-13 00:05:46 UTC

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

2024-03-13 00:05:47 UTC

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

2024-03-13 00:05:48 UTC

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

2024-03-13 00:07:10 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-13 00:07:11 UTC

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

2024-03-13 00:07:11 UTC

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

2024-03-13 00:07:12 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