Support podman//buildah
mouradxmt opened this issue · 1 comments
mouradxmt commented
Expected Behavior
Gradle docker plugin to support custom flags that can be passed to buildah
Current Behavior
The plugin is based on docker java and not the CLI which limits the use of buildah or pass flags
Context
I want to use podman and benefit from the remote cache mechanism that comes from buildah, however it is impossible to pass any flags that is not supported directly by docker java API
Steps to Reproduce (for bugs)
n/a
Your Environment
n/a
bmuschko commented
Supporting the buildkit or buildah CLI instead of using the Docker remote API would mean a complete rewrite of the plugin. You will want to look into other Gradle plugins that support your use case.