Description of problem: Currently in rhel8 epel we have podman-compose version 0.1.7dev. We are facing some issue with this version. Podman team recommended to use newer version 1.x Could you please upgrade the version in epel? Thank you!! Reference - https://github.com/containers/podman-compose/issues/539 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: podman-compose -f <compose.yml> up Actual results: Container should be up and running. Same yml working fine with podman version 4.0.2 Expected results: Getting error Error: invalid config provided: extra host entries must be specified on the pod: network cannot be configured when it is shared with a pod 125 Additional info: Version using podman version: podman version 4.1.1 podman-composer version 0.1.7dev podman --version podman version 4.1.1 yml I have added the extra_hosts in compose but no luck. extra_hosts: - "host:IP" If i run directly using podman by adding --add-host, it works
*** This bug has been marked as a duplicate of bug 2094882 ***