Remove the use of the cache for single-arch container images

This is a partially revert of
https://cos-review.git.corp.google.com/c/cos/tools/+/45593.

List of container images are single-arch and don't benefit much from the
caching stretagy. Using `docker build` without caching also helps to
generate provenance and SBOMs natively.

The list is:

cos_gpu_installer_v1
cos_ova_converter
cos_gpu_config_builder
cos_gpu_driver_builder
cos_kernel_devenv

BUG=b/397501766
TEST=presubmit

Change-Id: I72775a58cc6b11488957ae560262c8ad03629f05
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/97849
Tested-by: Chenglong Tang <chenglongtang@google.com>
Reviewed-by: Robert Kolchmeyer <rkolchmeyer@google.com>
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
5 files changed
tree: 85919dd176c080a62be918ea74ecb84d06f612ba
  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_builds.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.