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
This commit is contained in:
John Howard 2022-07-20 16:28:03 +00:00 committed by GitHub
parent f8208fc0b8
commit 4138b03a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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