containers / podman-compose

a script to run docker-compose.yml using podman
GNU General Public License v2.0
4.88k stars 470 forks source link

podman-compose pull does not pass on exit code #853

Open obbardc opened 5 months ago

obbardc commented 5 months ago

Describe the bug

When pulling containers with e.g podman-compose pull , if the underlying podman pull fails, the exitcode is not passed on to podman-compose.

This is similar to https://github.com/containers/podman-compose/issues/408