dzimine / aws-greengrass-docker

Docker image for AWS Greengrass
13 stars 6 forks source link

Update binary to latest (1.5) + add CA certs #1

Closed str3tch closed 6 years ago

str3tch commented 6 years ago

Updated the binary to the current version (1.5). And fixed a small readme typo.

str3tch commented 6 years ago

btw, thanks for taking the time to set this all up in docker - much appreciated!

str3tch commented 6 years ago

Also had to add CA certs into the dockerfile, as you cannot deploy to Greengrass without them.

You will get "Error while downloading the Group definition file... x509: failed to load system roots and no roots provided"

And the fix is this: https://blog.cloud66.com/x509-error-when-using-https-inside-a-docker-container/

dzimine commented 6 years ago

Hey @str3tch, as I wanted to update to v1.5 I saw you've already done it so happily taking it back. Thanks!