Add podman farm build command

Add podman farm build command that sends out builds to
nodes defined in the farm, builds the images on the farm
nodes, and pulls them back to the local machine to create
a manifest list.

Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
This commit is contained in:
Urvashi Mohnani
2023-09-19 09:56:25 -04:00
parent 2e88d580a9
commit dd8f57a3b4
28 changed files with 1308 additions and 24 deletions

View File

@ -1,3 +1,6 @@
//go:build !remote
// +build !remote
package emulation
import (