cos-kdump-debugger: Change base image to debian:sid

The version of crash available in debian:bookworm-backports is old and
crashes when loading a kdump for the 6.6 kernel. Upgrading to sid
installs a newer crash which is compatible. This commit also switches to
libncurses6 from libncurses5, since libncurses5 is no longer supported.

BUG=b/316205830
TEST=Run crash for dump from kernel 6.6, kernel 6.1, and kernel 5.15

Change-Id: I7690c6ea290689cd964f4d7273756825c88975a7
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/71116
Reviewed-by: Arnav Kansal <rnv@google.com>
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Tested-by: Kevin Berry <kpberry@google.com>
1 file changed
tree: 61d574b2cf3ad80a1e46842fb3baa9af6ab4dcc0
  1. coverage/
  2. release/
  3. src/
  4. testing/
  5. .gitignore
  6. BUILD.bazel
  7. cloudbuild.yaml
  8. CONTRIBUTING.md
  9. deps.bzl
  10. go.mod
  11. go.sum
  12. LICENSE
  13. postsubmit-cloudbuild.yaml
  14. README.md
  15. run_tests.sh
  16. run_unit_tests.sh
  17. 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.