Skip to content

rename the header "Size" to "Compressed Size"

Nourdin el Bacha requested to merge rename-container_registry-size-header into master

What does this MR do?

Currently, we refer to the size of a container in the container registry as "size". However, this size is the sum of the compressed layers that make up the image. Referring to it as the "Compressed Size" clarifies it further, and avoids confusion when a user compares that size with the size they see with docker image ls

Note, hub.docker does this as well: image

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports