fix(deps): update common, image, and storage deps

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-07-08 09:13:21 +00:00
committed by GitHub
parent b047cfc7e9
commit 0e106c24e0
7 changed files with 32 additions and 12 deletions

View File

@@ -588,6 +588,7 @@ default_sysctls = [
#
#cdi_spec_dirs = [
# "/etc/cdi",
# "/var/run/cdi",
#]
# Manifest Type (oci, v2s2, or v2s1) to use when pulling, pushing, building

View File

@@ -437,6 +437,7 @@ default_sysctls = [
#
#cdi_spec_dirs = [
# "/etc/cdi",
# "/var/run/cdi",
#]
# Manifest Type (oci, v2s2, or v2s1) to use when pulling, pushing, building

View File

@@ -102,7 +102,7 @@ var (
// DefaultHooksDirs defines the default hooks directory.
DefaultHooksDirs = []string{"/usr/share/containers/oci/hooks.d"}
// DefaultCdiSpecDirs defines the default cdi spec directories.
DefaultCdiSpecDirs = []string{"/etc/cdi"}
DefaultCdiSpecDirs = []string{"/etc/cdi", "/var/run/cdi"}
// DefaultCapabilities is the default for the default_capabilities option in the containers.conf file.
DefaultCapabilities = []string{
"CAP_CHOWN",