-
Notifications
You must be signed in to change notification settings - Fork 87
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
Add documentation about docker registry with custom certificate #442
Comments
It looks like there more places where the self-signed CA certificate needs to be applied: Java keystore of the kestra container and dind containers (so that pip can download packages) Here's how I applied it to the Java keystore Dockerfile
docker-compose.xml
It's unclear to me how to apply it to the dind containers. The link to slack is not valid |
@gioccher what is your error when trying to join our slack? |
the link points to an old message |
you can join using that link |
I should clarify that I don't have a problem joining Kestra's slack, I just can't see the slack thread referenced in the link you included in the first comment of this github issue. With my comment I wanted to contribute another step that is required to add support to custom CA certificates (all too common in corporate networks) and report that if the slack thread contained further instructions they are now lost. I ended up running kestra on a tools vm that doesn't use custom CA certificates, so this issue is not a blocker for me. |
We need to configure docker dind to be able to pull from that registry, right now, we have this error:
user need to configure and mount the ca root :
see this
The text was updated successfully, but these errors were encountered: