catalog
catalog copied to clipboard
Catalog of shared Tasks and Pipelines.
[DOC] The "git-clone" task document about the default value of the "userHome" parameter is not right
# Expected Behavior userHome: The user's home directory. (default: "/home/git") # Actual Behavior userHome: The user's home directory. (default: "/tekton/home") # Steps to Reproduce the Problem 1.open the url "https://hub.tekton.dev/tekton/task/git-clone"...
# Changes Add a new tekton task that will run catlin validate command for a task yaml or set of tasks yamls # Submitter Checklist These are the criteria that...
# Changes In version v0.3, the path for the mvn command was set to `/usr/bin/mvn`. In this setup, it wasn't possible to switch to a different mvn container image or...
# Expected Behavior When only binding to the ssh-directory (and output) workspaces the git-clone task should not fail because the basic-auth workspace is bound to the PipelineRun (but not to...
# Expected Behavior When I create a `Pipeline` and `PipelineRun` object referencing the git-clone resolver, I expect to be able to configure the `PipelineRun` to use a volumeClaimTemplate to back...
As far as I could investigate, the secrets annotated with "tekton.dev/docker-#" are used to create the file $HOME/.docker/config.json with the credentials for each of the registries. The [Task buildah](https://github.com/tektoncd/catalog/tree/main/task/buildah) push...
# Expected Behavior skopeo-copy task [here](https://github.com/tektoncd/catalog/blob/main/task/skopeo-copy/0.2/skopeo-copy.yaml) properly works without errors # Actual Behavior skopeo-copy task fails with error `Exactly two arguments expected` when using multiple source and destination image registries....
# Expected Behavior Get the credential in .aws folder # Actual Behavior Faild to do so because of mountPath: /tekton/home/.aws should be: mountPath: /root/.aws # Steps to Reproduce the Problem...
Expected execution of the`k8sdeploy.yaml` file located in the `shared-data` workspace successfully cloned from the previous task Actual Behavior, the files cloned through the previous task are not more available in...
# Changes Change git-clone default userHome to fix clone error as non-root `error: could not lock config file /home/git/.gitconfig: No such file or directory` # Submitter Checklist These are the...