-
Notifications
You must be signed in to change notification settings - Fork 908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable import of certificate for private HTTPS secure registry #1282
Comments
Hi there! 👋🏼 As you're new to this repo, we'd like to suggest that you read our code of conduct as well as our contribution guidelines. Thanks a bunch for opening your first issue! 🙏 |
Yeah, initial work for allowing custom certs for notification service was started in containrrr/shoutrrr#185, and the cert pool would need to be seeded from watchtowers side. Using the same pool (or another) for the docker registry lookups shouldn't be an issue. |
Hi @piksel , wanted to understand about the status for the support to add custom CAs for watchtower. The above pull request is active, so I'm assuming such support doesn't exist yet in Watchtower? |
Is this still not supported? |
with some docker containers this approach works :
but this doesn't seem to work with watchtower docker image A simple any idea here ? |
I did a search and could not find a similar issue or request, on this line it creates the TLS variable in GO to login to the docker registry, are we able to pass in a custom CA certificate for this stage
TLSConfig Variable
The lack of a CA certificate causes the following error:
A link on how the TLSConfig variable can be setup to work in this configuration
The text was updated successfully, but these errors were encountered: