From 23508567bb64f434ff0a8796ee4d26195678fa80 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 14 Aug 2019 22:55:56 +0200 Subject: [PATCH] Dockerfiles: remove unused GO_VERSION Signed-off-by: Sebastiaan van Stijn --- deb/debian-buster/Dockerfile | 1 - deb/debian-stretch/Dockerfile | 1 - deb/raspbian-buster/Dockerfile | 1 - deb/raspbian-stretch/Dockerfile | 1 - deb/ubuntu-bionic/Dockerfile | 1 - deb/ubuntu-cosmic/Dockerfile | 1 - deb/ubuntu-disco/Dockerfile | 1 - deb/ubuntu-xenial/Dockerfile | 1 - 8 files changed, 8 deletions(-) diff --git a/deb/debian-buster/Dockerfile b/deb/debian-buster/Dockerfile index 300ef46ef5..a41fa32d25 100644 --- a/deb/debian-buster/Dockerfile +++ b/deb/debian-buster/Dockerfile @@ -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 diff --git a/deb/debian-stretch/Dockerfile b/deb/debian-stretch/Dockerfile index 695d97334d..50f536e4bd 100644 --- a/deb/debian-stretch/Dockerfile +++ b/deb/debian-stretch/Dockerfile @@ -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 diff --git a/deb/raspbian-buster/Dockerfile b/deb/raspbian-buster/Dockerfile index b19e71e07d..da6e780999 100644 --- a/deb/raspbian-buster/Dockerfile +++ b/deb/raspbian-buster/Dockerfile @@ -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 diff --git a/deb/raspbian-stretch/Dockerfile b/deb/raspbian-stretch/Dockerfile index 441be43ca6..3818904910 100644 --- a/deb/raspbian-stretch/Dockerfile +++ b/deb/raspbian-stretch/Dockerfile @@ -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 diff --git a/deb/ubuntu-bionic/Dockerfile b/deb/ubuntu-bionic/Dockerfile index 59f7f24890..635f3032f2 100644 --- a/deb/ubuntu-bionic/Dockerfile +++ b/deb/ubuntu-bionic/Dockerfile @@ -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 diff --git a/deb/ubuntu-cosmic/Dockerfile b/deb/ubuntu-cosmic/Dockerfile index fba3d3f6ae..b82a7fd09b 100644 --- a/deb/ubuntu-cosmic/Dockerfile +++ b/deb/ubuntu-cosmic/Dockerfile @@ -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 diff --git a/deb/ubuntu-disco/Dockerfile b/deb/ubuntu-disco/Dockerfile index cb74e6e2b3..1a8127e832 100644 --- a/deb/ubuntu-disco/Dockerfile +++ b/deb/ubuntu-disco/Dockerfile @@ -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 diff --git a/deb/ubuntu-xenial/Dockerfile b/deb/ubuntu-xenial/Dockerfile index c26c4f8f57..b722747916 100644 --- a/deb/ubuntu-xenial/Dockerfile +++ b/deb/ubuntu-xenial/Dockerfile @@ -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