Update to Go 1.8

This includes most things except the containerd and runc builds
which I will do next time I update them.

Note that all golang:alpine images now for 1.8 are ALpine 3.5 based.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2017-02-17 16:30:42 +00:00
parent 295f352bf2
commit fe64819020
11 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.7-alpine3.5
FROM golang:1.8-alpine
RUN apk update && apk add --no-cache build-base git
RUN go get -u github.com/golang/lint/golint

View File

@@ -1,6 +1,6 @@
.PHONY: tag push
BASE=golang:1.7-alpine3.5
BASE=golang:1.8-alpine
IMAGE=go-compile
default: push

View File

@@ -1,4 +1,4 @@
FROM golang:1.7-alpine
FROM golang:1.8-alpine
RUN \
apk update && apk upgrade && \

View File

@@ -1,6 +1,6 @@
.PHONY: tag push
BASE=golang:1.7-alpine
BASE=golang:1.8-alpine
IMAGE=riddler
default: push