Namespace
library
Image / Tag
mongo:6.0.11-windowsservercore-ltsc2022
Content Digest
sha256:4d6df09d126c88c30961cef24215de0869b15a278882e8b141bf95f30739f4cc
Details
Created

2023-11-16 03:46:29 UTC

Size

2.24 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:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 57.74% (1.29 GB)

[#001] sha256:7989ef2c4cfb06d845746a3c3660481ea84d3f5c8216041855ce528f0ac4015c - 20.71% (475 MB)

[#002] sha256:d1a73dc3dec59ae25ff1232f5fdf2ab39df387f3bf86ba48717ff271d76c2feb - 0.0% (1.39 KB)

[#003] sha256:9c6a2eb1682a96cceb7bab228efad120cad05912976be5ca9ace1a99e4bb6cf1 - 0.0% (1.33 KB)

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

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

[#006] sha256:38f928ffb90288a6972233fcec1583eb25f8f928ae6a7cfa7b85fed0faa7c2ee - 21.55% (494 MB)

[#007] sha256:4bda43f406a367afcbc1841c429757d60c5f5fb1ef87008be2f1caab11c94014 - 0.0% (1.29 KB)

[#008] sha256:345fcba1421f7acbfa07d252e5cb05eb093f2ac6841f93dd8f5a828305f683f5 - 0.0% (1.26 KB)

[#009] sha256:7ea19a4cd49b7724cc5554826afc9c157c68bf614870dcb9ce21b6d66416a656 - 0.0% (1.26 KB)


History
2023-06-08 12:55:20 UTC

Apply image 10.0.20348.1787

2023-11-09 06:47:20 UTC

Install update 10.0.20348.2113

2023-11-16 03:18:08 UTC

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

2023-11-16 03:44:31 UTC

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

2023-11-16 03:44:32 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:44:33 UTC

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

2023-11-16 03:46:26 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:46:27 UTC

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

2023-11-16 03:46:28 UTC

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

2023-11-16 03:46:29 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