Skip to content

Commit

Permalink
Merge pull request #24221 from mpherman2/cifu
Browse files Browse the repository at this point in the history
Update CIFUZZ base image
  • Loading branch information
k8s-ci-robot authored Nov 3, 2021
2 parents 9d27442 + 28aabc1 commit ff0cc22
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:b517acf48b7ebd364d145bd12a7eaeeb9f9ba649b8c46b90bbcf9a3fc5141d7d
#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 ff0cc22

Please sign in to comment.