Skip to content

Commit 3cdd851

Browse files
committed
Update to 1.6 GA (and thus EOL 1.4)
1 parent 3f450df commit 3cdd851

File tree

12 files changed

+7
-326
lines changed

12 files changed

+7
-326
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ env:
88
- VERSION=1.5 VARIANT=
99
- VERSION=1.5 VARIANT=wheezy
1010
- VERSION=1.5 VARIANT=alpine
11-
- VERSION=1.4 VARIANT=
12-
- VERSION=1.4 VARIANT=wheezy
13-
- VERSION=1.4 VARIANT=alpine
1411

1512
install:
1613
- git clone https://github.com/docker-library/official-images.git ~/official-images

1.4/Dockerfile

Lines changed: 0 additions & 27 deletions
This file was deleted.

1.4/alpine/Dockerfile

Lines changed: 0 additions & 28 deletions
This file was deleted.

1.4/cross/Dockerfile

Lines changed: 0 additions & 33 deletions
This file was deleted.

1.4/go-wrapper

Lines changed: 0 additions & 95 deletions
This file was deleted.

1.4/onbuild/Dockerfile

Lines changed: 0 additions & 11 deletions
This file was deleted.

1.4/wheezy/Dockerfile

Lines changed: 0 additions & 27 deletions
This file was deleted.

1.4/wheezy/go-wrapper

Lines changed: 0 additions & 95 deletions
This file was deleted.

1.6/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
88
make \
99
&& rm -rf /var/lib/apt/lists/*
1010

11-
ENV GOLANG_VERSION 1.6rc2
11+
ENV GOLANG_VERSION 1.6
1212
ENV GOLANG_DOWNLOAD_URL https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz
13-
ENV GOLANG_DOWNLOAD_SHA256 9c19fa0fe32ee9bff79123d47147a5fd15fec451806bf5644a01173a86a8a4b9
13+
ENV GOLANG_DOWNLOAD_SHA256 5470eac05d273c74ff8bac7bef5bad0b5abbd1c4052efbdbc8db45332e836b0b
1414

1515
RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz \
1616
&& echo "$GOLANG_DOWNLOAD_SHA256 golang.tar.gz" | sha256sum -c - \

1.6/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM alpine:3.3
22

3-
ENV GOLANG_VERSION 1.6rc2
3+
ENV GOLANG_VERSION 1.6
44
ENV GOLANG_SRC_URL https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz
5-
ENV GOLANG_SRC_SHA256 92914a23cde7e34e1d017175d785e5850fbb28f323a145028e2e26053ef1a598
5+
ENV GOLANG_SRC_SHA256 a96cce8ce43a9bf9b2a4c7d470bc7ee0cb00410da815980681c8353218dcf146
66

77
ENV GOLANG_BOOTSTRAP_VERSION 1.4.3
88
ENV GOLANG_BOOTSTRAP_URL https://golang.org/dl/go$GOLANG_BOOTSTRAP_VERSION.src.tar.gz

0 commit comments

Comments
 (0)