stackdriver-prometheus-sidecar
stackdriver-prometheus-sidecar copied to clipboard
Add Google Cloud Build build config file
Add a cloudbuild.yaml file for building the stackdriver-prometheus-sidecar binary and docker image with Google's Cloud Build service.
Hi Christopher. Can you explain the motivation behind this PR? Our team doesn't use Cloud Build for this particular project. Thanks.
Dear David,
Unfortunately we're finding it necessary to build our own fork of stackdriver-prometheus-sidecar, as the official builds have a couple of issues which are show-stoppers for us. Having composed a cloudbuild.yaml file for my employer's use, we thought we'd offer it upstream in case it was of use to anyone else in the same predicament.
Christopher