Povilas Kanapickas

Results 417 comments of Povilas Kanapickas

Thanks for the bump, I somehow missed @wgnathanael comment. If there is no testing infrastructure for a feature, it's more of a responsibility of the maintainer to define one instead...

Rebased and fixed merge conflict.

@cronyakatsuki Could you explain a bit more why would you need such feature for? It doesn't seem that the additional docker compose labels could be harmful to anything, they just...

Adding `--verbose` to `podman-compose` command line will print all commands that `podman-compose` is invoking. Please let me know if that's enough.

You can simply copy podman_compose.py file and call it directly. You will need pyyaml and dotnev installed. On Debian-based distributions these are in python3-dotnev and python3-yaml packages.

By the way, `podman compose` will just call `docker-compose` or `podman-compose`, whichever is installed. So if you choose `podman-compose` it still needs to be installed.

There have been a number of suggestions, so it makes sense to close the issue. Please reopen if none of the suggestions work.

I'm sorry, I missed the comment by @otto-liljalaakso-nt. > normalize_service() is called by some unit tests, but not in systematic fashion: The test files are called test_can_merge_build.py, which is about...

The CI was broken during last few days due to some PRs that have been pushed a bit carelessly. This is now fixed. I will rebase the PR and merge...