Skip to content

Commit b54cb11

Browse files
authored
kubernetes: fix broken build (google#12877)
Signed-off-by: Adam Korczynski <[email protected]>
1 parent dd2aeed commit b54cb11

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

projects/kubernetes/Dockerfile

+6-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ RUN git clone --depth 1 https://github.com/dvyukov/go-fuzz-corpus
2222
RUN git clone --depth 1 https://github.com/kubernetes/kops
2323
RUN git clone --depth 1 https://github.com/cncf/cncf-fuzzing
2424
RUN git clone --depth 1 https://github.com/AdamKorcz/instrumentation
25+
RUN git clone --depth 1 https://github.com/AdamKorcz/go-118-fuzz-build --branch=november-backup
26+
RUN wget https://go.dev/dl/go1.23.4.linux-amd64.tar.gz \
27+
&& mkdir temp-go \
28+
&& rm -rf /root/.go/* \
29+
&& tar -C temp-go/ -xzf go1.23.4.linux-amd64.tar.gz \
30+
&& mv temp-go/go/* /root/.go/
2531
WORKDIR $SRC/
26-
2732
COPY build.sh $SRC/

0 commit comments

Comments
 (0)