Namespace
library
Image / Tag
mongo:4.4.14-rc0-windowsservercore-1809
Content Digest
sha256:741cbf06785eaa58f68ec2c32d832557c05bc4afc50f934b65c099f56ec35f52
Details
Created

2022-05-11 16:45:03 UTC

Size

2.56 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

ef714a8f5338ecec421f12200b9850fbbc06b50237071bbf78127fd34be2e828

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.14-rc0


Layers

[#000] sha256:b111c3320c949bea81612bf4554f1b6592c2f504920b5bf57ba340a1d4d52c93 - 68.33% (1.75 GB)

[#001] sha256:8b534d64a7c337eb8a23b425e4f598cd3e7407ddf8c7b2f714d1e7f7ed6a04be - 22.82% (598 MB)

[#002] sha256:b34adcbd607b6c175a7c7a819fecbbfd53899678f53f169f2b4504070ec6b0ab - 0.0% (1.25 KB)

[#003] sha256:539c28909cf3c797d583d33949f5eb2c1e5aca867ce1ed5185057e799e066d0b - 0.0% (1.35 KB)

[#004] sha256:924794f15624aaa4d420a3d35bd5e5b146d0ed2da08c309e86e98012c6ab7bcd - 0.0% (1.3 KB)

[#005] sha256:0ab88f3ea6f34de9e7cdc39b39b27dba2a78beeb4e8db0e1c825bba03a14fded - 0.0% (1.35 KB)

[#006] sha256:e2b215e215abc836078ba1e3393c691c3c05b1a4ccaf780a44a79021fee4e8d3 - 8.84% (232 MB)

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

[#008] sha256:8faff3199724dc7bc85a9a231ee6e14737eed3b8fddc36040ebbfe5c1a2b29ca - 0.0% (1.3 KB)

[#009] sha256:fc9b862411c439443ab519fc0e7d6ca7879435883b743edbbd4db9f8cf8de3d8 - 0.0% (1.28 KB)


History
2022-04-22 01:27:13 UTC

Apply image 10.0.17763.2803

2022-05-05 17:03:24 UTC

Install update 10.0.17763.2928

2022-05-11 12:42:26 UTC

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

2022-05-11 16:43:12 UTC

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

2022-05-11 16:43:13 UTC

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

2022-05-11 16:43:14 UTC

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

2022-05-11 16:45:00 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.';

2022-05-11 16:45:01 UTC

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

2022-05-11 16:45:02 UTC

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

2022-05-11 16:45:03 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