oss-fuzz/infra/base-images
Mike Aizatsky e2ca7bcbe0 [infra] fixing build script location (/src/build.sh)
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.
2016-10-06 13:45:12 -07:00
..
base
base-clang
base-libfuzzer [infra] fixing build script location (/src/build.sh) 2016-10-06 13:45:12 -07:00
libfuzzer-runner [infra] added llvm-symbolizer to libfuzzer-runner 2016-10-05 14:26:40 -07:00
Jenkinsfile Update Jenkinsfile 2016-10-05 19:05:24 -07:00
README.md Updated README.md 2016-10-05 15:07:52 -07:00
all.sh [infra] base-images build script 2016-10-05 14:18:14 -07:00

README.md

Building all infra images:

# run from project root
infra/base-images/all.sh