From 4138b03a9871e09d5d25753681c489aab006d830 Mon Sep 17 00:00:00 2001 From: John Howard Date: Wed, 20 Jul 2022 16:28:03 +0000 Subject: [PATCH] istio: switch to standard base-builder-go (#7992) * istio: switch to standard base-builder-go This is required to use the Go 1.18 native fuzzing * Update Dockerfile --- projects/istio/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/istio/Dockerfile b/projects/istio/Dockerfile index 2f6c4f967..e9ddcdd95 100644 --- a/projects/istio/Dockerfile +++ b/projects/istio/Dockerfile @@ -14,7 +14,8 @@ # ################################################################################ -FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting +# Setup the builder for Istio. The standard Go builder is sufficient. +FROM gcr.io/oss-fuzz-base/base-builder-go RUN git clone --depth 1 https://github.com/istio/istio COPY build.sh $SRC/ WORKDIR $SRC/istio