potiuk commented on issue #54894: URL: https://github.com/apache/airflow/issues/54894#issuecomment-3664980400
I think it should - it's the matter of using buildx for building the images. The declaration at the top of the Dockerfile tells which version of syntax to use: ``` # syntax=docker/dockerfile:1.4 ``` Maybe you should look at how to enable buildkit support for podman - this should work for any container engine, buildkit is delivered by moby (they are behind docker) - but it is really an oci-standard container and should run also with podman. There are many sources on setting up podman to use buildkit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
