Namespace
library
Image / Tag
mongo:7.0.0-rc5-windowsservercore-1809
Content Digest
sha256:67493334ca0b648ad74d30766af2d0f304db311efe0ee9206c3171b7564d34b6
Details
Created

2023-06-24 02:31:20 UTC

Size

2.11 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:b1471cc22404d036d95728a9c37c1e3f025a1f0a331072c8613e38cf8f7ff1ed - 72.89% (1.54 GB)

[#001] sha256:ed9634b679e6c602a6aaf0bae51625e7ca041489c77150db557640304f51bb37 - 0.0% (1.37 KB)

[#002] sha256:111617efc09dccaaf4fe856ffce38f74930c0433bac80d73014012a6479a6e6f - 0.0% (1.25 KB)

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

[#004] sha256:aef90bb17edf5938247e8a5d6896249338e6c6f819c64c5160a7a1572916efed - 0.0% (1.28 KB)

[#005] sha256:8fc55ed4c2718dcd11dc2aea5d3277c6d1bdaf8df7f33606f82bcd868dde3013 - 27.11% (586 MB)

[#006] sha256:b9b8dee5289e0c0a5ff2c98525bf618a173076b00e4cf830d8224f402cf3cb07 - 0.0% (1.35 KB)

[#007] sha256:f1115f0138137141d3c6140420713c35edc9263aa37fb60952c2e40868bc413d - 0.0% (1.39 KB)

[#008] sha256:a9dde9f180a79286b6a7e57a7c65e362f284c56bd6cb616da7d8cc714368d68d - 0.0% (1.36 KB)


History
2023-06-21 08:47:17 UTC

Apply image 10.0.17763.4499

2023-06-24 02:28:43 UTC

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

2023-06-24 02:28:43 UTC

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

2023-06-24 02:28:44 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:28:45 UTC

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

2023-06-24 02:31:16 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:31:17 UTC

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

2023-06-24 02:31:19 UTC

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

2023-06-24 02:31:20 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