mirror of
https://github.com/containers/podman.git
synced 2026-02-05 15:45:08 +01:00
fix(deps): update common, image, and storage deps to 22d50c5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
22
vendor/go.podman.io/common/pkg/config/containers.conf
generated
vendored
22
vendor/go.podman.io/common/pkg/config/containers.conf
generated
vendored
@@ -216,12 +216,12 @@ default_sysctls = [
|
||||
#
|
||||
#log_driver = "k8s-file"
|
||||
|
||||
# Default path for container logs to be stored in. When empty, logs will be stored
|
||||
# Default path for container logs to be stored in. When empty, logs will be stored
|
||||
# in the container's default storage and removed when the container is removed.
|
||||
# A subdirectory named with the container ID will be created under the specified
|
||||
# A subdirectory named with the container ID will be created under the specified
|
||||
# path, and the log file will have the default name `ctr.log` within that directory.
|
||||
# This option can be overridden by the `--log-opt` flag.
|
||||
#
|
||||
#
|
||||
#log_path = ""
|
||||
|
||||
# Maximum size allowed for the container log file. Negative numbers indicate
|
||||
@@ -359,7 +359,7 @@ default_sysctls = [
|
||||
# already containers/images or CNI networks preset it will choose CNI.
|
||||
#
|
||||
# Before changing this value all containers must be stopped otherwise it is likely that
|
||||
# iptables rules and network interfaces might leak on the host. A reboot will fix this.
|
||||
# firewall rules and network interfaces might leak on the host. A reboot will fix this.
|
||||
#
|
||||
#network_backend = ""
|
||||
|
||||
@@ -384,7 +384,7 @@ default_sysctls = [
|
||||
|
||||
# The firewall driver to be used by netavark.
|
||||
# The default is empty which means netavark will pick one accordingly. Current supported
|
||||
# drivers are "iptables", "nftables", "none" (no firewall rules will be created) and "firewalld" (firewalld is
|
||||
# drivers are "nftables", "none" (no firewall rules will be created) and "firewalld" (firewalld is
|
||||
# experimental at the moment and not recommend outside of testing).
|
||||
#
|
||||
#firewall_driver = ""
|
||||
@@ -542,10 +542,14 @@ default_sysctls = [
|
||||
#
|
||||
#enable_port_reservation = true
|
||||
|
||||
# Environment variables to be used when running the container engine (e.g., Podman, Buildah).
|
||||
# For example "http_proxy=internal.proxy.company.com".
|
||||
# Note these environment variables will not be used within the container.
|
||||
# Set the env section under [containers] table, if you want to set environment variables for the container.
|
||||
# Environment variables to be used when running the container engine (e.g.,
|
||||
# Podman, Buildah). For example "MYVAR=value". These environment variables
|
||||
# will not be used within the container. Set the env section under the
|
||||
# [containers] table, if you want to set environment variables for the
|
||||
# container.
|
||||
# Note when using this to set http proxy variables then they might get
|
||||
# leaked into the container depending on if `http_proxy` (under the
|
||||
# [containers] table) is set to to true (default) or false.
|
||||
#
|
||||
#env = []
|
||||
|
||||
|
||||
18
vendor/go.podman.io/common/pkg/config/containers.conf-freebsd
generated
vendored
18
vendor/go.podman.io/common/pkg/config/containers.conf-freebsd
generated
vendored
@@ -169,12 +169,12 @@ default_sysctls = [
|
||||
#
|
||||
#log_driver = "k8s-file"
|
||||
|
||||
# Default path for container logs to be stored in. When empty, logs will be stored
|
||||
# Default path for container logs to be stored in. When empty, logs will be stored
|
||||
# in the container's default storage and removed when the container is removed.
|
||||
# A subdirectory named with the container ID will be created under the specified
|
||||
# A subdirectory named with the container ID will be created under the specified
|
||||
# path, and the log file will have the default name `ctr.log` within that directory.
|
||||
# This option can be overridden by the `--log-opt` flag.
|
||||
#
|
||||
#
|
||||
#log_path = ""
|
||||
|
||||
# Maximum size allowed for the container log file. Negative numbers indicate
|
||||
@@ -393,10 +393,14 @@ default_sysctls = [
|
||||
#
|
||||
#enable_port_reservation = true
|
||||
|
||||
# Environment variables to be used when running the container engine (e.g., Podman, Buildah).
|
||||
# For example "http_proxy=internal.proxy.company.com".
|
||||
# Note these environment variables will not be used within the container.
|
||||
# Set the env section under [containers] table, if you want to set environment variables for the container.
|
||||
# Environment variables to be used when running the container engine (e.g.,
|
||||
# Podman, Buildah). For example "MYVAR=value". These environment variables
|
||||
# will not be used within the container. Set the env section under the
|
||||
# [containers] table, if you want to set environment variables for the
|
||||
# container.
|
||||
# Note when using this to set http proxy variables then they might get
|
||||
# leaked into the container depending on if `http_proxy` (under the
|
||||
# [containers] table) is set to to true (default) or false.
|
||||
#
|
||||
#env = []
|
||||
|
||||
|
||||
6
vendor/modules.txt
vendored
6
vendor/modules.txt
vendored
@@ -787,7 +787,7 @@ go.opentelemetry.io/otel/trace
|
||||
go.opentelemetry.io/otel/trace/embedded
|
||||
go.opentelemetry.io/otel/trace/internal/telemetry
|
||||
go.opentelemetry.io/otel/trace/noop
|
||||
# go.podman.io/common v0.66.1-0.20251120131032-23712697ddda
|
||||
# go.podman.io/common v0.66.1-0.20251122023359-22d50c57903c
|
||||
## explicit; go 1.24.2
|
||||
go.podman.io/common/internal
|
||||
go.podman.io/common/internal/attributedstring
|
||||
@@ -857,7 +857,7 @@ go.podman.io/common/pkg/umask
|
||||
go.podman.io/common/pkg/util
|
||||
go.podman.io/common/pkg/version
|
||||
go.podman.io/common/version
|
||||
# go.podman.io/image/v5 v5.38.1-0.20251120131032-23712697ddda
|
||||
# go.podman.io/image/v5 v5.38.1-0.20251122023359-22d50c57903c
|
||||
## explicit; go 1.24.0
|
||||
go.podman.io/image/v5/copy
|
||||
go.podman.io/image/v5/directory
|
||||
@@ -931,7 +931,7 @@ go.podman.io/image/v5/transports
|
||||
go.podman.io/image/v5/transports/alltransports
|
||||
go.podman.io/image/v5/types
|
||||
go.podman.io/image/v5/version
|
||||
# go.podman.io/storage v1.61.1-0.20251120131032-23712697ddda
|
||||
# go.podman.io/storage v1.61.1-0.20251122023359-22d50c57903c
|
||||
## explicit; go 1.24.0
|
||||
go.podman.io/storage
|
||||
go.podman.io/storage/drivers
|
||||
|
||||
Reference in New Issue
Block a user