Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1012 Bytes

V1beta1provenanceArtifact.md

File metadata and controls

12 lines (8 loc) · 1012 Bytes

V1beta1provenanceArtifact

Properties

Name Type Description Notes
Checksum string Hash or checksum value of a binary, or Docker Registry 2.0 digest of a container. [optional] [default to null]
Id string Artifact ID, if any; for container images, this will be a URL by digest like `gcr.io/projectID/imagename@sha256:123456`. [optional] [default to null]
Names []string Related artifact names. This may be the path to a binary or jar file, or in the case of a container build, the name used to push the container image to Google Container Registry, as presented to `docker push`. Note that a single Artifact ID can have multiple names, for example if two tags are applied to one image. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]