Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jul 14:27
v1.0.0
362fc28

Installation

Install the task directly:

kubectl apply -f https://raw.githubusercontent.com/vdemeester/tektoncd-catalog-kaniko/v1.0.0/task/kaniko/kaniko.yaml

Or use via bundle resolver:

taskRef:
  resolver: bundles
  params:
    - name: bundle
      value: ghcr.io/vdemeester/tektoncd-catalog-kaniko/bundle:v1.0.0
    - name: name
      value: kaniko
    - name: kind
      value: task

Bundle image

  • ghcr.io/vdemeester/tektoncd-catalog-kaniko/bundle:v1.0.0