Namespace
library
Image / Tag
mongo:6.0.11-windowsservercore-1809
Content Digest
sha256:dfba6544f248fc5f8892b5093855ea349fc38e07666a03f4169b0d3e5ec36af0
Details
Created

2023-11-16 03:49:37 UTC

Size

2.4 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

178b163aa3a663766a792cce4eec0ca2624392bd82eb1274b91aa00f6345c34a

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.11


Layers

[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 64.09% (1.54 GB)

[#001] sha256:4f7bb9e009deb881cb90e8b4318258e03882de9bc9b312b763654b59cd13d0bb - 15.79% (388 MB)

[#002] sha256:61e4111e1324ff2110def2382c3796071edd92a76a262efa6c0657d549b64496 - 0.0% (1.38 KB)

[#003] sha256:d700e6f387ca777f3718472c2f1bb858cc8fd51cc2ccc7cc4164925843c7cea0 - 0.0% (1.37 KB)

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

[#005] sha256:8f0b431fbca51167ebd31a4cbae4e3772e52b6dbb2f2aff54d3972b54758488f - 0.0% (1.24 KB)

[#006] sha256:22d91de5442a939e96d2c2009dbf50bf0b3713e55caeb5b19d637cc01e6a7a13 - 20.12% (494 MB)

[#007] sha256:be4b24a9c0d04b32dbda585c162faac63200c81668743ce6185422e7f29231ff - 0.0% (1.4 KB)

[#008] sha256:2ef3aa783a122513df5e32bc70aa519eb3a843f6eeee719b1ca8a3370fd56574 - 0.0% (1.29 KB)

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


History
2023-06-08 12:58:24 UTC

Apply image 10.0.17763.4499

2023-11-09 17:56:40 UTC

Install update 10.0.17763.5122

2023-11-16 03:20:52 UTC

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

2023-11-16 03:46:44 UTC

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

2023-11-16 03:46:45 UTC

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

2023-11-16 03:46:46 UTC

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

2023-11-16 03:49:33 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-11-16 03:49:35 UTC

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

2023-11-16 03:49:37 UTC

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

2023-11-16 03:49:37 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]