Chapter 110. ImageArtifact schema reference


Used in: MountedPlugin

The type property is a discriminator that distinguishes use of the ImageArtifact type from other subtypes which may be added in the future. It must have the value image for the type ImageArtifact.

Expand
PropertyProperty typeDescription

type

string

Must be image.

reference

string

Reference to the container image (OCI artifact) containing the Kafka Connect plugin. The image is mounted as a volume and provides the plugin binary. Required.

pullPolicy

string

Policy that determines when the container image (OCI artifact) is pulled.

Possible values are:

  • Always: Always pull the image. If the pull fails, container creation fails.
  • Never: Never pull the image. Use only a locally available image. Container creation fails if the image isn’t present.
  • IfNotPresent: Pull the image only if it’s not already available locally. Container creation fails if the image isn’t present and the pull fails.

Defaults to Always if :latest tag is specified, or IfNotPresent otherwise.

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2026 Red Hat
Back to top