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 <lsm5@redhat.com>
This commit is contained in:
Lokesh Mandvekar
2025-07-18 10:22:23 -04:00
parent cf76c899c7
commit 5973d144f2
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ env:
SCRIPT_BASE: "./contrib/cirrus" SCRIPT_BASE: "./contrib/cirrus"
# Google-cloud VM Images # Google-cloud VM Images
IMAGE_SUFFIX: "c20250422t130822z-f42f41d13" IMAGE_SUFFIX: "c20250721t181111z-f42f41d13"
FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}"
# Container FQIN's # Container FQIN's

View File

@@ -13,7 +13,7 @@ import (
) )
const ( const (
binaryV2 = "registry-v2" binaryV2 = "registry"
binaryV2Schema1 = "registry-v2-schema1" binaryV2Schema1 = "registry-v2-schema1"
) )