mirror of
https://github.com/containers/buildah.git
synced 2025-12-01 05:03:45 +03:00
Move multiple-platform build juggling logic from the CLI wrapper directly into the imagebuildah package, to make using it easier for packages that consume us as a library. This requires reading Dockerfiles into byte slices so that we can re-parse them for each per-platform build, rather than parsing them directly, as we used to, since building modifies the parsed tree. When building for multiple platforms, prefix progress log messages with the platform description. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
16 KiB
16 KiB