containers-common-1-21.el9
- containers.conf should contain network_backend = "cni" in RHEL8.6 - Related: #2000051 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
587ea281b9
commit
41a2a6e7ee
@ -12,7 +12,7 @@
|
|||||||
Epoch: 2
|
Epoch: 2
|
||||||
Name: containers-common
|
Name: containers-common
|
||||||
Version: 1
|
Version: 1
|
||||||
Release: 20%{?dist}
|
Release: 21%{?dist}
|
||||||
Summary: Common configuration and documentation for containers
|
Summary: Common configuration and documentation for containers
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -160,6 +160,10 @@ EOF
|
|||||||
%{_datadir}/rhel/secrets/*
|
%{_datadir}/rhel/secrets/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 16 2022 Jindrich Novy <jnovy@redhat.com> - 2:1-21
|
||||||
|
- containers.conf should contain network_backend = "cni" in RHEL8.6
|
||||||
|
- Related: #2000051
|
||||||
|
|
||||||
* Wed Feb 09 2022 Jindrich Novy <jnovy@redhat.com> - 2:1-20
|
* Wed Feb 09 2022 Jindrich Novy <jnovy@redhat.com> - 2:1-20
|
||||||
- update shortname aliases from upstream
|
- update shortname aliases from upstream
|
||||||
- Related: #2000051
|
- Related: #2000051
|
||||||
|
@ -31,6 +31,7 @@ ensure containers.conf infra_image \"registry.access.redhat.co
|
|||||||
ensure containers.conf runtime \"runc\"
|
ensure containers.conf runtime \"runc\"
|
||||||
ensure containers.conf events_logger \"file\"
|
ensure containers.conf events_logger \"file\"
|
||||||
ensure containers.conf log_driver \"k8s-file\"
|
ensure containers.conf log_driver \"k8s-file\"
|
||||||
|
ensure containers.conf network_backend \"cni\"
|
||||||
else
|
else
|
||||||
ensure registries.conf unqualified-search-registries [\"registry.fedoraproject.org\",\ \"registry.access.redhat.com\",\ \"registry.centos.org\",\ \"quay.io\",\ \"docker.io\"]
|
ensure registries.conf unqualified-search-registries [\"registry.fedoraproject.org\",\ \"registry.access.redhat.com\",\ \"registry.centos.org\",\ \"quay.io\",\ \"docker.io\"]
|
||||||
ensure registries.conf short-name-mode \"enforcing\"
|
ensure registries.conf short-name-mode \"enforcing\"
|
||||||
|
Loading…
Reference in New Issue
Block a user