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

2023-05-31 01:17:49 UTC

Size

2.22 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

3f92472aae25fa5f7336c8a062844fd01188e8e0deb7932f4bd9b4974cb51a7b

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.0-rc2


Layers

[#000] sha256:1a65b089bc835b0c3700397b1935e97cf469b0891bb4de3942c8dfbe4b672d47 - 58.02% (1.29 GB)

[#001] sha256:5829cfc8807e3c8e6f804ec45e3696c2b2e76cd39141b9c20486f8f070f56002 - 16.28% (371 MB)

[#002] sha256:22ae2b2372db6d2d1ac04a5297e71fc9a798a078f7d1a0bcccae77193e8b58b2 - 0.0% (1.39 KB)

[#003] sha256:92ffb9b2891599872bd452d659bc052cf9faddf5865c51c8d2d49729fb6fd99c - 0.0% (1.39 KB)

[#004] sha256:13d5f4787c8990b0be0a396368e9824930bcd11dca602913888e823e6745a8c6 - 0.0% (1.38 KB)

[#005] sha256:aac8dcfcfff4a3556eec432eea4255b8a41939930776b8177313ac2b928bbf70 - 0.0% (1.38 KB)

[#006] sha256:37d2318f16165649847d4171abbcf30091c391b0712aabcd5a12c2b557fbb449 - 25.69% (585 MB)

[#007] sha256:812f87f5686d48b1172d1aa700ee9a7b4467fe302c83cc23e19a20a9461aa609 - 0.0% (1.38 KB)

[#008] sha256:9013a786d3b634e6445f72c52a7e453f943db8d4e58606c09d04783888a31f40 - 0.0% (1.38 KB)

[#009] sha256:687cfdc9706f1fc85e240cdac3a4da1f2ca8c144f74e55d3b3e71207d1bb1c21 - 0.0% (1.38 KB)


History
2023-01-06 23:47:40 UTC

Apply image 10.0.20348.1487

2023-05-05 13:22:05 UTC

Install update 10.0.20348.1726

2023-05-10 01:53:47 UTC

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

2023-05-31 01:15:19 UTC

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

2023-05-31 01:15:20 UTC

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

2023-05-31 01:15:21 UTC

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

2023-05-31 01:17:45 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-05-31 01:17:47 UTC

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

2023-05-31 01:17:48 UTC

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

2023-05-31 01:17:49 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