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.releaseChannels ● [OciReleaseChannel] deprecated list object
Use Repo.releaseChannels instead
Distribution channels for artifact releases
OciRepo.tags ● [OciTag] list object
Human-readable references to manifests in this repository
Returned By
ociRepo query