cos_gpu_installer: Add a protobuf for required GPU drivers

This CL added a protobuf to specify the required GPU drivers
for COS customers. It also added a test to read the protobuf
and check whether the GPU drivers exist on GCS bucket.

See go/cos-gpu-multi-version for design details.

BUG=b/155192122

Change-Id: Idbee1ef9d5ca1e45ae65fab2575cc0093906eb59
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/18450
Reviewed-by: Arnav Kansal <rnv@google.com>
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Tested-by: Ke Wu <mikewu@google.com>
6 files changed
tree: 323ea027cac092418bce457cd167a11b6d17b2a1
  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.