fix verifying kuberentes images test

pull/9662/head
Medya Gh 2020-11-10 10:39:10 -08:00
parent f3f404ceaa
commit d7fe968bde
1 changed files with 0 additions and 1 deletions

View File

@ -294,7 +294,6 @@ func testPulledImages(ctx context.Context, t *testing.T, profile string, version
for _, img := range jv["images"] {
for _, i := range img.Tags {
// Remove container-specific prefixes for naming consistency
i = strings.TrimPrefix(i, "docker.io/")
i = strings.TrimPrefix(i, "localhost/")
if defaultImage(i) {
found[i] = true