Skip to content

Commit

Permalink
Add nop-image to release configs
Browse files Browse the repository at this point in the history
This should ensure that the nop-image is built and released alongside
other utility images.

Followup from tektoncd#3014
  • Loading branch information
imjasonh committed Jul 28, 2020
1 parent a81f43d commit 0b1d99b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tekton/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ spec:
type: image
- name: builtEntrypointImage
type: image
- name: builtNopImage
type: image
- name: builtKubeconfigWriterImage
type: image
- name: builtCredsInitImage
Expand Down Expand Up @@ -109,6 +111,8 @@ spec:
resource: builtBaseImage
- name: builtEntrypointImage
resource: builtEntrypointImage
- name: builtNopImage
resource: builtNopImage
- name: builtKubeconfigWriterImage
resource: builtKubeconfigWriterImage
- name: builtCredsInitImage
Expand Down
10 changes: 10 additions & 0 deletions tekton/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@ spec:
---
apiVersion: tekton.dev/v1alpha1
kind: PipelineResource
metadata:
name: nop-image
spec:
type: image
params:
- name: url
value: cmd/nop # Registry is provided via parameter, this is a hack see #569
---
apiVersion: tekton.dev/v1alpha1
kind: PipelineResource
metadata:
name: kubeconfigwriter-image
spec:
Expand Down

0 comments on commit 0b1d99b

Please sign in to comment.