For more information on the overall KubeBuilder project, see the main branch.
This is the branch we use to tag the "kube-rbac-proxy" image from its upstream quay.io source.
GCP Cloud Build watches this branch. On every push, it runs the pipeline
defined in build/cloudbuild_kube-rbac-proxy.yaml, which
grabs the source images from quay.io/brancz/kube-rbac-proxy
and tags them as
gcr.io/kubebuilder/kube-rbac-proxy
, with a tag for each arch as well as
a single manifest bundle of:
- amd64
- arm64
- ppc64le
- s390x
There's also a helper script in build/thirdparty to assist in the process.
To update, simply update the variable at the top of the cloudbuild file, then submit a PR against this branch.