Change default order of registries.conf to push docker.io to the back.

This commit is contained in:
Daniel J Walsh 2019-12-02 17:51:52 +01:00
parent a990ae27e8
commit 0009f38a2f
No known key found for this signature in database
GPG Key ID: A2DF901DABE2C028
2 changed files with 5 additions and 2 deletions

View File

@ -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', 'registry.access.redhat.com', 'registry.centos.org', 'quay.io']
registries = ['registry.fedoraproject.org', 'registry.access.redhat.com', 'registry.centos.org', 'docker.io', 'quay.io']
# Registries that do not use TLS when pulling images or uses self-signed
# certificates.

View File

@ -42,7 +42,7 @@ Epoch: 1
Epoch: 0
%endif
Version: 0.1.41
Release: 12.dev.git%{shortcommit0}%{?dist}
Release: 13.dev.git%{shortcommit0}%{?dist}
Summary: Inspect container images and repositories on registries
License: ASL 2.0
URL: %{git0}
@ -430,6 +430,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_datadir}/%{name}/test
%changelog
* Mon Dec 2 2019 Dan Walsh <dwalsh@fedoraproject.org> - 1:0.1.41-13.dev.git3ed6e83
- Change default order of registries.conf to push docker.io to the back.
* Mon Dec 02 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1:0.1.41-12.dev.git9c402f3
- autobuilt 9c402f3