113 Commits

Author SHA1 Message Date
Lucas Manning 6c5bc5e907 Add documentation about TPU support to the website
PiperOrigin-RevId: 710742221
2024-12-30 10:13:27 -08:00
Zach Koopmans 40b704d0c3 Update gvisor.dev w/ instructions to get supported drivers.
PiperOrigin-RevId: 705676256
2024-12-12 17:04:07 -08:00
Etienne Perot 488d5d2f48 gVisor website: Fix title on homepage.
Before this change, it was " - gVisor".
Now it is "The Container Security Platform - gVisor".

(I changed it the homepage title separator from "|" to "-" to match the
fact that this separator is used on all other pages.)

Fixes #11172.

PiperOrigin-RevId: 698374062
2024-11-20 06:51:17 -08:00
Ayush Ranjan 22d58ca31b Add systemd documentation to gVisor website.
Fixes 8c3abba800 ("Add documentation that clarifies systemd usage in runsc.")

Updates #11040

PiperOrigin-RevId: 692290646
2024-11-01 14:27:23 -07:00
gVisor bot bbb1506b56 Merge pull request #10948 from EtiennePerot:dangerzone-svgs
PiperOrigin-RevId: 686194303
2024-10-15 12:18:06 -07:00
Etienne Perot 5216c2f1c3 Dangerzone blog post: Fix list formatting.
PiperOrigin-RevId: 678126686
2024-09-24 01:19:50 -07:00
Etienne Perot c25a8daf64 Import updated set of SVGs for Dangerzone blog post. 2024-09-23 22:26:34 -07:00
Etienne Perot 48b7308dce Fix formatting issues in Dangerzone blog post and for multi-author posts.
PiperOrigin-RevId: 677901137
2024-09-23 12:45:03 -07:00
gVisor bot f6cd886085 Merge pull request #10937 from EtiennePerot:dangerzone-blog-post
PiperOrigin-RevId: 677873535
2024-09-23 11:33:04 -07:00
Etienne Perot 9f3c60481b Add Dangerzone + gVisor integration blog post. 2024-09-23 10:25:37 -07:00
Etienne Perot 647c6411b9 blog: Support HTML excerpts and titles with : characters.
This PR explicitly defines a marker for where the excerpt ends in each
blog post. It also quotes the `title` in the frontmatter of each blog
post, so that `:` characters can exist in blog post titles.
2024-09-20 18:16:00 -07:00
Kevin Krakauer 6b81c5821b docs: add a netstack guide to the site
PiperOrigin-RevId: 674438273
2024-09-13 14:41:07 -07:00
Etienne Perot 2be4f13a56 Typo fix.
PiperOrigin-RevId: 668263281
2024-08-27 21:24:02 -07:00
Etienne Perot 4542eb5ba6 Add OpenAI to the list of gVisor users.
PiperOrigin-RevId: 657874046
2024-07-30 23:19:33 -07:00
gVisor bot 85fd412698 Merge pull request #10591 from EtiennePerot:freedomofthepress
PiperOrigin-RevId: 651602132
2024-07-11 18:45:20 -07:00
Etienne Perot a24378c6bc Update gVisor.dev compatibility page and introduction blurb.
This is per user feedback and aims to address common concerns.
The compatibility page was written back when gVisor did not support a
wide variety of common workloads, which is no longer the case; it is now
easier to list what **doesn't** work rather than what **does** work.

Therefore, this change removes the list of supported programs and replaces
it with an explanation of how gVisor ensures that it supports a wide variety
of workloads, and market proofs that this is the case in practice.

PiperOrigin-RevId: 647834933
2024-06-28 17:07:39 -07:00
Etienne Perot 0058875757 Add the Freedom of the Press Foundation to the gVisor users page. 2024-06-28 16:14:42 -07:00
Etienne Perot bf6166aa37 Update platform diagram to replace ptrace with systrap.
Also include reference to Systrap in the Platform Portability blog post.

Fixes #10386

PiperOrigin-RevId: 633383052
2024-05-13 17:37:40 -07:00
Etienne Perot 6b93f10457 Edit Stable Diffusion blog post to mention the Hugging Face pickle exploit.
https://www.wiz.io/blog/wiz-and-hugging-face-address-risks-to-ai-infrastructure

PiperOrigin-RevId: 622332942
2024-04-05 18:26:44 -07:00
Etienne Perot cd0e13cfe1 Add Docker as a gVisor netstack user.
PiperOrigin-RevId: 621599005
2024-04-03 12:10:48 -07:00
Steve Silva c493b28a67 Add Modal logo to gvisor.dev users page.
PiperOrigin-RevId: 618286015
2024-03-22 14:24:15 -07:00
Steve Silva 0da62368cb Add list of users to the gvisor website.
Adds a new users page that lists known users, links to them, and captures
any references or additional details about their usage.

PiperOrigin-RevId: 611636393
2024-02-29 16:48:10 -08:00
Ayush Ranjan bb7ed9175f Fix GPU Support link on home page.
PiperOrigin-RevId: 610777317
2024-02-27 09:29:08 -08:00
Ayush Ranjan 7f74a04a79 Add a page about nvproxy on the website.
This page talks about GPU support in gVisor at a high level, what environments
are supported and a more detailed report about nvproxy's compatibility story.

PiperOrigin-RevId: 609413535
2024-02-22 10:17:08 -08:00
Etienne Perot 59b41a150e seccomp blog post: Account for further BST optimization.
The BST structure was further optimized in
https://github.com/google/gvisor/commit/1e61310ce61e1c3d9272fbdbccd9d02dd27388f9

PiperOrigin-RevId: 604503481
2024-02-05 19:18:32 -08:00