Namespace
library
Image / Tag
mongo:6.0.9-windowsservercore-1809
Content Digest
sha256:1929ba173bd0b4f0ce9486909e25fe34aa160a4b288853c94bdd5ef1bd9653c4
Details
Created

2023-09-13 04:15:22 UTC

Size

2.36 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

9e5d9380f3ccd409b288609ecf96c0a74ca5fde8a2371ff727402812fbb25ebb

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.9


Layers

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

[#001] sha256:179757339e051b99f9a62375fed8f87ffcc4df0eeedb984d20b485bdd089ad08 - 14.43% (349 MB)

[#002] sha256:5b21bbf840142288ae2bce3465085b591133cf10f78f7dda43277db4838332d8 - 0.0% (1.34 KB)

[#003] sha256:f96855daffaf78b745de109d36d33ea30f0b92aaf4c8b7dcebf273c3ddd03f3e - 0.0% (1.41 KB)

[#004] sha256:0b853959b0d0c1f80df2e17e92787f7b5854fbe2012e111fc7a33fce8948dd88 - 0.0% (1.38 KB)

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

[#006] sha256:617dff10efac3838c0ea73e79a5bbce32e53e83e6d3f9b19c1d073919482f07f - 20.46% (495 MB)

[#007] sha256:061675c6e8f1b1b6ee31ad534ca7b2a46f9c6f42c68d331b01570597062f56b9 - 0.0% (1.38 KB)

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

[#009] sha256:37e9762a320d3f78f2d5832068c347370194777f38fc6edab568fa4581c32f8a - 0.0% (1.36 KB)


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

Apply image 10.0.17763.4499

2023-08-29 17:09:18 UTC

Install update 10.0.17763.4851

2023-09-13 03:56:42 UTC

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

2023-09-13 04:12:37 UTC

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

2023-09-13 04:12:38 UTC

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

2023-09-13 04:12:39 UTC

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

2023-09-13 04:15:19 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-09-13 04:15:21 UTC

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

2023-09-13 04:15:22 UTC

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

2023-09-13 04:15:22 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