diff --git a/SOURCES/registries.conf b/SOURCES/registries.conf index ef74aeb..1d3da14 100644 --- a/SOURCES/registries.conf +++ b/SOURCES/registries.conf @@ -76,4 +76,4 @@ unqualified-search-registries = ["registry.fedoraproject.org", "registry.access. # # 2. example-mirror-1.local/mirrors/foo/image:latest # # 3. internal-registry-for-example.net/bar/image:latest # # in order, and use the first one that exists. -short-name-mode = "enforcing" +short-name-mode = "permissive" diff --git a/SOURCES/update.sh b/SOURCES/update.sh index de439ec..8c4ea1a 100755 --- a/SOURCES/update.sh +++ b/SOURCES/update.sh @@ -27,6 +27,7 @@ ensure containers.conf events_logger \"file\" if pwd | grep rhel-8 > /dev/null then ensure registries.conf unqualified-search-registries [\"registry.fedoraproject.org\",\ \"registry.access.redhat.com\",\ \"registry.centos.org\",\ \"docker.io\"] +ensure registries.conf short-name-mode \"permissive\" ensure containers.conf infra_image \"registry.access.redhat.com/ubi8/pause\" ensure containers.conf runtime \"runc\" else diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec index 36c6e1e..0b7ab2a 100644 --- a/SPECS/skopeo.spec +++ b/SPECS/skopeo.spec @@ -30,7 +30,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 1 Name: skopeo Version: 1.4.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: %{git0} @@ -267,6 +267,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Fri Aug 06 2021 Jindrich Novy - 1:1.4.0-5 +- be sure short-name-mode is permissive in RHEL8 +- Related: #1934415 + * Wed Aug 04 2021 Jindrich Novy - 1:1.4.0-4 - don't define short-name-mode in RHEL8 - Related: #1934415