mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-02 07:26:13 +00:00
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:
@@ -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
|
||||
|
@@ -1,6 +1,6 @@
|
||||
.PHONY: tag push
|
||||
|
||||
BASE=golang:1.7-alpine3.5
|
||||
BASE=golang:1.8-alpine
|
||||
IMAGE=go-compile
|
||||
|
||||
default: push
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.7-alpine
|
||||
FROM golang:1.8-alpine
|
||||
|
||||
RUN \
|
||||
apk update && apk upgrade && \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
.PHONY: tag push
|
||||
|
||||
BASE=golang:1.7-alpine
|
||||
BASE=golang:1.8-alpine
|
||||
IMAGE=riddler
|
||||
|
||||
default: push
|
||||
|
Reference in New Issue
Block a user