Update toolbox to Debian Bullseye

The new debian version exposes a bug in qemu when building for arm64. We
need to update the linuxkit/binfmt container (which I think is where the
qemu comes from).

BUG=b/235507172
TEST=build and run on M101

Change-Id: Ie9659d078d75e9e148254cc1366badccd442ef13
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/34281
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Tested-by: Robert Kolchmeyer <rkolchmeyer@google.com>
Reviewed-by: Arnav Kansal <rnv@google.com>
2 files changed
tree: 2bda98b9e2cb6eeafc5c133667b788a31f8a63e8
  1. release/
  2. src/
  3. testing/
  4. .gitignore
  5. BUILD.bazel
  6. cloudbuild.yaml
  7. CONTRIBUTING.md
  8. deps.bzl
  9. go.mod
  10. go.sum
  11. LICENSE
  12. README.md
  13. run_tests.sh
  14. WORKSPACE
README.md

Tools for Container-Optimized OS

This is a repository of various tools developed for Container-Optimized OS. Examples include cos-gpu-installer, cos-toolbox, etc.

See CONTRIBUTING.md for how to contribute.