Skip to content

Commit f32ccb0

Browse files
StefanSchererruncom
authored andcommitted
Update golang 1.6.2 for ARM
Signed-off-by: Antonio Murdaca <[email protected]>
1 parent 40b2174 commit f32ccb0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN cd /usr/local/lvm2 \
6666

6767
# Install Go
6868
ENV GO_VERSION 1.6.2
69-
RUN curl -fsSL "http://dave.cheney.net/paste/go${GO_VERSION}.linux-arm.tar.gz" \
69+
RUN curl -fsSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-armv6l.tar.gz" \
7070
| tar -xzC /usr/local
7171
ENV PATH /go/bin:/usr/local/go/bin:$PATH
7272
ENV GOPATH /go:/go/src/github.com/docker/docker/vendor

contrib/builder/deb/armhf/debian-jessie/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ RUN sed -i s/httpredir.debian.org/$APT_MIRROR/g /etc/apt/sources.list
66

77
RUN apt-get update && apt-get install -y apparmor bash-completion btrfs-tools build-essential curl ca-certificates debhelper dh-apparmor dh-systemd git libapparmor-dev libdevmapper-dev libltdl-dev libsqlite3-dev libsystemd-journal-dev --no-install-recommends && rm -rf /var/lib/apt/lists/*
88

9-
ENV GO_VERSION 1.4.3
10-
RUN curl -fSL "https://github.com/hypriot/golang-armbuilds/releases/download/v${GO_VERSION}/go${GO_VERSION}.linux-armv7.tar.gz" | tar xzC /usr/local
9+
ENV GO_VERSION 1.6.2
10+
RUN curl -fSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-armv6l.tar.gz" | tar xzC /usr/local
1111
ENV PATH $PATH:/usr/local/go/bin
1212

1313
ENV AUTO_GOPATH 1

0 commit comments

Comments
 (0)