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

10 Коммитов

Автор SHA1 Сообщение Дата
Kevin Burke eebd280ca5 env: fix Makefile typos
Change-Id: I0629392c698204dad4e466c86d392d05bc613868
Reviewed-on: https://go-review.googlesource.com/40851
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-04-15 15:49:28 +00:00
Brad Fitzpatrick 5b0ec29935 env: use gcloud docker -- push
The '--' separating gcloud commands from docker commands will become
mandatory soon, and this quiets gcloud spam warning about.

Change-Id: I6ddec79c5f1fe28135a5e7a20c616536e4ddab98
Reviewed-on: https://go-review.googlesource.com/40475
Reviewed-by: Jessica Frazelle <me@jessfraz.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-04-12 18:28:40 +00:00
Jess Frazelle 00733c0d2b env/linux-x86-{sid,std-kube}: optimize image size
Cleanup and optimize Dockerfiles for making images smaller.

Before:
REPOSITORY                       TAG                 IMAGE ID            CREATED             SIZE
go-builders/linux-x86-sid        latest              9b9e88b7655c        55 seconds ago      1.12GB
go-builders/linux-x86-std-kube   latest              91a5a7a8cb1f        8 seconds ago       986MB

After:
REPOSITORY                       TAG                 IMAGE ID            CREATED             SIZE
go-builders/linux-x86-sid        latest              aab9e758925e        7 seconds ago       731MB
go-builders/linux-x86-std-kube   latest              8309123c2745        2 minutes ago       577MB

Change-Id: I613896faf0d298448995952d265b1729cd03392c
Reviewed-on: https://go-review.googlesource.com/40409
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-04-12 15:54:25 +00:00
Jess Frazelle 780ed11593 env: add gfortran-multilib to linux builder for 386
Updates golang/go#17502

Change-Id: Iacfad86b981b23c87d8b2387105985c33ad2bcfc
Reviewed-on: https://go-review.googlesource.com/31431
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-10-18 18:38:00 +00:00
Brad Fitzpatrick c87bb98f3f dashboard: Update name of Docker image for Kubernetes builder.
The Makefile used to create the Docker image used by the Kubernetes builder
creates an image with a different name than the dashboard expects. This
change updates the dashboard to pull the image created by the Makefile.

Change-Id: Idcf8f5867d9995205c6c8482a7e8bfa1b63d9551
Reviewed-on: https://go-review.googlesource.com/28416
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-10-12 15:00:12 +00:00
Jess Frazelle 4ec90df133 env: add gfortran for linux builders
Fix golang/go#14488

Change-Id: I29f77eafcf34963cc05fc956dc6265eaae9718d2
Reviewed-on: https://go-review.googlesource.com/30710
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-10-07 20:04:50 +00:00
Evan Brown c514b80fed env: add additional target for building env images
Revise Makefile in linux-x86-std-kube and linux-x86-nacl:

- Support a target named `dev` that allows specifying a non-default
  Docker repository name.

- Replace hard-coded image names with the directory name that Makefile
  resides in. This uses the existing convention of naming directories
  according to image name.

- When Dockerfile inherits from a custom image (i.e., linux-x86-nacl
  inherits FROM linux-x86-std-kube), use sed to dynamically set the
  repository prefix in the Dockerfile.

Change-Id: I372c834175a38bb34d80a18f2f0e23c5a1d007af
Reviewed-on: https://go-review.googlesource.com/19021
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-01-28 03:51:04 +00:00
Evan Brown 6cd016f230 all: upgrade nacl builders to pepper_44 and Kube
Updates golang/go#12379

Change-Id: I40bd6e37953bc509f557ff295374b51de550726c
Reviewed-on: https://go-review.googlesource.com/18946
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-01-26 23:40:15 +00:00
Evan Brown 88be0695fe env/linux-x86-std-kube: use correct tags for Docker images
Updates golang/go#12546

Change-Id: Icaa0504791522837fcbf0256b144c13158777c6e
Reviewed-on: https://go-review.googlesource.com/15258
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-10-02 22:43:39 +00:00
Evan Brown 55b69b321c env/linux-x86-std/kubelet: Makefile for Kubernetes Docker images
Change-Id: I212fe5d7a6d22b6cb66abd65e16a11784b374a86
Reviewed-on: https://go-review.googlesource.com/15179
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-10-01 18:16:58 +00:00