We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to use this container inside a gitlab-ci build with a private repository.
Repositories from github.com install fine, but for my private repo's I keep getting 'Host key verification failed." errors.
github.com
here is the current experiment I'm working on: https://gist.github.com/basz/87a0467541cc9f8dbd64a2f992a712df#file-gistfile1-txt-L11
Note that the git clone private-repo-url does work, telling me that key and known hosts are setup correctly on the 'docker:git' container.
git clone private-repo-url
It's a linux box, latest docker and gitlab (via docker)
edit: clue: Im now thinking it has something to do with the MOUNT_POINT environment var mentioned in here: https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#use-docker-in-docker-executor The dind composer container might need to mount file/dirs from that...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to use this container inside a gitlab-ci build with a private repository.
Repositories from
github.com
install fine, but for my private repo's I keep getting 'Host key verification failed." errors.here is the current experiment I'm working on: https://gist.github.com/basz/87a0467541cc9f8dbd64a2f992a712df#file-gistfile1-txt-L11
Note that the
git clone private-repo-url
does work, telling me that key and known hosts are setup correctly on the 'docker:git' container.It's a linux box, latest docker and gitlab (via docker)
edit: clue: Im now thinking it has something to do with the MOUNT_POINT environment var mentioned in here: https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#use-docker-in-docker-executor The dind composer container might need to mount file/dirs from that...
The text was updated successfully, but these errors were encountered: