containers-common-0.61.0-5.el10
- Be sure log-driver is the podman default, not k8s-file - Resolves: RHEL-78154 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
57005edabe
commit
96af70841e
@ -17,7 +17,7 @@
|
||||
Name: containers-common
|
||||
Epoch: 5
|
||||
Version: %{common_version}
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: Apache-2.0
|
||||
BuildArch: noarch
|
||||
# for BuildRequires: go-md2man
|
||||
@ -200,6 +200,10 @@ ln -s ../../../..%{_sysconfdir}/yum.repos.d/redhat.repo %{buildroot}%{_datadir}/
|
||||
%files extra
|
||||
|
||||
%changelog
|
||||
* Thu Feb 06 2025 Jindrich Novy <jnovy@redhat.com> - 5:0.61.0-5
|
||||
- Be sure log-driver is the podman default, not k8s-file
|
||||
- Resolves: RHEL-78154
|
||||
|
||||
* Thu Feb 06 2025 Jindrich Novy <jnovy@redhat.com> - 5:0.61.0-4
|
||||
- Update shortnames from Pyxis
|
||||
- Resolves: RHEL-66760
|
||||
|
@ -207,7 +207,6 @@ default_sysctls = [
|
||||
# Logging driver for the container. Available options: k8s-file and journald.
|
||||
#
|
||||
#log_driver = "k8s-file"
|
||||
log_driver = "k8s-file"
|
||||
|
||||
# Maximum size allowed for the container log file. Negative numbers indicate
|
||||
# that no size limit is imposed. If positive, it must be >= 8192 to match or
|
||||
|
Loading…
Reference in New Issue
Block a user