[gcsproxy] Enable gcsproxy to run a subcommand

We would like to run `gcsproxy [options] botanist ...`, where we deploy
gcsproxy through conventional platform-infra ways. Due to container
networking limitations, we currently can't do this for devices or
Caviums, which is a problem that will be resolved in time. In the
meantime, we can do this in GCE for the QEMU case - and this is the
first CL of a small series that is to enable that.

Bug: 10427
Change-Id: I421af131f2561916b3f533392d658a647ba28d86
1 file changed
tree: 48ab8aabe0c3f26566493d6aebac61ae3c49874b
  1. artifacts/
  2. buildbucket/
  3. cmd/
  4. devices/
  5. digest/
  6. gotidy/
  7. .gitignore
  8. AUTHORS
  9. go.mod
  10. go.sum
  11. LICENSE
  12. MAINTAINERS
  13. manifest
  14. PATENTS
  15. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}