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.
This commit is contained in:
parent
716856c370
commit
797c982a8a
@ -9,7 +9,7 @@
|
|||||||
# Registries to search for images that are not fully-qualified.
|
# Registries to search for images that are not fully-qualified.
|
||||||
# i.e. foobar.com/my_image:latest vs my_image:latest
|
# i.e. foobar.com/my_image:latest vs my_image:latest
|
||||||
[registries.search]
|
[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
|
# Registries that do not use TLS when pulling images or uses self-signed
|
||||||
# certificates.
|
# certificates.
|
||||||
|
@ -42,7 +42,7 @@ Epoch: 1
|
|||||||
Epoch: 0
|
Epoch: 0
|
||||||
%endif
|
%endif
|
||||||
Version: 0.1.41
|
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
|
Summary: Inspect container images and repositories on registries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
@ -430,6 +430,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 8 2019 Dan Walsh (Bot) <dwalsh+bot@fedoraproject.org> - - 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 <rhcontainerbot@fedoraproject.org> - 1:0.1.41-0.9.dev.git24f4f82
|
* Sat Nov 02 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1:0.1.41-0.9.dev.git24f4f82
|
||||||
- autobuilt 24f4f82
|
- autobuilt 24f4f82
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user