Closed jabinb closed 6 years ago
Thanks - I'll add these to the 0.5.x and master branch later today.
Fixed and docker image pushed as trivago/gollum:0.5.3-1
.
Could you verify that this is working for you?
Hey @arnecls I've removed my workaround and everything seems to be working as expected, thanks for the quick fix!
👍
Issue description
Uploads fail because the AWS SDK can't verify the https certificate from s3 as there's no root CA's in the alpine image:
Context
I'm running Gollum via docker-compose and providing my AWS creds via the environment.
Possible Solution
I found this related issue in another Go project with direction to install the certs via
apk add ca-certificates
. As a workaround I'm overriding the entrypoint for the container and installing the certs before executing gollum.Steps to Reproduce (for bugs)
Your Environment
Used versions
Config:
docker-compose.yml
gollum.conf