mirror of
https://github.com/tektoncd/catalog.git
synced 2024-11-25 06:17:50 +00:00
0c72fe24c2
This commit introduces a 0.4 version of git-clone, fixing several problems with the 0.3 git-clone Task: 1. Credentials in 0.3 could not be passed directly to the Task via a Workspace. 2. There was no support for running as a non-root user. This commit introduces a new version of git-clone that fixes both of these issues. Credentials (either basic-auth or ssh-directory) can now be supplied directly using a Secret workspace. A nonroot user is provided with UID 65532 that can clone repos without requiring root permissions. |
||
---|---|---|
.. | ||
git-clone-checking-out-a-branch.yaml | ||
git-clone-checking-out-a-commit.yaml | ||
git-clone-sparse-checkout.yaml | ||
using-git-clone-result.yaml |