Skip to content

Commit 40d8ec5

Browse files
authored
Merge pull request #428 from mgleung/go-1.20.2-official-base-0.83
Use official golang 1.20.2 buster base image
2 parents 7368517 + ff1b99d commit 40d8ec5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Dockerfile.amd64

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
FROM calico/bpftool:v5.3-amd64 as bpftool
22

3-
FROM us-docker.pkg.dev/google.com/api-project-999119582588/go-boringcrypto/golang:1.18.9b7
3+
FROM golang:1.20.2-buster
44
MAINTAINER Shaun Crampton <[email protected]>
55

6-
ARG GO_VERSION=1.20.2
76
ARG QEMU_VERSION=4.2.0-6
87

98
# we need these two distinct lists. The first one is the names used by the qemu distributions
@@ -46,9 +45,6 @@ RUN echo 'APT::Default-Release "buster";' > /etc/apt/apt.conf.d/99defaultrelease
4645

4746
RUN rm /etc/apt/sources.list.d/buster-backports.list
4847

49-
RUN wget https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz
50-
RUN rm -rf /usr/local/go && tar -C /usr/local -xzf go${GO_VERSION}.linux-amd64.tar.gz
51-
RUN rm go${GO_VERSION}.linux-amd64.tar.gz
5248
RUN wget https://apt.llvm.org/llvm.sh
5349
RUN bash ./llvm.sh 12
5450
RUN apt install clang-12

0 commit comments

Comments
 (0)