google / gvisor-website

The gVisor project website.
https://gvisor.dev/
Apache License 2.0
17 stars 19 forks source link

Use Docker images for build #136

Closed ianlewis closed 4 years ago

ianlewis commented 4 years ago

Removes the local build dependencies on Bazel, node.js/npm, and hugo and uses Docker to build runsc and the website. This should make it easier for folks to build it as it just requires Docker, make, and git to run.

Fixes #128