mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 00:07:16 +00:00
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>
20 lines
428 B
YAML
20 lines
428 B
YAML
# Copyright (c) 2023-2024 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: aa-test-cc
|
|
spec:
|
|
runtimeClassName: kata
|
|
containers:
|
|
- name: bash-curl
|
|
image: quay.io/kata-containers/alpine-bash-curl:latest
|
|
imagePullPolicy: Always
|
|
command:
|
|
- sh
|
|
- -c
|
|
- |
|
|
curl http://127.0.0.1:8006/cdh/resource/default/aa/key; sleep 1000
|