mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2026-05-14 18:57:03 +00:00
e2e: Use fully qualified image name for ubuntu:22.04
CRI-O 1.34+ enforces short name mode by default, which refuses to pull images with unqualified names like 'ubuntu:22.04' because they are ambiguous. Use the full image docker.io/library/ubuntu:22.04 Fixes #1471 Signed-off-by: Ram Lavi <ralavi@redhat.com>
This commit is contained in:
@@ -40,7 +40,7 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: ctr0
|
||||
image: ubuntu:22.04
|
||||
image: docker.io/library/ubuntu:22.04
|
||||
command: ["bash", "-c"]
|
||||
args: ["export; sleep 9999"]
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user