Bug description
When trying to build using podman with --push, you get an error unknown flag: --push. Since commit 07e97ee repo2docker tries to use podman buildx build --push but this isn't supported in podman. Reverting this commit allows podman to get a bit further (there are still other issues I'm trying to work out).
If podman is no longer supported, instead the documentation should be updated.
Bug description
When trying to build using podman with
--push, you get an errorunknown flag: --push. Since commit 07e97ee repo2docker tries to usepodman buildx build --pushbut this isn't supported in podman. Reverting this commit allows podman to get a bit further (there are still other issues I'm trying to work out).If podman is no longer supported, instead the documentation should be updated.