pipeline: Failed to pull kaniko image from private repo
Service account
apiVersion: v1
imagePullSecrets:
- name: basic-user-pass
kind: ServiceAccount
metadata:
name: 5f7ac2569596510001b034b7-sa
namespace: tekton
Task
apiVersion: tekton.dev/v1beta1
kind: TaskRun
metadata:
name: app-builder5fc89e3fdbf91600010d0012-task-run
namespace: tekton
spec:
serviceAccountName: 5f7ac2569596510001b034b7-sa
taskRef:
kind: Task
name: app-builder5fc89e3fdbf91600010d0012
Task
apiVersion: tekton.dev/v1beta1
kind: Task
metadata:
name: app-builder5fc89e3fdbf91600010d0012
namespace: tekton
spec:
steps:
- image: <url>
imagePullPolicy: Always
name: app
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 15 (7 by maintainers)
Commits related to this issue
- doc: added a note on pulling task image from private repo Prior to this, docs were not clear on how to use a private image for a task - issue #3604 If a task uses an image from a private repo, then ... — committed to adelmoradian/pipeline by deleted user a year ago
- doc: added a note on pulling task image from private repo prior to this, docs were not clear on how to use a private image for a task - issue #3604 if a task uses an image from a private repo, then ... — committed to adelmoradian/pipeline by deleted user a year ago
- doc: added a note on pulling task image from private repo prior to this, docs were not clear on how to use a private image for a task - issue #3604 if a task uses an image from a private repo, then ... — committed to adelmoradian/pipeline by adelmoradian a year ago
- doc: added a note on pulling task image from private repo prior to this, docs were not clear on how to use a private image for a task - issue #3604 if a task uses an image from a private repo, then ... — committed to tektoncd/pipeline by adelmoradian a year ago
Thanks, @adelmoradian. It sounds like at least we should better document how to achieve this. @vdemeester wdyt?
Should i add this to defining steps sections of documentation?