mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
Merge pull request #1019 from justincormack/alpine-go
Update to golang:1.7-alpine3.5 images
This commit is contained in:
commit
d6f8152d1a
@ -1,8 +1,8 @@
|
||||
FROM golang:1.7-alpine
|
||||
FROM golang:1.7-alpine3.5
|
||||
RUN apk update && apk add --no-cache build-base git
|
||||
|
||||
# Get linting tools
|
||||
RUN go get -u github.com/golang/lint/golint
|
||||
|
||||
# Get the linting script and place in PATH
|
||||
COPY lint.sh /usr/bin/lint.sh
|
||||
COPY lint.sh /usr/bin/lint.sh
|
||||
|
@ -1,6 +1,6 @@
|
||||
.PHONY: tag push
|
||||
|
||||
BASE=golang:1.7-alpine
|
||||
BASE=golang:1.7-alpine3.5
|
||||
IMAGE=alpine-build-go
|
||||
|
||||
default: push
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.7-alpine
|
||||
FROM golang:1.7-alpine3.5
|
||||
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-alpine
|
||||
BASE=golang:1.7-alpine3.5
|
||||
IMAGE=go-compile
|
||||
|
||||
default: push
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Tag: 470f68ec32e016484fb8e0bcc2f06cd3f201ea68
|
||||
GO_COMPILE=mobylinux/go-compile@sha256:b723c0e95a6293300392e57d6ab52574f9217e2410b390a24cbfc4f9070edb6b
|
||||
# Tag: 9c777a22fd84f08e1ea342c0b4ebabfb09fca086
|
||||
GO_COMPILE=mobylinux/go-compile@sha256:5e7f1909b0316261653d84f73aeb9188ef20d06b1ecf92eaa4402b32221adfba
|
||||
|
||||
default: usr/bin/diagnostics-server
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Tag: 470f68ec32e016484fb8e0bcc2f06cd3f201ea68
|
||||
GO_COMPILE=mobylinux/go-compile@sha256:b723c0e95a6293300392e57d6ab52574f9217e2410b390a24cbfc4f9070edb6b
|
||||
# Tag: 9c777a22fd84f08e1ea342c0b4ebabfb09fca086
|
||||
GO_COMPILE=mobylinux/go-compile@sha256:5e7f1909b0316261653d84f73aeb9188ef20d06b1ecf92eaa4402b32221adfba
|
||||
|
||||
all: usr/bin/slirp-proxy sbin/proxy-vsockd
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Tag: 470f68ec32e016484fb8e0bcc2f06cd3f201ea68
|
||||
GO_COMPILE=mobylinux/go-compile@sha256:b723c0e95a6293300392e57d6ab52574f9217e2410b390a24cbfc4f9070edb6b
|
||||
# Tag: 9c777a22fd84f08e1ea342c0b4ebabfb09fca086
|
||||
GO_COMPILE=mobylinux/go-compile@sha256:5e7f1909b0316261653d84f73aeb9188ef20d06b1ecf92eaa4402b32221adfba
|
||||
|
||||
default: sbin/vsudd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user