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

    Modifier and Type
    Method
    Description
    Which platform(s) to target during the build.
    boolean
    Require HTTPS and verify certificates when contacting registries

    Methods inherited from interface io.quarkus.container.image.docker.common.deployment.CommonConfig

    additionalArgs, buildArgs, cacheFrom, dockerfileJvmPath, dockerfileNativePath, executableName, network
  • Method Details

    • platform

      Optional<List<String>> 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