Ygal Blum
Ygal Blum
Hi Thomas, Yes Quadlet has an issue when referencing templated Quadlet files. You can see my comment here: https://github.com/containers/podman/discussions/17744#discussioncomment-9856920, though it refers to linked `.build` files, the same applies for...
@giuseppe is correct, thanks. I think we need to keep the order assumption because it provides predictability as to which file is processed and which is skipped. So, I'll need...
Are you sure? Because, the previous code used [WalkDir](https://pkg.go.dev/path/filepath#WalkDir) which states that `The files are walked in lexical order, which makes the output deterministic` and each new directory was appended...
Reopening this issue as there's an open PR addressing it
Thanks for sharing. We created this repo to share example and discussions, so I think this is the place to continue this discussion. I think your approach is the correct...
@Luap99 this is the PR that completes the support for overriding the generated service name. In addition to the code changes, it required some adjustments to the tests in addition...
@rhatdan Done
@containers/podman-maintainers PTAL
Hi, @rhatdan yes, we have discussed this issue in the past. I think one of the discussions was around podmansh. I understand the requirement and I see the reasons for...
IIUC, this proposal solution specifically addresses the requirement you raised in the comment before it. That is, `systemctl stop` will not remove the container, but, `systemctl start` will still start...