build/env/linux-x86-vmx
Heschi Kreinick c116c3b2d8 all: switch vmx-enabled Debian over to Bullseye
I basically just did a find-and-replace, and we'll see if it works?

I've updated and built the new disk images so this should be ready to
deploy.

For golang/go#56414.

Change-Id: Iaac41d6f7a1244c3682e624f7a4ee4fa7477dfa1
Reviewed-on: https://go-review.googlesource.com/c/build/+/445617
Run-TryBot: Heschi Kreinick <heschi@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Auto-Submit: Heschi Kreinick <heschi@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-10-28 16:16:35 +00:00
..
README.md all: switch vmx-enabled Debian over to Bullseye 2022-10-28 16:16:35 +00:00
create.sh all: switch vmx-enabled Debian over to Bullseye 2022-10-28 16:16:35 +00:00
prep-vm.sh all: switch vmx-enabled Debian over to Bullseye 2022-10-28 16:16:35 +00:00

README.md

linux-x86-vmx

These scripts create a GCE VM image that acts like Container-Optimized Linux but uses a Debian 11 (Bullseye) kernel + userspace instead. We do this because Debian 11 includes CONFIG_KVM for nested virtualization, whereas that's not compiled in for Container-Optimized Linux.