unix/linux: update Dockerfile to glibc 2.30

Change-Id: I4fd358388c46b4c2e8a4081640315db2313e585f
Reviewed-on: https://go-review.googlesource.com/c/sys/+/189438
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Tobias Klauser
2019-08-13 06:44:41 +00:00
committed by Tobias Klauser
parent 4e8604ab3a
commit fde4db37ae
14 changed files with 28 additions and 2 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ WORKDIR /git
RUN git config --global advice.detachedHead false
# Linux Kernel: Released 07 July 2019
RUN git clone --branch v5.2 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
# GNU C library: Released 01 Feb 2019 (we should try to get a secure way to clone this)
RUN git clone --branch release/2.29/master --depth 1 git://sourceware.org/git/glibc.git
# GNU C library: Released 02 Aug 2019 (we should try to get a secure way to clone this)
RUN git clone --branch release/2.30/master --depth 1 git://sourceware.org/git/glibc.git
# Get Go
ENV GOLANG_VERSION 1.13beta1