How to push to private registry with self signed certs #6325
Unanswered
shashankk90
asked this question in
Q&A
Replies: 1 comment
-
|
Docker has daemon.json in which this can be done. I think since I not actually running docker daemon, this is not working for me. Is there any equivalent in buildkit? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a private registry with self signed certs. I want to push images to that registry. My current setup is a standalone buildkit running with a shared volume containing
buildkitd.sockaccessible to another container. The second container is configured with either--builderorBUILDX_BUILDERenv var to use the socket file.However when I try to push images it fails.
buildkit.toml:
When I use buildkit directly with buildctl I am able to use something like:
Is there any way configure insecure registry at buildkit level? Specifying
insecure=truedoesn't really help even if I use buildkit directly without--registry-auth-tlscontextflag.Beta Was this translation helpful? Give feedback.
All reactions