ArtifactGenerator.spec.artifacts
OutputArtifacts is a list of output artifacts to be generated.
| Field / Type | Description |
|---|---|
Copy defines a list of copy operations to perform from the sources to the generated artifact. The copy operations are performed in the order they are listed with existing files being overwritten by later copy operations.
| |
name | Name is the name of the generated artifact. When pathPattern is set, this field may use capture placeholders such as "{app}".
|
originRevision | OriginRevision is used to set the 'org.opencontainers.image.revision' annotation on the generated artifact metadata. If specified, it must point to an existing source alias in the format "@<alias>". If the referenced source has an origin revision (e.g. a Git commit SHA), it will be used to set the annotation on the generated artifact. If the referenced source does not have an origin revision, the field is ignored.
|
revision | Revision is the revision of the generated artifact. If specified, it must point to an existing source alias in the format "@<alias>". If not specified, the revision is automatically set to the digest of the artifact content.
|