Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.01 KB

quay.md

File metadata and controls

23 lines (12 loc) · 1.01 KB

Quay Credentials to push built image to Quay.io registry

Some of the Tasks in this Tutorial involve pushing images to Quay image registry. (The image is to be built by CI Pipeline.) Before we can start creating Kubernetes resources, we need to obtain credentials for your Quay user account.

  • Login to your Quay.io account and create a public repository taxi

Screenshot

  • Login to your Quay.io account that you can generate read/write credentials for. In user's name pulldown menu, goto Account Settings -> Robot Account (button on the left). Create a robot account for yourself. Click your robot account link.

Screenshot

  • Select Edit Repository Permissions menu item

Screenshot

  • Grant write permission to repository taxi

Screenshot

  • Download Docker Configuration file to <Quay user>-robot-auth.json

Screenshot