Skip to content

njuettner/kubebuilder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Go Report Card

Kubebuilder (kube-rbac-proxy branch)

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.

How this works/how to update

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.

About

Kubebuilder - SDK for building Kubernetes APIs using CRDs

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.4%
  • Shell 2.8%
  • Other 0.8%