import skopeo-0.1.41-4.module+el8.3.0+8377+eff33c85
This commit is contained in:
parent
0a09d8ae86
commit
7a6ff421dc
@ -26,13 +26,20 @@
|
|||||||
# The following registries are a set of secure defaults provided by Red Hat.
|
# The following registries are a set of secure defaults provided by Red Hat.
|
||||||
# Each of these registries provides container images curated, patched
|
# Each of these registries provides container images curated, patched
|
||||||
# and maintained by Red Hat and its partners
|
# and maintained by Red Hat and its partners
|
||||||
|
#[registries.search]
|
||||||
|
#registries = ['registry.access.redhat.com', 'registry.redhat.io']
|
||||||
|
|
||||||
|
# To ensure compatibility with docker we've included docker.io in the default search list. However Red Hat
|
||||||
|
# does not curate, patch or maintain container images from the docker.io registry.
|
||||||
[registries.search]
|
[registries.search]
|
||||||
registries = ['registry.access.redhat.com', 'registry.redhat.io']
|
registries = ['registry.access.redhat.com', 'registry.redhat.io', 'docker.io']
|
||||||
|
|
||||||
# The following registries entry can be used for convenience but includes
|
# The following registries entry can be used for convenience but includes
|
||||||
# container images built by the community. This set of content comes with all
|
# container images built by the community. This set of content comes with all
|
||||||
# of the risks of any user generated content including security and performance
|
# of the risks of any user generated content including security and performance
|
||||||
# issues. To use this list first comment out the default list, then uncomment
|
# issues. To use this list first comment out the default list, then uncomment
|
||||||
# the following list
|
# the following list
|
||||||
|
#[registries.search]
|
||||||
#registries = ['registry.access.redhat.com', 'registry.redhat.io', 'docker.io', 'quay.io']
|
#registries = ['registry.access.redhat.com', 'registry.redhat.io', 'docker.io', '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
|
||||||
|
@ -31,7 +31,7 @@ ExcludeArch: ppc64
|
|||||||
Epoch: 1
|
Epoch: 1
|
||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
Version: 0.1.41
|
Version: 0.1.41
|
||||||
Release: 3%{?dist}
|
Release: 4%{?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}
|
||||||
@ -252,6 +252,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 08 2020 Jindrich Novy <jnovy@redhat.com> - 1:0.1.41-4
|
||||||
|
- add docker.io into the default registry list
|
||||||
|
- Resolves: #1886443
|
||||||
|
|
||||||
* Thu Jul 16 2020 Eduardo Santiago <santiago@redhat.com> - 1:0.1.41-3
|
* Thu Jul 16 2020 Eduardo Santiago <santiago@redhat.com> - 1:0.1.41-3
|
||||||
- patch broken gating tests: improper 'jq' usage, and use 'registry:2.6'
|
- patch broken gating tests: improper 'jq' usage, and use 'registry:2.6'
|
||||||
(instead of :2) to work around broken image pushed by docker
|
(instead of :2) to work around broken image pushed by docker
|
||||||
|
Loading…
Reference in New Issue
Block a user