Skip to content

Show proper image ID on registry page

Kamil Trzcińśki requested to merge show-image-id-on-registry-page into master

What does this MR do?

Display the container registry image ID (from the config blob) instead of the first image layer ID

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

To show proper image ID on container_registry page. This only supports manifest V2, since the manifest V1 doesn't expose information about Image ID.

What are the relevant issue numbers?

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/18159.

Screenshots (if relevant)

Screen_Shot_2016-06-21_at_13.16.44

Merge request reports