mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-28 04:21:03 +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
|
||||
containers:
|
||||
- name: bash-curl
|
||||
image: storytel/alpine-bash-curl:latest
|
||||
image: quay.io/kata-containers/alpine-bash-curl:latest
|
||||
imagePullPolicy: Always
|
||||
command:
|
||||
- sh
|
||||
|
Loading…
Reference in New Issue
Block a user