From 5973d144f2eebf55411849b4c1fd812587efc75d Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 18 Jul 2025 10:22:23 -0400 Subject: [PATCH] integration: rename registry binary The skopeo_cidev image is updated with the registry binary from the docker-distribution package instead of building one from source. Ref: https://github.com/containers/automation_images/pull/410 Signed-off-by: Lokesh Mandvekar --- .cirrus.yml | 2 +- integration/registry_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 362300d1..aa99e87d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -21,7 +21,7 @@ env: SCRIPT_BASE: "./contrib/cirrus" # Google-cloud VM Images - IMAGE_SUFFIX: "c20250422t130822z-f42f41d13" + IMAGE_SUFFIX: "c20250721t181111z-f42f41d13" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" # Container FQIN's diff --git a/integration/registry_test.go b/integration/registry_test.go index 320fa425..9882312a 100644 --- a/integration/registry_test.go +++ b/integration/registry_test.go @@ -13,7 +13,7 @@ import ( ) const ( - binaryV2 = "registry-v2" + binaryV2 = "registry" binaryV2Schema1 = "registry-v2-schema1" )