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>
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>