Skip to content

Commit

Permalink
Dockerfiles: remove unused GO_VERSION
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Aug 14, 2019
1 parent 6a383e6 commit 2350856
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion deb/debian-buster/Dockerfile
Expand Up @@ -6,7 +6,6 @@ FROM ${BUILD_IMAGE}

RUN apt-get update && apt-get install -y curl devscripts equivs git

ARG GO_VERSION
ENV GOPATH /go
ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin
ENV DOCKER_BUILDTAGS apparmor seccomp selinux
Expand Down
1 change: 0 additions & 1 deletion deb/debian-stretch/Dockerfile
Expand Up @@ -6,7 +6,6 @@ FROM ${BUILD_IMAGE}

RUN apt-get update && apt-get install -y curl devscripts equivs git

ARG GO_VERSION
ENV GOPATH /go
ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin
ENV DOCKER_BUILDTAGS apparmor seccomp selinux
Expand Down
1 change: 0 additions & 1 deletion deb/raspbian-buster/Dockerfile
Expand Up @@ -6,7 +6,6 @@ FROM ${BUILD_IMAGE}

RUN apt-get update && apt-get install -y curl devscripts equivs git

ARG GO_VERSION
ENV GOPATH /go
ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin
ENV DOCKER_BUILDTAGS apparmor seccomp selinux
Expand Down
1 change: 0 additions & 1 deletion deb/raspbian-stretch/Dockerfile
Expand Up @@ -6,7 +6,6 @@ FROM ${BUILD_IMAGE}

RUN apt-get update && apt-get install -y curl devscripts equivs git

ARG GO_VERSION
ENV GOPATH /go
ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin
ENV DOCKER_BUILDTAGS apparmor seccomp selinux
Expand Down
1 change: 0 additions & 1 deletion deb/ubuntu-bionic/Dockerfile
Expand Up @@ -6,7 +6,6 @@ FROM ${BUILD_IMAGE}

RUN apt-get update && apt-get install -y curl devscripts equivs git

ARG GO_VERSION
ENV GOPATH /go
ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin
ENV DOCKER_BUILDTAGS apparmor seccomp selinux
Expand Down
1 change: 0 additions & 1 deletion deb/ubuntu-cosmic/Dockerfile
Expand Up @@ -12,7 +12,6 @@ RUN if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then

RUN apt-get update && apt-get install -y curl devscripts equivs git

ARG GO_VERSION
ENV GOPATH /go
ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin
ENV DOCKER_BUILDTAGS apparmor seccomp selinux
Expand Down
1 change: 0 additions & 1 deletion deb/ubuntu-disco/Dockerfile
Expand Up @@ -12,7 +12,6 @@ RUN if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then

RUN apt-get update && apt-get install -y curl devscripts equivs git

ARG GO_VERSION
ENV GOPATH /go
ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin
ENV DOCKER_BUILDTAGS apparmor seccomp selinux
Expand Down
1 change: 0 additions & 1 deletion deb/ubuntu-xenial/Dockerfile
Expand Up @@ -6,7 +6,6 @@ FROM ${BUILD_IMAGE}

RUN apt-get update && apt-get install -y curl devscripts equivs git

ARG GO_VERSION
ENV GOPATH /go
ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin
ENV DOCKER_BUILDTAGS apparmor seccomp selinux
Expand Down

0 comments on commit 2350856

Please sign in to comment.