Namespace
library
Image / Tag
mongo:4.4.27-rc0-windowsservercore-1809
Content Digest
sha256:2f20e955395898b33ad4927b4e8e5b4e1c2176317acc104795b9d73dbda10726
Details
Created

2023-12-15 22:17:05 UTC

Size

2.15 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

0364b36a2127ff8b99a989c621e6e0b26c00947015685f899f0485b6132cfacd

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.27-rc0


Layers

[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 71.6% (1.54 GB)

[#001] sha256:e35ae5ad761bfd7e5fb48c234de8722eaa28e17e2c956816fecb417ab6259c29 - 17.74% (390 MB)

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

[#003] sha256:ab0c503c6b5fe8d7e88df6c8bedd6420a5b73158609d17696a9277be2cb5a7ae - 0.0% (1.3 KB)

[#004] sha256:502b3cea4ba1d941ab9afd8eaa680adb1b65b53351a7ca28f6f38706609e6ca9 - 0.0% (1.33 KB)

[#005] sha256:f8597873ce9813dbe75d8d2fab055b0da9a1b4e6c2f957bbb8550dfdf72c219d - 0.0% (1.32 KB)

[#006] sha256:d208acb8a7759f3dedb87767a6e2f47702fa09a81cfcd5e2c76ef19f4820de3b - 10.66% (234 MB)

[#007] sha256:27d582d3fec966083d525da0d97e3892e951f4f9bd359cb8c555c445758af2ab - 0.0% (1.34 KB)

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

[#009] sha256:02f72b136853ec344cf40cbfdaa6761bfcdd20b88c82af2ad857cef65f5e149c - 0.0% (1.31 KB)


History
2023-06-08 12:58:24 UTC

Apply image 10.0.17763.4499

2023-12-04 11:24:49 UTC

Install update 10.0.17763.5206

2023-12-15 22:15:28 UTC

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

2023-12-15 22:15:29 UTC

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

2023-12-15 22:15:30 UTC

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

2023-12-15 22:15:31 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=0364b36a2127ff8b99a989c621e6e0b26c00947015685f899f0485b6132cfacd

2023-12-15 22:17: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=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-12-15 22:17:04 UTC

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

2023-12-15 22:17:05 UTC

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

2023-12-15 22:17: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