treewide: Add remote execution support
This adds support for remote execution by adding a target to build
a sandbox OCI image.
Change-Id: I848f705b7ea7311e20945ee8676cc7a52c8c33aa
Reviewed-on: https://review.monogon.dev/c/monogon/+/3783
Reviewed-by: Leopold Schabel <leo@monogon.tech>
Tested-by: Jenkins CI
diff --git a/build/mirror_proxy/README.md b/build/mirror_proxy/README.md
index 55ce82c..a4b1c46 100644
--- a/build/mirror_proxy/README.md
+++ b/build/mirror_proxy/README.md
@@ -9,7 +9,7 @@
This is expected to run with a given bucket name and a hardcoded set of credentials which are used to authenticate requests. When an authenticated request is received, the mirror will download uncached data if it isn't in the cache yet. This is expected to be used by trusted users, e.g. employees.
-Users should deploy a .netrc inside their home folder based on the following template to allow bazel to authenticate against the mirror.
+There are two ways to authenticate with bazel. Either with the credential helper or a .netrc file, which a user should deploy a inside their home folder based on the following template to allow bazel to authenticate against the mirror.
`~/.netrc`
```