Skip to main content

OciRepoTagsSortField

Fields available for ordering tags within an OCI repository.

enum OciRepoTagsSortField {
VERSION
CREATED_AT
}

Values​

OciRepoTagsSortField.VERSION {#version}​

Semantic version order (major, then minor, then patch). Stable versions sort above dev pre-releases at the same version number.

OciRepoTagsSortField.CREATED_AT {#created-at}​

Chronological order by the date the tag was published.

Member Of​

OciRepoTagsSort input