Namespace
library
Image / Tag
mongo:3.6.21-windowsservercore-ltsc2016
Content Digest
sha256:13b11848469d499c0f47c7b7ba319025ecac7c638fc74193369fe6d35c7dae77
Details
Created

2021-01-14 00:30:54 UTC

Size

5.61 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

0b64db8d8a615976b76617c3425c9fc0500e18324be0de878a6c6143d1e8b5e2

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.21-signed.msi

MONGO_VERSION

3.6.21


Layers

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

[#001] sha256:bd091f41e44cabc11504b7e130c74a7ef654f58840ba102e3507c4fdf2bae994 - 28.62% (1.61 GB)

[#002] sha256:3b5ee02f83739eef6745d432d63363ce5f490820d4b3e39ae83aa4e3771c4073 - 0.0% (1.11 KB)

[#003] sha256:92d389be6d2b8ed20cd152cea9411d21a4d5234844204ee0fd90f9479072198e - 0.0% (1.1 KB)

[#004] sha256:02e36329a15f611a7f2bc62bb61ef59d2ca7682d5e0fd6e53afa9d410f578392 - 0.0% (1.12 KB)

[#005] sha256:d74af836ee8356e23ea2f57b2f34a678f2896d65398558032248d3bf4062ba94 - 0.0% (1.19 KB)

[#006] sha256:57ea8f8ef27e8c66533eb49ba20bf1a04fd5dba5b9e7be779210d066c891c08c - 3.82% (219 MB)

[#007] sha256:ba67bc9d76410b618f3b32e1226468ad4a2411a7b855c2a4f1ad38f2fcc75b41 - 0.0% (1.1 KB)

[#008] sha256:bb38cc0511c79b847573aa38edf1e13c021a7befa0b7502681bed33d26b7912e - 0.0% (1.12 KB)

[#009] sha256:85f7b388ccf640debaf4477f3b825f6594e108d18d61068ea7264786b58a9297 - 0.0% (1.16 KB)


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

Apply image 1607-RTM-amd64

2021-01-07 11:30:00 UTC

Install update ltsc2016-amd64

2021-01-13 15:29:26 UTC

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

2021-01-14 00:26:51 UTC

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

2021-01-14 00:26:51 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.21-signed.msi

2021-01-14 00:26:52 UTC

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

2021-01-14 00:30: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=Server,Client,Router,MiscellaneousTools,MonitoringTools,ImportExportTools' ); 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-01-14 00:30:53 UTC

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

2021-01-14 00:30:54 UTC

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

2021-01-14 00:30:54 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