| services.podman.builds.<name>.file | Path to a Containerfile which contains instructions to build the image.
|
| services.podman.builds.<name>.authFile | Path of the authentication file.
|
| services.podman.builds.<name>.tags | Name associated with the build
|
| services.podman.builds.<name>.labels | The labels to apply to the build.
|
| services.podman.builds.<name>.autoStart | Whether to start the build on boot
|
| services.podman.builds.<name>.tlsVerify | Require HTTPS and verification of certificates when contacting registries.
|
| services.podman.builds.<name>.extraConfig | INI sections and values to populate the Build Quadlet.
|
| services.podman.builds.<name>.extraPodmanArgs | Extra arguments to pass to the podman build command.
|
| services.podman.builds.<name>.description | The description of the build.
|
| services.podman.builds.<name>.workingDirectory | WorkingDirectory of the systemd unit file.
|
| services.podman.builds.<name>.environment | Environment variables to set in the build.
|