Skip to content

Remove `docker pull` prefix when copying a tag from the registry

Benedikt Franke requested to merge (removed):patch-64 into master

What does this MR do?

Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/46660

Change the copy-to-clipboard mechanism of the registry to stop prepending docker pull to every copy.

I think that users are more likely to use the tag for something else rather then pulling it through the Docker CLI. Other possible uses:

  • Calling docker run
  • Pasting it in a template, message, docs, script

Not too sure about the syntax, can the wrapping "" be omitted now that the prefix is gone?

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Edited by Toon Claes

Merge request reports