Namespace
library
Image / Tag
mongo:4.4.21-rc0-windowsservercore-1809
Content Digest
sha256:98c97bf1e5fc68c9dc81ca51a6ab01b2083c27a1c0fc275638555c8194061734
Details
Created

2023-04-18 00:26:55 UTC

Size

2.16 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

8230a4d20add99153d6bc89d177435842521a052f786afe3c0a52cbab82a6704

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.21-rc0


Layers

[#000] sha256:6e222c5ada69382aa2b4fe30b23ae56c7e3ada92712109d20f3edd457a6120b6 - 73.7% (1.59 GB)

[#001] sha256:e9094c39c4b36a86359abb3da9e9d0d9c69b6930e9c7b308120310d43d63f693 - 15.68% (347 MB)

[#002] sha256:d81203863a516fb636d8e06e71cc938e6621b372bd98921ce87d23012f6c9e4c - 0.0% (1.35 KB)

[#003] sha256:eaff844c0526a31f5528cfb46d01090f992f0ce3b17370e2962122d1c76def75 - 0.0% (1.37 KB)

[#004] sha256:27524e4e785d49cbce269b0ab291573afc3897105f1e4106db6ddbcdc11d8b3a - 0.0% (1.39 KB)

[#005] sha256:2ccee948888ccfdcd1154717f93d67a3f60bff7c81d3d09cf6bbc80510308e50 - 0.0% (1.36 KB)

[#006] sha256:212a54413f22ac060253cb8bbd8c09a03f3fd3d9b5285f76b55c668f3d64bacc - 10.62% (235 MB)

[#007] sha256:52e65177213236259041dc41bb3ecc8c3c468b7f8e19ec7377bcc03e6e35af7a - 0.0% (1.39 KB)

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

[#009] sha256:bb066c67b63def3bf0b59dadd6c379e0fbc2c3721b60d1e9fefb3815e912934d - 0.0% (1.41 KB)


History
2023-01-07 05:37:58 UTC

Apply image 10.0.17763.3887

2023-04-05 00:41:54 UTC

Install update 10.0.17763.4252

2023-04-12 00:18:38 UTC

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

2023-04-18 00:24:54 UTC

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

2023-04-18 00:24:55 UTC

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

2023-04-18 00:24:56 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=8230a4d20add99153d6bc89d177435842521a052f786afe3c0a52cbab82a6704

2023-04-18 00:26:52 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.';

2023-04-18 00:26:54 UTC

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

2023-04-18 00:26:55 UTC

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

2023-04-18 00:26:55 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