Skip to content

Commit

Permalink
istio: switch to standard base-builder-go (google#7992)
Browse files Browse the repository at this point in the history
* istio: switch to standard base-builder-go

This is required to use the Go 1.18 native fuzzing

* Update Dockerfile
  • Loading branch information
howardjohn authored and henryrneh committed Aug 1, 2022
1 parent 49c48f4 commit 2b8edb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/istio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2b8edb5

Please sign in to comment.