The push refers to a repository [registry.mydomain.com:5000/schemas]
Get https://registry.mydomain.com:5000/v1/_ping: x509: certificate signed by unknown authority
time="2017-05-26T06:48:34Z" level=fatal msg="exit status 1"
Things I’ve tried:
I’ve already set insecure: true for plugins/docker.
I’ve mounted a volume with my ca-certificates.crt at /etc/ssl/certs.
I’ve set env variables on the drone server/agent of DOCKER_TLS_VERIFY=0
I recommend building and testing locally. The codebase is quite small and it should give you the ability to try different daemon configuration options. If you find something you can send a patch. Note that plugin can be run in standalone mode (see the README) which can simplify local testing.