OciRepo
A namespace for storing related container images and artifacts
type OciRepo {
  name: String!
  createdAt: DateTime!
  releaseChannels: [OciReleaseChannel]
  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.releaseChannels ● [OciReleaseChannel] list object
Distribution channels for artifact releases
OciRepo.tags ● [OciTag] list object
Human-readable references to manifests in this repository
Returned By
ociRepo  query
Member Of
Manifest  object