Re-introduce kdump debugger container cloudbuild

kdump_debugger container builds take over 1 hr on cloudbuild and often
stalled builds for other containers in automated CI. For this reason,
the automated builds for kdump were discontinued.

This change brings back time to under 10 minutes, by not building the
crash utility from source.

1. Install crash using apt-get.
2. Change ubuntu from focal to impish to capture latest crash version
3. re-introduce cloudbuild config with qemu6+ for multi-arch support

BUG=b/194525262

Change-Id: Ib7c697e77c888ee36279f715170ff554ee2cd593
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/28560
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Reviewed-by: Oleksandr Tymoshenko <ovt@google.com>
Tested-by: Arnav Kansal <rnv@google.com>
2 files changed
tree: ce25000d308650e2850299e81d55770d9c9d7142
  1. release/
  2. src/
  3. testing/
  4. BUILD.bazel
  5. cloudbuild.yaml
  6. CONTRIBUTING.md
  7. deps.bzl
  8. go.mod
  9. go.sum
  10. LICENSE
  11. README.md
  12. run_tests.sh
  13. 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.