remote build_image
Builds a podman image
Parameters
base_directory
The location of the directory to build. If None, uses an empty temp dir
container_file
The path the container_file to build
image
The name of the image to build
podman_cmd
The command to invoke to run podman
default value:
podman
prepare_script
If specified, a script to execute before building the image
container_file_is_local
If true, copy the containerfile from the local system