File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ RUN apt-get -q update \
56
56
jq \
57
57
patch \
58
58
rsync \
59
- unzip
59
+ unzip \
60
+ iproute2
60
61
61
62
# Use dynamic cgo linking for architectures other than amd64 for the server platforms
62
63
# To install crossbuild essential for other architectures add the following repository.
@@ -102,8 +103,8 @@ RUN mkdir $TMPDIR \
102
103
&& chmod o+t $TMPDIR
103
104
104
105
# Get the code coverage tool and goimports
105
- RUN go get golang.org/x/tools/cmd/cover \
106
- golang.org/x/tools/cmd/goimports \
106
+ RUN for i in {1..5}; do GOPROXY= "direct" go install golang.org/x/tools/cmd/cover@latest && break || sleep 15; done \
107
+ && for i in {1..5}; do GOPROXY= "direct" go install golang.org/x/tools/cmd/goimports@latest && break || sleep 15; done \
107
108
&& go clean -cache
108
109
109
110
# Cleanup a bit
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ variants:
2
2
v1.23-go1.17-bullseye :
3
3
CONFIG : ' go1.17-bullseye'
4
4
TYPE : ' default'
5
- IMAGE_VERSION : ' v1.23.0-go1.17.1-bullseye.0 '
5
+ IMAGE_VERSION : ' v1.23.0-go1.17.1-bullseye.1 '
6
6
KUBERNETES_VERSION : ' v1.23.0'
7
7
GO_VERSION : ' 1.17.1'
8
8
GO_MAJOR_VERSION : ' 1.17'
9
9
OS_CODENAME : ' bullseye'
10
- REVISION : ' 0 '
10
+ REVISION : ' 1 '
11
11
PROTOBUF_VERSION : ' 3.7.0'
12
12
v1.23-go1.17-buster :
13
13
CONFIG : ' go1.17-buster'
You can’t perform that action at this time.
0 commit comments