containers-common-1-37.el9
- update unqualified registries list - Related: #2088139 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
3548356d53
commit
5ba65e47e6
@ -12,7 +12,7 @@
|
||||
Epoch: 2
|
||||
Name: containers-common
|
||||
Version: 1
|
||||
Release: 36%{?dist}
|
||||
Release: 37%{?dist}
|
||||
Summary: Common configuration and documentation for containers
|
||||
License: ASL 2.0
|
||||
BuildRequires: /usr/bin/go-md2man
|
||||
@ -97,7 +97,7 @@ separately.
|
||||
|
||||
%package -n aardvark-dns
|
||||
Version: 1.0.1
|
||||
Release: 36%{?dist}
|
||||
Release: 37%{?dist}
|
||||
URL: https://github.com/containers/aardvark-dns
|
||||
Summary: Authoritative DNS server for A/AAAA container records
|
||||
License: ASL 2.0 and BSD and MIT
|
||||
@ -117,7 +117,7 @@ Read more about configuration in `src/backend/mod.rs`.
|
||||
|
||||
%package -n netavark
|
||||
Version: 1.0.1
|
||||
Release: 36%{?dist}
|
||||
Release: 37%{?dist}
|
||||
URL: https://github.com/containers/netavark
|
||||
Summary: OCI network stack
|
||||
License: ASL 2.0 and BSD and MIT
|
||||
@ -306,6 +306,10 @@ EOF
|
||||
%{_mandir}/man1/netavark.1*
|
||||
|
||||
%changelog
|
||||
* Mon May 23 2022 Jindrich Novy <jnovy@redhat.com> - 2:1-37
|
||||
- update unqualified registries list
|
||||
- Related: #2088139
|
||||
|
||||
* Mon May 09 2022 Jindrich Novy <jnovy@redhat.com> - 2:1-36
|
||||
- update aardvark-dns and netavark to 1.0.3
|
||||
- update vendored components
|
||||
|
@ -19,7 +19,7 @@
|
||||
#
|
||||
# # An array of host[:port] registries to try when pulling an unqualified image, in order.
|
||||
|
||||
unqualified-search-registries = ["registry.fedoraproject.org", "registry.access.redhat.com", "registry.centos.org", "quay.io", "docker.io"]
|
||||
unqualified-search-registries = ['registry.access.redhat.com', 'registry.redhat.io', 'docker.io']
|
||||
|
||||
# [[registry]]
|
||||
# # The "prefix" field is used to choose the relevant [[registry]] TOML table;
|
||||
|
Loading…
Reference in New Issue
Block a user