catalog
catalog copied to clipboard
Catalog of shared Tasks and Pipelines.
Udated default trivy image (0.28.1) to support sbom command >0.25.0 trivy image page: https://hub.docker.com/layers/trivy/aquasec/trivy/0.28.1/images/sha256-c65fdec1b99ba72102e04b9fa81312ea16b863173406321d3ded014d80a3ac09?context=explore | sbom write-up: https://blog.aquasec.com/software-supply-chain-security-trivy-sbom?_ga=2.50004067.418952940.1651563788-2112512205.1651563788
Trying to run task docker-build, but getting the following error: Cannot connect to the Docker daemon at tcp://localhost:2376. Is the docker daemon running? Below is the task run I ran,...
# Changes Update Kaniko executor and Bash image version Kaniko executor v1.8.1 supports arm64 (1.5.1 didn't) # Submitter Checklist These are the criteria that every PR should meet, please check...
# Changes # Submitter Checklist These are the criteria that every PR should meet, please check them off as you review them: - [ ] Follows the [authoring recommendations](https://github.com/tektoncd/catalog/blob/main/recommendations.md) -...
# Changes These changes use `SSL_CERT_FILE` env variable to make buildpacks creator trust self signed CA for an image registry. With this support, we can build a development k8s cluster...
# Changes The yq task was missing a -P (pretty print) option, as well as a --no-color option. Instead of making new task versions (and params) for each of the...
# Changes - Add apache benchmark simple task to stress test an http/https endpoint # Submitter Checklist These are the criteria that every PR should meet, please check them off...
# Expected Behavior Using the `docker-build` task should work on Arm clusters. # Actual Behavior ``` 2022/07/28 16:45:50 Error executing command: fork/exec /tekton/scripts/script-0-6znlv: exec format error ``` https://github.com/tektoncd/pipeline/issues/5233 # Steps...
# Changes adds support to configure go env variables to, - download private module dependencies for tests. this includes configuring ssh keys and adding git config to use ssh to...
# Expected Behavior Buildah should successfully build & push a container image. In fact it does when I just use an IMAGE param WITHOUT any Tag, like : image-registry.openshift-image-registry.svc:5000/petclinic/petclinic-config-server But...