From b7e95d73b186e74767f5a8ef8c67f7f8eee9a6b8 Mon Sep 17 00:00:00 2001 From: Adphi Date: Thu, 10 Apr 2025 11:21:33 +0200 Subject: [PATCH] tests: fix manifest for centos:latest not found Signed-off-by: Adphi --- config_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config_test.go b/config_test.go index 5f2eb6b..7189a2b 100644 --- a/config_test.go +++ b/config_test.go @@ -116,10 +116,6 @@ func TestConfig(t *testing.T) { image: "centos:8", config: configCentOS, }, - { - image: "centos:latest", - config: configCentOS, - }, { image: "quay.io/centos/centos:stream9", config: configCentOS,