You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
In my github action I am trying to run a docker login command to login to a private container registry. This registry's certificate's CA Certificate needs to be imported to the image of the docker sidecar container.
Would the best way to go about this to be to extend docker:dind and install my own certificates?
Is there a parameter in the RunnerDeployment I can use to overwrite the image that the docker sidecar uses?
In the helm chart there is dindSidecarRepositoryAndTag, however I have installed the kubectl way (kustomize managed cluster)
Thanks
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello,
In my github action I am trying to run a docker login command to login to a private container registry. This registry's certificate's CA Certificate needs to be imported to the image of the docker sidecar container.
Thanks
The text was updated successfully, but these errors were encountered: