Is your feature request related to a problem? Please describe.
When copying an artifact "URI" using the copy button, the whole docker pull <artifact> command is copied. This introduces friction when using the copied text in other scenarios (such as helm charts, etc ...)
Describe the solution you'd like
I would like to only copy the artifact path, not the full command.
Describe the main design/architecture of your solution
Change the UI code so it only shows and copies the artifact paths instead of full client commands.
This would also remove the (in my opinion) unnecessary "complexity" of deciding which command should be rendered.
Describe the development plan you've considered
I am ready to create a MR that implements this.
Is your feature request related to a problem? Please describe.
When copying an artifact "URI" using the copy button, the whole
docker pull <artifact>command is copied. This introduces friction when using the copied text in other scenarios (such as helm charts, etc ...)Describe the solution you'd like
I would like to only copy the artifact path, not the full command.
Describe the main design/architecture of your solution
Change the UI code so it only shows and copies the artifact paths instead of full client commands.
This would also remove the (in my opinion) unnecessary "complexity" of deciding which command should be rendered.
Describe the development plan you've considered
I am ready to create a MR that implements this.