P

podman-compose

P
podman-compose Virtualization v1.6.0

v1.6.0

Bug fixes Implemented volumes bind create_host_path option. Implemented colored, service-name-only default for logs command. Added --no-color flag for podman-compose logs command. Cleaned up error messages when external network or volume is missing, including a suggested podman network create / podman volume create command. Fixed crash on parsing empty top-level objects in compose file Images that…

P
podman-compose Virtualization v1.5.0

v1.5.0

Bug fixes Fixed path to a local SSH key to be relative to the directory of compose file during build. Fixed CMD healthchecks to run the given command directly and not use /bin/sh -c. Fixed regression of dockerfile definition if current directory name ends with ".git". Fixed exit code from push command. Implemented short syntax for environment variables set in .env for compose.yml environment: sect…

P
podman-compose Virtualization v1.4.1

v1.4.1

Bug fixes Fixed relative host path resolution for volume bind mount source (regression since v1.4.0)

P
podman-compose Virtualization v1.4.0

v1.4.0

Bug fixes Fixed handling of relative includes and extends in compose files Fixed error when merging arguments in list and dictionary syntax Fixed issue where short-lived containers could execute twice when using up in detached mode Fixed up command hanging on Podman versions earlier than 4.6.0 Fixed issue where service_healthy conditions weren't enforced during up command Fixed support for the --s…

P
podman-compose Virtualization v1.3.0

v1.3.0

Bug fixes Fixed support for de-facto alternative Dockerfile names (e.g. Containerfile) Fixed a bug that caused attempts to create already existing pods multiple times. Fixed compatibility with docker-compose in how symlinks to docker-compose.yml are handled. Fixed freeze caused by too long log lines without a newline. Fixed support for network_mode: none. Improved error detection by rejecting serv…

P
podman-compose Virtualization v1.2.0

v1.2.0

Bug fixes Fixed handling of --in-pod argument. Previously it was hard to provide false value to it. podman-compose no longer creates pods when registering systemd unit. Fixed warning RuntimeWarning: coroutine 'create_pods' was never awaited Fixed error when setting up IPAM network with default driver. Fixed support for having list and dictionary depends_on sections in related compose files. Fixed…

P
podman-compose Virtualization v1.1.0

v1.1.0

Bug fixes Fixed support for values with equals sign in -e argument of run and exec commands. Fixed duplicate arguments being emitted in stop and restart commands. Removed extraneous debug output. --verbose flag has been added to preserve verbose output. Links aliases are now added to service aliases. Fixed image build process to use defined environmental variables. Empty list is now allowed to be…