Namespace
library
Image / Tag
mongo:6.0.13-rc0-windowsservercore-1809
Content Digest
sha256:f1faf0e8d600f4c0778aa0662dae441b5f9d691f18c23cd6c5c6d480260107d0
Details
Created

2024-01-11 00:07:44 UTC

Size

2.41 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

08cfe4776b8d0901654912a0bb5cd0bd5b50e6f6eeaf8890e7e76172c22c5111

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.13-rc0


Layers

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

[#001] sha256:9da94e8356538054b9b2e3023814100ffe07d42ee8f8dec0ad82a450371abd52 - 16.19% (400 MB)

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

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

[#004] sha256:59d53b494fce1e8442d7731db78b4a41071873c47ae95590724ae8ce5e27c374 - 0.0% (1.27 KB)

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

[#006] sha256:e9d27138e8e3da24be897fe0e6e6a3cc096aa919ae1cdb72810432c4a7b0f355 - 20.06% (495 MB)

[#007] sha256:96a3410dc6a19320cb68ce5b776efdd6d88b44add869c2c5521ae02f77f7fd0e - 0.0% (1.27 KB)

[#008] sha256:49ffb3ac557691c5330fc8aefab1d8b8d8ed5d1c0b1a5a785b90f68d9a4b0cfa - 0.0% (1.26 KB)

[#009] sha256:89171b06beab66f8dc6db0c01668074a4dfb49534a6a9c84844c9e7f396f8294 - 0.0% (1.25 KB)


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

Apply image 10.0.17763.4499

2024-01-02 22:50:56 UTC

Install update 10.0.17763.5329

2024-01-11 00:05:26 UTC

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

2024-01-11 00:05:27 UTC

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

2024-01-11 00:05:28 UTC

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

2024-01-11 00:05:28 UTC

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

2024-01-11 00:07:40 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-01-11 00:07:42 UTC

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

2024-01-11 00:07:43 UTC

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

2024-01-11 00:07:44 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