Skip to main content

OciArtifactType

The kind of artifact stored in an OCI repository.

Each value maps to a concrete OCI artifact type media string written to the manifest. Additional types will be added as the catalog expands.

enum OciArtifactType {
BUNDLE
RESOURCE_TYPE
}

Values​

OciArtifactType.BUNDLE {#bundle}​

Massdriver bundle (application/vnd.massdriver.bundle.v1+json).

OciArtifactType.RESOURCE_TYPE {#resource-type}​

Massdriver resource type (application/vnd.massdriver.resource-type.v1+json).

Member Of​

CreateOciRepoInput input