scaleway.registry.v1.Image
idUUID of the image.
nameName of the image, it must be unique within the namespace.
namespace_idUUID of the namespace the image belongs to.
statusStatus of the image.
status_messageDetails of the image status.
visibilitySet to public to allow the image to be pulled without authentication. Else, set to private. Set to inherit to keep the same visibility configuration as the namespace.
sizeImage size in bytes, calculated from the size of image layers. Image size in bytes, calculated from the size of image layers. One layer used in two tags of the same image is counted once but one layer used in two images is counted twice. (in bytes)
created_atDate and time of image creation. (RFC 3339 format)
updated_atDate and time of last update. (RFC 3339 format)
tagsList of docker tags of the image.
scaleway.registry.v1.ListImagesResponse
Paginated list of images that match the selected filters.
total_countTotal number of images that match the selected filters.
scaleway.registry.v1.ListNamespacesResponse
Paginated list of namespaces that match the selected filters.
total_countTotal number of namespaces that match the selected filters.
scaleway.registry.v1.ListTagsResponse
Paginated list of tags that match the selected filters.
total_countTotal number of tags that match the selected filters.
scaleway.registry.v1.Namespace
idUUID of the namespace.
nameName of the namespace, unique in a region across all organizations.
descriptionDescription of the namespace.
organization_idOwner of the namespace.
project_idProject of the namespace.
statusNamespace status.
status_messageNamespace status details.
endpointEndpoint reachable by docker.
is_publicDefines whether or not namespace is public.
sizeTotal size of the namespace, calculated as the sum of the size of all images in the namespace. (in bytes)
created_atDate and time of creation. (RFC 3339 format)
updated_atDate and time of last update. (RFC 3339 format)
image_countNumber of images in the namespace.
regionRegion the namespace belongs to.
scaleway.registry.v1.Tag
idUUID of the tag.
nameTag name, unique to an image.
image_idImage ID the of the image the tag belongs to.
statusTag status.
digestHash of the tag content. Several tags of a same image may have the same digest.
created_atDate and time of creation. (RFC 3339 format)
updated_atDate and time of last update. (RFC 3339 format)