Namespace
library
Image / Tag
mongo:4.4.11-rc1-windowsservercore-ltsc2022
Content Digest
sha256:af882c3ed9cd700b44099a94516c325529016d519d06a7ba203216e66e9fd034
Details
Created

2021-12-27 18:33:05 UTC

Size

2.26 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

9133373f9b56857a6508b755081101af890917f8a0454866dea88c958df65062

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.11-rc1


Layers

[#000] sha256:8f616e6e9eec767c425fd9346648807d1b658d20ff6097be1d955aac69c26642 - 51.61% (1.17 GB)

[#001] sha256:4d1d74adc6a92e44b3cd592ec9459f1fff926eaf6fc20bb7526360bec71aefc0 - 38.72% (896 MB)

[#002] sha256:3c1de582c6c9c68cde1be202b853d6f5b2dae10020d41c1402bdaede850c77e8 - 0.0% (1.29 KB)

[#003] sha256:984986033bd697ad6e806180803a0f79ac9239e0e8a33069963093164009ddea - 0.0% (1.25 KB)

[#004] sha256:1df2aef6c0116528407e464781dd1b59cb7088afdd18a4d055640f2fb5594ce1 - 0.0% (1.25 KB)

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

[#006] sha256:49f98109b2afae71829b75c3dc71c529f622ae9f06931399f200df0e92b9ec2a - 9.68% (224 MB)

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

[#008] sha256:06b33f837d5c700263fae525ca0d0e26afec2f28f5db73e6ff4c0157e6767dd9 - 0.0% (1.27 KB)

[#009] sha256:8e0105a3798181f40c355b8423d20886a6a905276ec9902ea1b6fe65d50f494c - 0.0% (1.31 KB)


History
2021-05-08 09:40:24 UTC

Apply image 2022-RTM-amd64

2021-12-08 01:54:07 UTC

Install update ltsc2022-amd64

2021-12-18 08:07:56 UTC

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

2021-12-27 18:30:57 UTC

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

2021-12-27 18:30:58 UTC

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

2021-12-27 18:30:59 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=9133373f9b56857a6508b755081101af890917f8a0454866dea88c958df65062

2021-12-27 18:33:01 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=Client,MiscellaneousTools,Router,ServerNoService' ); if (-Not (Test-Path C:\mongodb\bin\mongo.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 ' mongo --version'; mongo --version; Write-Host ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2021-12-27 18:33:03 UTC

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

2021-12-27 18:33:04 UTC

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

2021-12-27 18:33:05 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