Namespace
library
Image / Tag
mongo:4.4.13-windowsservercore-1809
Content Digest
sha256:214ec48c5a0a4617a620a0d366ce7c0b39b70d4959aaf1fbefb3efc6663e4116
Details
Created

2022-05-11 16:50:41 UTC

Size

2.56 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

0eb6e5c43c74a992301529515c52b7e326239cd12649fb6f91e807fcbbf06f39

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.13


Layers

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

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

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

[#003] sha256:fbb45d545bd9c1c5a6f6d3e8c7948e2a4b19013d7b914ffc964271bb8c822d52 - 0.0% (1.39 KB)

[#004] sha256:7a0b8cf46227182c04db36accefd5c05fcc3647b25572dc1cdf1ba4c7b13f4b5 - 0.0% (1.36 KB)

[#005] sha256:5544c4f948487718a3c6d92b14a2828d19e79caf7c86f838825bb70d6a61ed89 - 0.0% (1.38 KB)

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

[#007] sha256:7d20b8d92bf2ea05166bd0d38b67891a06115579aa0733cdf2975dfb83d872d3 - 0.0% (1.39 KB)

[#008] sha256:641622bfb5c3b3274e0e03b0e2775c5a8a6930ab1c6a76d635f63fc5568218c1 - 0.0% (1.38 KB)

[#009] sha256:afa4da0c302c092e8ec7b1408da6b0d851f3049cef1f062adc16036212d7d984 - 0.0% (1.38 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:48:46 UTC

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

2022-05-11 16:48:47 UTC

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

2022-05-11 16:48:48 UTC

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

2022-05-11 16:50:36 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:50:38 UTC

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

2022-05-11 16:50:40 UTC

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

2022-05-11 16:50:41 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