Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 88. DockerOutput schema reference
Used in: Build
The type
property is a discriminator that distinguishes use of the DockerOutput
type from ImageStreamOutput
. It must have the value docker
for the type DockerOutput
.
Property | Property type | Description |
---|---|---|
image | string |
The full name which should be used for tagging and pushing the newly built image. For example |
pushSecret | string | Container Registry Secret with the credentials for pushing the newly built image. |
additionalKanikoOptions | string array | Configures additional options which will be passed to the Kaniko executor when building the new Connect image. Allowed options are: --customPlatform, --insecure, --insecure-pull, --insecure-registry, --log-format, --log-timestamp, --registry-mirror, --reproducible, --single-snapshot, --skip-tls-verify, --skip-tls-verify-pull, --skip-tls-verify-registry, --verbosity, --snapshotMode, --use-new-run. These options will be used only on OpenShift where the Kaniko executor is used. They will be ignored on OpenShift. The options are described in the Kaniko GitHub repository. Changing this field does not trigger new build of the Kafka Connect image. |
type | string |
Must be |