Is your feature request related to a problem? Please describe.
I would like to use docker-registry-ui to inform users about the available tags for our images. The users of this interface are not interested in the technical backgrounds how it works and I worry that it would confuse or overwhelm them.
Just from the eyes of a non-maintainer or a less container-familiar admin, I think it has too much in-depth info having the non-descriptive layers and thinking it is required to get the Dockerfile or something else.
Describe the solution you'd like
Therefore, I propose to add a new optional feature toggle "HIDE_TAG_HISTORY" to hide the tag history, similar to "SHOW_CONTENT_DIGEST".
Describe alternatives you've considered
I thought about reducing the information in the tag history view itself. But it would be more fitting to have a details view to see the information like Env, Volumes, Entrypoint, etc. just for the topmost, latest layer in a different view then history.
Additional context
I have prepared a commit that introduces this feature. Shall i just open the PR to discuss the diff?
I would also like to add the option to customize the title for the browser tab and in the toolbar. Would you be open for another PR that adds this?
Thanks anyway for the project. It is very simple to work with!
Is your feature request related to a problem? Please describe. I would like to use docker-registry-ui to inform users about the available tags for our images. The users of this interface are not interested in the technical backgrounds how it works and I worry that it would confuse or overwhelm them.
Just from the eyes of a non-maintainer or a less container-familiar admin, I think it has too much in-depth info having the non-descriptive layers and thinking it is required to get the Dockerfile or something else.
Describe the solution you'd like Therefore, I propose to add a new optional feature toggle "HIDE_TAG_HISTORY" to hide the tag history, similar to "SHOW_CONTENT_DIGEST".
Describe alternatives you've considered I thought about reducing the information in the tag history view itself. But it would be more fitting to have a details view to see the information like Env, Volumes, Entrypoint, etc. just for the topmost, latest layer in a different view then history.
Additional context I have prepared a commit that introduces this feature. Shall i just open the PR to discuss the diff?
I would also like to add the option to customize the title for the browser tab and in the toolbar. Would you be open for another PR that adds this?
Thanks anyway for the project. It is very simple to work with!