Change information
Commit message:
devapp: build Docker image via Cloud Build instead of local Docker
In CL 707295 I missed the devapp service. Migrate it too.
devapp differs from all other deployed services in x/build by not living
in the cmd directory. The deploy/cloudbuild-from-googlesource.yaml file
expects to find a Dockerfile at cmd/{service-name}/Dockerfile, which
won't work as is. Instead of making that file more complicated by adding
support for this edge case, start moving devapp into cmd for consistency
with other deployed x/build services. This CL moves only the deployment
files, leaving the rest of the move for a separate CL.
For golang/go#70913.
Change-Id: Ia246c2c92b4efc297b9801eb4fae35ee81563c66
Files:
- R cmd/devapp/Dockerfile
- R cmd/devapp/Makefile
- R cmd/devapp/deployment-prod.yaml
- R cmd/devapp/deployment-staging.yaml
- R cmd/devapp/service-staging.yaml
- M devapp/README.md
Change size: S
Delta: 6 files changed, 9 insertions(+), 4 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +2 by Carlos Amedee, +1 by Dmitri Shuralyov
TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI