diff --git a/registries.conf b/registries.conf index 7ff629b..54f4e45 100644 --- a/registries.conf +++ b/registries.conf @@ -9,7 +9,7 @@ # Registries to search for images that are not fully-qualified. # i.e. foobar.com/my_image:latest vs my_image:latest [registries.search] -registries = ['docker.io', 'registry.fedoraproject.org', 'quay.io', 'registry.access.redhat.com', 'registry.centos.org'] +registries = ['docker.io', 'registry.fedoraproject.org', 'registry.access.redhat.com', 'registry.centos.org', 'quay.io'] # Registries that do not use TLS when pulling images or uses self-signed # certificates. diff --git a/skopeo.spec b/skopeo.spec index c602adb..4caa7cc 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -42,7 +42,7 @@ Epoch: 1 Epoch: 0 %endif Version: 0.1.41 -Release: 0.9.dev.git%{shortcommit0}%{?dist} +Release: 1.dev.git%{shortcommit0}%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: %{git0} @@ -430,6 +430,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Fri Nov 8 2019 Dan Walsh (Bot) - - 1:0.1.41-1.dev.git24f4f82 +- Change default search order on registries.conf. +- Quay.io should be last to make sure no one is squating on repos that are + provided by upstream packages. + * Sat Nov 02 2019 RH Container Bot - 1:0.1.41-0.9.dev.git24f4f82 - autobuilt 24f4f82