aboutsummaryrefslogtreecommitdiff
path: root/docker
AgeCommit message (Collapse)Author
2021-12-15Fix failure with --config=toolchainFabian Meumertzheim
Since our toolchain is loaded dynamically depending on the OS and architecture, we can't have a static --extra_toolchains in our .bazelrc. Instead, enable the toolchains in the specific GitHub Actions.
2021-10-19Fix invalid arguments in push_all.shFabian Meumertzheim
2021-10-19Add a script that updates and pushes all imagesFabian Meumertzheim
Also make it possible to run the scripts from any directory.
2021-10-19Add cifuzz/jazzer-autofuzz imageFabian Meumertzheim
2021-10-18Remove explicit LD_LIBRARY_PATH from cifuzz/jazzerFabian Meumertzheim
With rules_jni, this is no longer needed.
2021-09-15Provide a distroless Docker imageFabian Meumertzheim