Namespace
library
Image / Tag
mongo:4.4-rc-windowsservercore-ltsc2022
Content Digest
sha256:86eb1f64f9660d0b99d90933612525585f1d2407d28dab76b4933235ded24780
Details
Created

2024-01-11 00:07:42 UTC

Size

2 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

1e9360652abb21ca4c19e233ad1a18de7725e6ab16158a23c1073fb2a8cacad1

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.28-rc0


Layers

[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 64.67% (1.29 GB)

[#001] sha256:a97a84f9ecb04e6f34ca7d17667bf0abbd83ea39301725226a2352330b4402d3 - 23.83% (488 MB)

[#002] sha256:f61cc41bdff4547198e9fcf1a7f2637a0cd2d7325e21204bb887ad6678e95e64 - 0.0% (1.27 KB)

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

[#004] sha256:822898d508549b499e76c9d36561ec92de87307aa02cecdd8cb3c528b5e64125 - 0.0% (1.27 KB)

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

[#006] sha256:a390d1b3d96a5531949fafa8b7d87b88217743ebe22247a52932f4f87aa7825b - 11.5% (236 MB)

[#007] sha256:6239d5398378044404a66c7a3fb9c78fb12c12f2380f16e1db1885faf0b45ac7 - 0.0% (1.26 KB)

[#008] sha256:59b0490bc2b6e1009f852588d41c675ac566ffcbc820d3fa60dde5c90bf255bb - 0.0% (1.26 KB)

[#009] sha256:11fda8fcccd3f23a7d42a8967f9fbe3a123cd94ec686957fc5398ed62b29c59a - 0.0% (1.26 KB)


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

Apply image 10.0.20348.1787

2024-01-04 03:43:51 UTC

Install update 10.0.20348.2227

2024-01-11 00:06:50 UTC

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

2024-01-11 00:06:50 UTC

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

2024-01-11 00:06:51 UTC

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

2024-01-11 00:06:52 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=1e9360652abb21ca4c19e233ad1a18de7725e6ab16158a23c1073fb2a8cacad1

2024-01-11 00:07:37 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\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 ' 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.';

2024-01-11 00:07:40 UTC

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

2024-01-11 00:07:41 UTC

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

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