Namespace
library
Image / Tag
mongo:4.4.10-rc0-windowsservercore-ltsc2016
Content Digest
sha256:0881225196456c699f40a20e5bb3343e3a5c7a275c5b6d40161aa671ec24ff39
Details
Created

2021-10-14 01:46:40 UTC

Size

6.06 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

1274344129ecd5259312143c58ebfcbc56e78b2bfc17c2e3225f1ec0a358a139

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.10-rc0


Layers

[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 62.51% (3.79 GB)

[#001] sha256:0c776a8e8e3c02d360995b7fa26a3fd7c0928965795fac57b69ff07418ab07bf - 33.83% (2.05 GB)

[#002] sha256:4d3c52a3fe41298469bd9ca8471cd22a349f75bf82b049e968c97dd7cbf538b9 - 0.0% (1.39 KB)

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

[#004] sha256:468082c2bff5005c71a7a9b88176f2a693bb4d1d027cf8f5c025187ef3f632f7 - 0.0% (1.26 KB)

[#005] sha256:f08ee25daf31f28b17ae30b6812e19ff2998ce5b3ffe7041b5beaeeafbd31997 - 0.0% (1.29 KB)

[#006] sha256:e3519bd9b582d1e10a351cd0837486581bfbfe2d34fe4970e2a40c444b5e5b8c - 3.66% (227 MB)

[#007] sha256:6e13278e0df67d851f62e298e0725ba811da8ecd81aa3a33e1a7fa13ab2107ee - 0.0% (1.37 KB)

[#008] sha256:baa80f9278789ad227e8dfe140d362c2ad54099ba0d7ae8988392aca8ebe5d6f - 0.0% (1.4 KB)

[#009] sha256:682f86152b607ccd7eefd1c232d7250372fada398c8f14539ce52079af405990 - 0.0% (1.38 KB)


History
2016-11-19 17:05:00 UTC

Apply image 1607-RTM-amd64

2021-10-06 21:16:00 UTC

Install update ltsc2016-amd64

2021-10-13 00:39:24 UTC

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

2021-10-14 01:44:01 UTC

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

2021-10-14 01:44:02 UTC

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

2021-10-14 01:44:03 UTC

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

2021-10-14 01:46: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.';

2021-10-14 01:46:38 UTC

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

2021-10-14 01:46:39 UTC

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

2021-10-14 01:46:40 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