Skip to content

Always show copyable container registry build / push commands

Problem to solve

When the container registry is in an empty state, we show the following illustration:

Empty State
Screenshot_2020-01-22_at_11.29.21

The illustration contains the easily copy / paste-able build and push commands with the correct registry URL for the project. Once you've added a single image to the registry, we no longer display these commands or helpful addresses.

Intended users

Proposal

We should include an easy way to access the docker commands even when the registry is not empty.

One option would to be have some kind of setup button that once clicked would display the commands (very similar to the clone button on project pages). This could look something like:

Setup Dropdown
Screenshot_2020-01-22_at_13.05.19

In addition, we could also:

  • Possibly display the login command too in this dropdown
  • Display pull commands per image / tag