Estou usando o Ubuntu 22.04.3 LTS e tenho a seguinte versão do podman ( podman version
):
Version: 3.4.4
API Version: 3.4.4
Go Version: go1.18.1
Built: Thu Jan 1 01:00:00 1970
OS/Arch: linux/amd64
Mas invocar praticamente qualquer comando no podman me dá estes erros:
$ podman version
WARN[0000] Failed to decode the keys ["configmaps"] from "/home/theuser/.config/containers/containers.conf".
WARN[0000] Failed to decode the keys ["configmaps"] from "/home/theuser/.config/containers/containers.conf".
WARN[0000] Failed to decode the keys ["configmaps"] from "/home/theuser/.config/containers/containers.conf".
WARN[0000] Failed to decode the keys ["configmaps"] from "/home/theuser/.config/containers/containers.conf".
WARN[0000] Error validating CNI config file /home/theuser/.config/cni/net.d/gitea-net.conflist: [plugin bridge does not support config version "1.0.0" plugin portmap does not support config version "1.0.0" plugin firewall does not support config version "1.0.0" plugin tuning does not support config version "1.0.0"]
O que posso fazer contra esses avisos? O conteúdo do meu containers.conf
arquivo é o seguinte:
[containers]
log_size_max = -1
pids_limit = 2048
userns_size = 65536
[engine]
num_locks = 2048
stop_timeout = 10
[machine]
[network]
[secrets]
[configmaps]
Observe que ainda não há configurações configmaps
.