mirror of
https://github.com/golang/sys.git
synced 2026-02-08 19:56:04 +03:00
unix: update Dockerfile to Linux 5.8
Change-Id: If6643e7e092c5d482f9cefe838640ebcec22188e Reviewed-on: https://go-review.googlesource.com/c/sys/+/246417 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:
committed by
Tobias Klauser
parent
4b90ce9b60
commit
fd5f0c170a
@@ -15,8 +15,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
# Get the git sources. If not cached, this takes O(5 minutes).
|
||||
WORKDIR /git
|
||||
RUN git config --global advice.detachedHead false
|
||||
# Linux Kernel: Released 31 May 2020
|
||||
RUN git clone --branch v5.7 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
|
||||
# Linux Kernel: Released 02 Aug 2020
|
||||
RUN git clone --branch v5.8 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
|
||||
# GNU C library: Released 01 Feb 2020 (we should try to get a secure way to clone this)
|
||||
RUN git clone --branch release/2.31/master --depth 1 git://sourceware.org/git/glibc.git
|
||||
|
||||
|
||||
Reference in New Issue
Block a user