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.io user account.
- Create
taxi
Quay repos. Login to your Quay.io account and create a repositorytaxi
- 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.
- Select
Edit Repository Permissions
menu item
- Grant
write
permission to repositorytaxi
-
Download Docker Configuration file to
<Quay user>-robot-auth.json
-
Create
regcred
secret from Docker Configuration file
NOTE: Make sure QUAY_USER
environment variable is set.
NOTE: Modify path to downloaded file accordingly.