Getting an WARN[0000] Error validating CNI config file /etc/cni/net.d/myproject_default.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"] #21511
When I docker-compose up, I always get this WARN[0000] Error validating CNI config file /etc/cni/net.d/myproject_default.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"]
Steps to reproduce the issue
Steps to reproduce the issue
I installed podman on a fresh Ubuntu server via sudo apt install -y podman
(/root/code/myproject/.conda) (.conda) (base) root@ubuntu-8gb-nbg1-1:~/code/myproject# podman-compose up redis
podman-compose version: 1.0.6
['podman', '--version', '']
using podman version: 3.4.4
** excluding: set()
['podman', 'ps', '--filter', 'label=io.podman.compose.project=myproject', '-a', '--format', '{{ index .Labels "io.podman.compose.config-hash"}}']
['podman', 'network', 'exists', 'myproject_default']
['podman', 'network', 'create', '--label', 'io.podman.compose.project=myproject', '--label', 'com.docker.compose.project=myproject', 'myproject_default']
['podman', 'network', 'exists', 'myproject_default']
WARN[0000] Error validating CNI config file /etc/cni/net.d/myproject_default.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"]
podman create --name=myproject_redis_1 --label io.podman.compose.config-hash=9c7ddc5bb2e7251a8f81f8b906c9d0e62ad78014aa13c3d3b60319ee6ec8d6c9 --label io.podman.compose.project=myproject --label io.podman.compose.version=1.0.6 --label PODMAN_SYSTEMD_UNIT=podman-compose@myproject.service --label com.docker.compose.project=myproject --label com.docker.compose.project.working_dir=/root/code/myproject --label com.docker.compose.project.config_files=docker-compose.yml --label com.docker.compose.container-number=1 --label com.docker.compose.service=redis --net myproject_default --network-alias redis -p 6379:6379 redis:7.2.4-alpine
WARN[0000] Error validating CNI config file /etc/cni/net.d/myproject_default.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"]
Error: short-name "redis:7.2.4-alpine" did not resolve to an alias and no unqualified-search registries are defined in "/etc/containers/registries.conf"
exit code: 125
podman start -a myproject_redis_1
WARN[0000] Error validating CNI config file /etc/cni/net.d/myproject_default.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"]
Error: no container with name or ID "myproject_redis_1" found: no such container
exit code: 125
I googled around and someone suggested installing containernetworking-plugins, but I can confirm it is is already the newest version (0.9.1+ds1-1) on this Ubuntu.
Issue Description
When I docker-compose up, I always get this
WARN[0000] Error validating CNI config file /etc/cni/net.d/myproject_default.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"]
Steps to reproduce the issue
Steps to reproduce the issue I installed podman on a fresh Ubuntu server via
sudo apt install -y podman
I created a very basic compose file
I googled around and someone suggested installing
containernetworking-plugins
, but I can confirm it is is already the newest version (0.9.1+ds1-1) on this Ubuntu.What am I missing?
podman info output
Podman in a container
No
Privileged Or Rootless
Privileged
Upstream Latest Release
Yes
Additional environment details
Additional environment details Distributor ID: Ubuntu Description: Ubuntu 22.04.3 LTS Release: 22.04 Codename: jammy
arm64 architecture
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting