Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
Dmitri Shuralyov 3ef5346426 devapp: update Dockerfile and README
Start using the latest stable version of Go and Debian, fix LABEL
syntax, replace brittle docker build speed optimization (see past
CLs like CL 360838, CL 349091 for more detailed motivation).

Update deployment instructions in README.md. We use the 'services'
cluster in the us-central1 region now.

Updates golang/go#48408.

Change-Id: I0901c4f62dfbe37ad78f0ba6928b3eb0eefc4e3a
Reviewed-on: https://go-review.googlesource.com/c/build/+/383814
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
2022-02-07 20:05:17 +00:00
Brad Fitzpatrick 3b57102b7c devapp, cmd/gitmirror: remove unnecessary duplication in Dockerfile
And fix gitmirror's build due to missing internal/foreach.

Change-Id: I1a69b7f6680a7cc69947746dad2e5d4627a3122f
Reviewed-on: https://go-review.googlesource.com/c/build/+/194341
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-09-09 19:44:34 +00:00
Andrew Bonventre f8956d102d devapp: update Dockerfile to add missing dependency
Also updates the base image to Go 1.13 and removes the explicit
setting of GOPROXY as it’s not needed anymore in 1.13.

Change-Id: Ifa31fa2e7b1fb0f62f945c4dcea82900437dee85
Reviewed-on: https://go-review.googlesource.com/c/build/+/193878
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-09-09 19:25:24 +00:00
Brad Fitzpatrick 78beebf194 devapp: add ca-certificates to Dockerfile
CL 176257 refactored the Dockerfile to remove the use of gitlock but I
forgot to include ca-certificates here.

Updates golang/go#32272 (fixes maybe)
Updates golang/go#26872

Change-Id: I7b0e3a756bc9805e81e499b8b7d7c6ed0defb871
Reviewed-on: https://go-review.googlesource.com/c/build/+/179077
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-05-27 22:38:50 +00:00
Brad Fitzpatrick 45de920fc2 cmd/{buildlet/stage0,scaleway,tip}, devapp: stop using gitlock, use go modules
Updates golang/go#26872
Updates golang/go#27719

Change-Id: I4de6d4f157b349911362e02b1781abd8b813f87a
Reviewed-on: https://go-review.googlesource.com/c/build/+/176257
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-05-09 18:25:22 +00:00
Andrew Bonventre 5a0445c1f7 devapp: use multi-stage builds in Dockerfile
Also update deps to pull in golang.org/x/time/rate for maintner.

Change-Id: I67ceef2eb16ccc0ce3ae4da8e8e07c07c1a8825f
Reviewed-on: https://go-review.googlesource.com/106916
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-04-13 20:30:09 +00:00
Andrew Bonventre e3b7b1d23d devapp: remove godash code in favor of maintner
Adds two new functions to maintner:
+ (*GerritCL).Subject() returns the first line of the latest
  commit message.
+ (*GitHubRepo).ForeachMilestone calls a passed function for each
  milestone in the repo.

Change-Id: I08c50ea53b781064c8ab2ddaff2177f51ebb091d
Reviewed-on: https://go-review.googlesource.com/50652
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-07-22 21:35:17 +00:00
Andrew Bonventre 69f93e2edb devapp: remove App Engine code
This change removes all but the / and /release endpoints, moving
things around and deleting all App Engine-specific code while
attempting to not make many core logic changes (those will come in a
follow-up change).

Updates golang/go#20691

Change-Id: Ie8fa184578177cc2cb3c070e9108cf27d9e6f689
Reviewed-on: https://go-review.googlesource.com/46832
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-06-27 18:50:50 +00:00