Commit Graph

8 Commits

Author SHA1 Message Date
Tim 'mithro' Ansell 4cbf7fa752 docker: Run `make env`
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-01-08 10:05:34 -08:00
Tim 'mithro' Ansell 3b142499ea docker: Don't use -j on fuzzers.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-01-08 09:00:58 -08:00
Tim 'mithro' Ansell d9fbfc35ca Use bash for running the fuzzers.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-01-07 23:32:31 -08:00
Tim 'mithro' Ansell 599d15b64e Try again updating Dockerfile.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-01-07 23:22:14 -08:00
Tim 'mithro' Ansell f51d8c7069 Actually run the fuzzers in the cloudbuild.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-01-07 23:10:59 -08:00
Rick Altherr a7081164bd Force amd64 image for nginx
Per https://github.com/docker-library/official-images/issues/3835,
multi-arch official images are currently updated as each architecture's
builder finishes. This leads to times when the latest tags only have a
few architectures available.  Since our builds only happen on amd64,
pull nginx from the amd64 namespace specifically to avoid the problem.

Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
2018-02-27 10:12:10 -08:00
Tim 'mithro' Ansell 1860245751 Dockerfile: Run make with output syncing an more warnings.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2018-02-23 15:05:06 -08:00
Rick Altherr f4ddb607cb Dockerfile for building database from scratch
Runs all fuzzers to construct a database from scratch.  Raw and HTML
versions of database are packaged into a docker image that serves the
files via nginx.

Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
2018-02-05 17:51:36 -08:00