From 7e59cf06dec0d60a861156ec37c85ca78828f864 Mon Sep 17 00:00:00 2001 From: Ricardo Branco Date: Mon, 20 Jul 2026 23:38:15 +0200 Subject: [PATCH] config: remove duplicate compat_api_enforce_docker_hub entry The compat_api_enforce_docker_hub key and its comment were listed twice in containers.conf. Removed the first occurrence and kept the second. Signed-off-by: Ricardo Branco --- common/pkg/config/containers.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/pkg/config/containers.conf b/common/pkg/config/containers.conf index 7f52238178..9c998dde09 100644 --- a/common/pkg/config/containers.conf +++ b/common/pkg/config/containers.conf @@ -518,11 +518,6 @@ default_sysctls = [ # "/usr/local/sbin/conmon" #] -# Enforces using docker.io for completing short names in Podman's compatibility -# REST API. Note that this will ignore unqualified-search-registries and -# short-name aliases defined in containers-registries.conf(5). -#compat_api_enforce_docker_hub = true - # Specify the keys sequence used to detach a container. # Format is a single character [a-Z] or a comma separated sequence of # `ctrl-`, where `` is one of: