Skip to content

Commit

Permalink
Change all cifuzz to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mpherman2 committed Nov 3, 2021
1 parent 01a2bc4 commit 28aabc1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions config/jobs/kubernetes/test-infra/test-infra-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ periodics:
spec:
serviceAccountName: fuzz-test
containers:
- image: gcr.io/k8s-testimages/ci_fuzz:v20211102-77ba931
#TODO(mpherman) : Change to versioned once stable
- image: gcr.io/k8s-testimages/ci_fuzz:latest
command:
- runner.sh
args:
Expand Down Expand Up @@ -109,7 +110,8 @@ periodics:
spec:
serviceAccountName: fuzz-test
containers:
- image: gcr.io/k8s-testimages/ci_fuzz:v20211102-77ba931
#TODO(mpherman) : Change to versioned once stable
- image: gcr.io/k8s-testimages/ci_fuzz:latest
command:
- runner.sh
args:
Expand Down Expand Up @@ -154,7 +156,8 @@ periodics:
spec:
serviceAccountName: fuzz-test
containers:
- image: gcr.io/k8s-testimages/ci_fuzz:v20211102-77ba931
#TODO(mpherman) : Change to versioned once stable
- image: gcr.io/k8s-testimages/ci_fuzz:latest
command:
- runner.sh
args:
Expand Down
3 changes: 2 additions & 1 deletion experiment/ci-fuzz/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

FROM gcr.io/k8s-staging-test-infra/bootstrap:v20210913-fc7c4e84f6

FROM gcr.io/oss-fuzz-base/cifuzz-base@sha256:af73b21390c1c35115bfcacf99e9713fbb7dbfb25e9fce9174beb0c5f3a39a9c
#TODO(mpherman) : Change to versioned once stable
FROM gcr.io/oss-fuzz-base/cifuzz-base:latest
COPY --from=gcr.io/oss-fuzz-base/cifuzz-base:latest /opt/oss-fuzz /opt/

#
Expand Down

0 comments on commit 28aabc1

Please sign in to comment.