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. Today only BUNDLE is supported; additional types will be added as the catalog expands.
enum OciArtifactType {
BUNDLE
}
Values​
OciArtifactType.BUNDLE {#bundle}​
Massdriver bundle (application/vnd.massdriver.bundle.v1+json).
Member Of​
CreateOciRepoInput input