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
This is an extension of #4974. As of the completion of that issue, the following is supported:
ADD https://github.com/user/repo.git /mydir/
However, buildah's matching only works on HTTP addresses, while Docker allows SSH addresses to be used as well: https://docs.docker.com/reference/dockerfile/#adding-files-from-a-git-repository. This is particularly useful when dealing with private repos, which are typically cloned using SSH key authentication.
I propose adding support for the git@ prefix in SRC to signal that SRC is a git repo to be cloned using SSH.
git@
The text was updated successfully, but these errors were encountered:
/assign
Sorry, something went wrong.
danishprakash
No branches or pull requests
This is an extension of #4974. As of the completion of that issue, the following is supported:
However, buildah's matching only works on HTTP addresses, while Docker allows SSH addresses to be used as well: https://docs.docker.com/reference/dockerfile/#adding-files-from-a-git-repository. This is particularly useful when dealing with private repos, which are typically cloned using SSH key authentication.
I propose adding support for the
git@
prefix in SRC to signal that SRC is a git repo to be cloned using SSH.The text was updated successfully, but these errors were encountered: