Skip to content

Commit 04b6924

Browse files
committed
Issue #2835 - Tekton task "func-buildpacks" prepare/results steps use non-multi-arch bash:5.1.4 image, causing exec format errors on ARM64
1 parent 4c4fd28 commit 04b6924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/pipelines/tekton/tasks.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ spec:
101101
102102
steps:
103103
- name: prepare
104-
image: docker.io/library/bash:5.1.4@sha256:b208215a4655538be652b2769d82e576bc4d0a2bb132144c060efc5be8c3f5d6
104+
image: docker.io/library/bash:5.1
105105
args:
106106
- "--env-vars"
107107
- "$(params.ENV_VARS[*])"
@@ -207,7 +207,7 @@ spec:
207207
runAsGroup: 0
208208
209209
- name: results
210-
image: docker.io/library/bash:5.1.4@sha256:b208215a4655538be652b2769d82e576bc4d0a2bb132144c060efc5be8c3f5d6
210+
image: docker.io/library/bash:5.1
211211
script: |
212212
#!/usr/bin/env bash
213213
set -e

0 commit comments

Comments
 (0)