Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.37 KB

04-setup-quay.md

File metadata and controls

45 lines (24 loc) · 1.37 KB

Setting Up Quay

We are going to configure quay to pull and trigger a build on any pull requests on any branch with a v.* tag; ie v1.0.1.

1. Select the + icon at the top right

Select New Repository

Select Create New Repo

2. Set it up this repo to be public

Public repos are free

Creating a new repo

3. Select autoapp

This is assuming you signed up with Github

Select autoapp

4. Select yourself

Select quay user

5. Setting up the build triggers

Configure build trigger

This indicates to quay to pull and build on any push to github's origin with a new tag

6. Configs regarding docker builds and Dockerfile

Nothing special here (defaults)

Configure docker

Nice 👍! Quay is now wired up to our remote repo and will run on any push to remote or PR with a new tag.

Sections

Previous Next
Deploying Spinnaker to k8s Setting Up Spinnaker