Namespace
library
Image / Tag
mongo:6.0.18-windowsservercore-1809
Content Digest
sha256:972e4973719a2db55ef0bd29c9361352b49e5faf246c9b8b3dcd6c43d7b91ab9
Details
Created

2024-10-09 23:11:06 UTC

Size

2.26 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

5aa85635f0b1f2f4e0a1d22410d507c8f4f1d9de0fa640fea1bcb5d8e4a6dee5

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.18


Layers

[#000] sha256:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 70.89% (1.6 GB)

[#001] sha256:eec1ab8e4a3936959c2381d3aaa9aaf9caf01f82fb701f2b4c3cc3dbf6d035dd - 7.48% (173 MB)

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

[#003] sha256:de14b855679a638829e03f98c4b4f3a1c9a06ec7d69f73bf4baff80390e0991b - 0.0% (1.27 KB)

[#004] sha256:7b54bb688f0ae22db780cf4df2b1287d7b8ba7e77b92af04986b539fbab23fe2 - 0.0% (1.27 KB)

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

[#006] sha256:9047d2af0f445c012f455ccecb7c7627aa2f051f14b60759fc7221c0e747c6ae - 21.63% (500 MB)

[#007] sha256:2b7c043c132e5bb4a8dacb24091a7b4b369ef259d1d1237e96b0d3cd610a93a5 - 0.0% (1.26 KB)

[#008] sha256:60ee816edcee897216dd54817c15531a6b091172a7b85a33d450654388e7ba71 - 0.0% (1.27 KB)

[#009] sha256:d5f1a727695b2399e5c3c52d6274006242f5c5d81f52f30bc9e2c0f902d8f20c - 0.0% (1.27 KB)


History
2024-09-06 01:15:31 UTC

Apply image 10.0.17763.6293

2024-10-04 21:48:44 UTC

Install update 10.0.17763.6414

2024-10-09 23:08:54 UTC

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

2024-10-09 23:08:57 UTC

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

2024-10-09 23:08:58 UTC

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

2024-10-09 23:08:58 UTC

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

2024-10-09 23:11:02 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-10-09 23:11:04 UTC

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

2024-10-09 23:11:05 UTC

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

2024-10-09 23:11:06 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