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

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