Interface PodmanConfig
- All Superinterfaces:
io.quarkus.container.image.docker.common.deployment.CommonConfig
@ConfigRoot(phase=BUILD_TIME)
@ConfigMapping(prefix="quarkus.podman")
public interface PodmanConfig
extends io.quarkus.container.image.docker.common.deployment.CommonConfig
-
Method Summary
Methods inherited from interface io.quarkus.container.image.docker.common.deployment.CommonConfig
additionalArgs, buildArgs, cacheFrom, dockerfileJvmPath, dockerfileNativePath, executableName, network
-
Method Details
-
platform
Which platform(s) to target during the build. See https://docs.podman.io/en/latest/markdown/podman-build.1.html#platform-os-arch-variant -
tlsVerify
@WithDefault("true") boolean tlsVerify()Require HTTPS and verify certificates when contacting registries
-