I'm deploying a docker image onto aws and i'm getting the following error:
Error: Failed to list store contents: RequestError: send request failed caused by: Post https://ssm.ca-central-1.amazonaws.com/: x509: failed to load system roots and no roots provided
Older containers work fine, but the recent builds don't have /etc/ssl/cert/.
My image is based on python:3.6-alpine3.7
I'm deploying a docker image onto aws and i'm getting the following error:
Error: Failed to list store contents: RequestError: send request failed caused by: Post https://ssm.ca-central-1.amazonaws.com/: x509: failed to load system roots and no roots providedOlder containers work fine, but the recent builds don't have /etc/ssl/cert/.
My image is based on
python:3.6-alpine3.7