containers / containers/podman-compose
How to define --podman-build-args in compose.yaml?
Open
- Dominant language
- Python
- Stars
- 6.2k
- Forks
- 622
- PR merge metrics
- No merged PRs in 30d
Description
I can do `podman-compose --podman-build-args "--runtime krun"` in command-line and it successfully uses crun-krun as the runtime *during build* (this is important, I specifically want to run all the build steps within microVM via krunlib). However, I couldn't find a way to achieve the same by adding something to my compose.yaml and just using `podman-compose build` command. Is this even possible? There's very little info I could find on how --podman-build-args works in general. Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.