mirror of https://github.com/google/oss-fuzz.git
e2ca7bcbe0
Fixing the location of build.sh gets rid of ENTRYPOINT. Which opens a possibility to implement different commands like: ````bash docker run -ti expat compile docker run -ti expat run <fuzzer_name> <input_data> ```` and keep the knowledge of build script location. This is a breaking change. |
||
---|---|---|
.. | ||
base-images | ||
docker-cleanup | ||
jenkins-cluster | ||
push-images | ||
README.md | ||
libfuzzer-pipeline.groovy |
README.md
Infrastructure
This directory contains infrastructure definition for oss-fuzz project:
base-images
- docker images for building fuzzers & corresponding jenkins pipeline.docker-cleanup
- jenkins pipeline to clean stale docker images & processes.jenkins-cluster
- kubernetes cluster definition for our jenkins-based build.