catalog icon indicating copy to clipboard operation
catalog copied to clipboard

Catalog of shared Tasks and Pipelines.

Results 117 catalog issues
Sort by recently updated
recently updated
newest added

# Changes Updates docker image for the task. This is bugfix release of the image, which introduces no new parameters etc for the task, therefore keeping the version at 0.2....

size/XS

Ansible-Runner 0.2 uses the image with ansible-runner version 2.12 which is [EOL](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix). It has now been deprecated in https://github.com/tektoncd/catalog/pull/1236. We should upgrade the image in https://quay.io/repository/ansible/ansible-runner?tab=tags&tag=stable-2.12-latest to probably fetch the...

# Changes Adds `hugo` task for static site generation. It is based on the [hugo project](https://github.com/gohugoio/hugo) and includes a sample `pipelineRun`. It is tested successfully with `./test/run-test.sh hugo 0.1`. #...

do-not-merge/invalid-owners-file
size/L
approved
ok-to-test

# Expected Behavior # Actual Behavior 1. I have installed Tekton inside GKE cluster. 2. Using following https://github.com/tektoncd/catalog/tree/main/task/kubeconfig-creator/0.1/samples page i have created PVC, authentication-test Task, kubeconfig creator task, Pipeline and...

# Expected Behavior SonarQube scanner should trigger # Actual Behavior Getting error - Not authorized. Please check the properties sonar.login and sonar.password. # Steps to Reproduce the Problem 1. Using...

# Expected Behavior The `ko` task should use the `.dockerconfigjson` to set credentials for `ko` When creating a secret with: ``` kubectl create secret docker-registry docker-credentials --docker-server=https://index.docker.io/v1/ --docker-username= --docker-password= --docker-email=...

# Changes # Submitter Checklist These are the criteria that every PR should meet, please check them off as you review them: - [x] Follows the [authoring recommendations][authoring] - [x]...

size/L
ok-to-test

# Expected Behavior no warning in the pipelinerun log when i use the task “git-clone” to pull the source code from my gitlab server using ssh protocol # Actual Behavior...

go get is deprecated, so we need to use go install method to download. # Changes go get is deprecated in latest golang docker image, so we need use go...

lgtm
approved
size/XS
ok-to-test
kind/misc

# Task: "buildpack-phases" # Expected Behavior Detect the buildpacks, (maven) build the soures to a JAR, build a Docker image. # Actual Behavior When running the Task "buildpack-phases" with builder-image...