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
Feature description :
I'm having problems cloning features private repository when passing a private key to docker run command in CICD due to Host key verification failed. error.
Suggested Solution description ( if you have any ) :
I would like to have a flag to skip host key checking when running in docker.
Feature Request
Feature description :
I'm having problems cloning features private repository when passing a private key to docker run command in CICD due to
Host key verification failed.
error.Suggested Solution description ( if you have any ) :
I would like to have a flag to skip host key checking when running in docker.
https://gitpython.readthedocs.io/en/stable/tutorial.html?highlight=Key%20Checking#handling-remotes
Describe alternatives you've considered :
I've considered putting features into public repository, but not everything can be made public.
For now, as a workaround I built a custom Docker image adding this:
Additional context :
![image](https://user-images.githubusercontent.com/21358910/116874170-86c6b600-ac21-11eb-8619-877860a78881.png)
The text was updated successfully, but these errors were encountered: