Skip to main content

OciRepo

A namespace for storing related container images and artifacts

type OciRepo {
name: String!
createdAt: DateTime!
releaseChannels: [OciReleaseChannel] @deprecated
tags: [OciTag]
}

Fields

OciRepo.name ● String! non-null scalar

The repository name within the registry

OciRepo.createdAt ● DateTime! non-null scalar

Timestamp when the repository was created

OciRepo.tags ● [OciTag] list object

Human-readable references to manifests in this repository

Show deprecated

Returned By

ociRepo query