mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-29 04:51:34 +00:00
CI: Use multi-arch image for alpine-bash-curl
A multi-arch image for `alpine-bash-curl` has been pushed to and available at `quay.io/kata-containers`. This commit switches the test image to `quay.io/kata-containers/alpine-bash-curl`. Fixes: #9935 Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
This commit is contained in:
parent
a32b21bd32
commit
f2c5f18952
@ -10,7 +10,7 @@ spec:
|
|||||||
runtimeClassName: kata
|
runtimeClassName: kata
|
||||||
containers:
|
containers:
|
||||||
- name: bash-curl
|
- name: bash-curl
|
||||||
image: storytel/alpine-bash-curl:latest
|
image: quay.io/kata-containers/alpine-bash-curl:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
|
Loading…
Reference in New Issue
Block a user