Skip to content

Commit 9eb4b32

Browse files
committed
Update Sample Pipeline Artifact Copy Image
1 parent b15ee76 commit 9eb4b32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/internal/apiserver/sample-pipeline.yaml.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,13 @@ data:
157157
valueFrom:
158158
fieldRef:
159159
fieldPath: metadata.labels['custom.tekton.dev/originalPipelineRun']
160-
- image: busybox
160+
- image: registry.access.redhat.com/ubi8/ubi-minimal
161161
name: output-taskrun-name
162162
command:
163163
- sh
164164
- -ec
165165
- echo -n "$(context.taskRun.name)" > "$(results.taskrun-name.path)"
166-
- image: busybox
166+
- image: registry.access.redhat.com/ubi8/ubi-minimal
167167
name: copy-results-artifacts
168168
command:
169169
- sh

0 commit comments

Comments
 (0)