Namespace
library
Image / Tag
mongo:7.0.0-rc5-windowsservercore-ltsc2022
Content Digest
sha256:6aeff0f12f4173cf6ab87550c3dcc1f52fb5da3b0a51573d59e8e6a8521882c2
Details
Created

2023-06-24 02:28:32 UTC

Size

1.9 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b6f0587e6105b9659570c3a305741fd9d9ff2a1370a3727795283f24e952ae1b

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.0-rc5-signed.msi

MONGO_VERSION

7.0.0-rc5


Layers

[#000] sha256:0ce49598e7371c2c318cfa408f639c917d1f43843fb9e0a3316db1ba7fbb14db - 69.9% (1.33 GB)

[#001] sha256:369acdd1cf7c4d89f87cf3df6c1a935d83dad0afd57c96dcd7251a04481546a0 - 0.0% (1.26 KB)

[#002] sha256:45a79370a2d0a144f32abd8e6120094ebfaccd0be7d94c3269a69694afe9657a - 0.0% (1.3 KB)

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

[#004] sha256:6d938bda49b8380bca99fdc36f29e81df7954eba6048f01486386536de6a15af - 0.0% (1.35 KB)

[#005] sha256:694016dea7d4f07432f6b506820d13ed5753cf2619adf80d1e4f0fac39a2c84e - 30.09% (586 MB)

[#006] sha256:e0d80a9ae8c1eb88505d1e7e2fcc5453e447f46860bd9c4108a86a066303561a - 0.0% (1.28 KB)

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

[#008] sha256:9cee42d374459c7dd3bbfcd4c898d557b0e3b703d6b5e00bc2eebf593d46fc19 - 0.0% (1.39 KB)


History
2023-06-21 08:51:34 UTC

Apply image 10.0.20348.1787

2023-06-24 02:25:59 UTC

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

2023-06-24 02:26:00 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=7.0.0-rc5

2023-06-24 02:26:01 UTC

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

2023-06-24 02:26:02 UTC

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

2023-06-24 02:28:28 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.';

2023-06-24 02:28:30 UTC

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

2023-06-24 02:28:31 UTC

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

2023-06-24 02:28:32 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