File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ FROM quay.io/deis/base:v0.3.6
33ENV GO_VERSION=1.7.5 \
44 GLIDE_VERSION=v0.12.3 \
55 GLIDE_HOME=/root \
6+ SHELLCHECK_VERSION=v0.4.6 \
67 PATH=$PATH:/usr/local/go/bin:/go/bin \
78 GOPATH=/go
89
@@ -21,7 +22,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
2122 && curl -L https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz | tar -C /usr/local -xz \
2223 && curl -sSL https://github.com/Masterminds/glide/releases/download/$GLIDE_VERSION/glide-$GLIDE_VERSION-linux-amd64.tar.gz \
2324 | tar -vxz -C /usr/local/bin --strip=1 \
24- && curl -L https://s3-us-west-2.amazonaws.com/get-deis /shellcheck-0.4.3 -linux-amd64 -o /usr/local/bin/shellcheck \
25+ && curl -L https://deisbuildartifacts.blob.core.windows.net/shellcheck /shellcheck-${SHELLCHECK_VERSION} -linux-amd64 -o /usr/local/bin/shellcheck \
2526 && chmod +x /usr/local/bin/shellcheck \
2627 && curl -L https://storage.googleapis.com/k8s-claimer/git-e4dcc16/k8s-claimer-git-e4dcc16-linux-amd64 -o /usr/local/bin/k8s-claimer \
2728 && chmod +x /usr/local/bin/k8s-claimer \
You can’t perform that action at this time.
0 commit comments