Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit e04831b

Browse files
thaJeztahTibor Vass
authored andcommitted
Dockerfiles: remove unused GO_VERSION
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 2350856) Signed-off-by: Guillaume Lours <guillaume.lours@docker.com> Upstream-commit: 6c93862866fd9754fdf92738ce373b2f3ea57cbd Component: packaging
1 parent beb2820 commit e04831b

8 files changed

Lines changed: 0 additions & 8 deletions

File tree

components/packaging/deb/debian-buster/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ FROM ${BUILD_IMAGE}
66

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

9-
ARG GO_VERSION
109
ENV GOPATH /go
1110
ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin
1211
ENV DOCKER_BUILDTAGS apparmor seccomp selinux

components/packaging/deb/debian-stretch/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ FROM ${BUILD_IMAGE}
66

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

9-
ARG GO_VERSION
109
ENV GOPATH /go
1110
ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin
1211
ENV DOCKER_BUILDTAGS apparmor seccomp selinux

components/packaging/deb/raspbian-buster/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ FROM ${BUILD_IMAGE}
66

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

9-
ARG GO_VERSION
109
ENV GOPATH /go
1110
ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin
1211
ENV DOCKER_BUILDTAGS apparmor seccomp selinux

components/packaging/deb/raspbian-stretch/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ FROM ${BUILD_IMAGE}
66

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

9-
ARG GO_VERSION
109
ENV GOPATH /go
1110
ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin
1211
ENV DOCKER_BUILDTAGS apparmor seccomp selinux

components/packaging/deb/ubuntu-bionic/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ FROM ${BUILD_IMAGE}
66

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

9-
ARG GO_VERSION
109
ENV GOPATH /go
1110
ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin
1211
ENV DOCKER_BUILDTAGS apparmor seccomp selinux

components/packaging/deb/ubuntu-cosmic/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ RUN if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then
1212

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

15-
ARG GO_VERSION
1615
ENV GOPATH /go
1716
ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin
1817
ENV DOCKER_BUILDTAGS apparmor seccomp selinux

components/packaging/deb/ubuntu-disco/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ RUN if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then
1212

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

15-
ARG GO_VERSION
1615
ENV GOPATH /go
1716
ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin
1817
ENV DOCKER_BUILDTAGS apparmor seccomp selinux

components/packaging/deb/ubuntu-xenial/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ FROM ${BUILD_IMAGE}
66

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

9-
ARG GO_VERSION
109
ENV GOPATH /go
1110
ENV PATH $PATH:/usr/local/go/bin:$GOPATH/bin
1211
ENV DOCKER_BUILDTAGS apparmor seccomp selinux

0 commit comments

Comments
 (0)