mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
508e25b6d6
This adapts the merged website repository to use the image and bazel build framework. It explicitly avoids the container_image rules provided by bazel, opting instead to build with direct docker commands when necessary. The relevant build commands are incorporated into the top-level Makefile.
10 lines
220 B
HTML
10 lines
220 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" itemscope itemtype="https://schema.org/WebPage">
|
|
{% include header.html %}
|
|
<body>
|
|
{% include header-links.html %}
|
|
{{ content }}
|
|
{% include footer.html %}
|
|
</body>
|
|
</html>
|