1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-25 06:17:50 +00:00
catalog/task/git-clone/0.4/samples
Scott 0c72fe24c2 Add nonroot user support and workspace credentials to git-clone
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.
2021-06-08 17:07:57 +01:00
..
git-clone-checking-out-a-branch.yaml Add nonroot user support and workspace credentials to git-clone 2021-06-08 17:07:57 +01:00
git-clone-checking-out-a-commit.yaml Add nonroot user support and workspace credentials to git-clone 2021-06-08 17:07:57 +01:00
git-clone-sparse-checkout.yaml Add nonroot user support and workspace credentials to git-clone 2021-06-08 17:07:57 +01:00
using-git-clone-result.yaml Add nonroot user support and workspace credentials to git-clone 2021-06-08 17:07:57 +01:00