Skip to content

Commit

Permalink
Replace ubi9/ubi-minimal with busybox image
Browse files Browse the repository at this point in the history
Seems like the ubi9/ubi-minimal image may cause e2e failures (at least
from time to time).

ubi-minimal or busybox shouldn't really matter for that regression
example test, so this switch to an image we already use (as the
"shell" image on the controller).

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester authored and tekton-robot committed Nov 15, 2023
1 parent fced45f commit a7edd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/v1/taskruns/5080-entrypoint-init-regression.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- "--help"
steps:
- name: echo-cli
image: registry.access.redhat.com/ubi9/ubi-minimal:9.0.0-1580
image: cgr.dev/chainguard/busybox
workingDir: /tekton/home
args:
- "$(params.ARGS)"
Expand Down

0 comments on commit a7edd28

Please sign in to comment.