Class Oci
OCI image to upload to Artifact Registry upon successful completion of all build steps.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v1.Data
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class Oci : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
File
Required. Path on the local file system where to find the container to upload. e.g. /workspace/my-image.tar
Declaration
[JsonProperty("file")]
public virtual string File { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RegistryPath
Required. Registry path to upload the container to. e.g. us-east1-docker.pkg.dev/my-project/my-repo/my-image
Declaration
[JsonProperty("registryPath")]
public virtual string RegistryPath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Tags
Optional. Tags to apply to the uploaded image. e.g. latest, 1.0.0
Declaration
[JsonProperty("tags")]
public virtual IList<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |