← Back to context

Comment by zoobab

3 days ago

I use a special feature of Docker Buildx with a multistage Dockerfile build, with the SDK in the first part, and an empty container in the second part to copy the build artifact (like firmware.bin), like explained here:

https://docs.docker.com/build/building/export/

Does Podman supports the same feature?