From bbf13af3d554408179b2f5894880fb81748bb33d Mon Sep 17 00:00:00 2001 From: Ram Lavi Date: Mon, 19 Jan 2026 23:50:02 +0200 Subject: [PATCH] e2e: Use fully qualified image name for alpine CRI-O 1.34+ enforces short name mode by default, which refuses to pull images with unqualified names like 'alpine' because they are ambiguous. Use a full image docker.io/library/alpine Fixes #1471 Signed-off-by: Ram Lavi --- e2e/templates/cni-install.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/templates/cni-install.yml.j2 b/e2e/templates/cni-install.yml.j2 index 06160451e..36d98a846 100644 --- a/e2e/templates/cni-install.yml.j2 +++ b/e2e/templates/cni-install.yml.j2 @@ -36,7 +36,7 @@ spec: effect: NoSchedule containers: - name: install-cni-plugins - image: alpine + image: docker.io/library/alpine command: ["/bin/sh", "/scripts/install_cni.sh"] resources: requests: