| # -*- protobuffer -*- |
| # proto-file: google3/devtools/kokoro/config/proto/build.proto |
| # proto-message: BuildConfig |
| |
| # Location of the bash script. Should have value <git_on_borg_scm.name>/<path_from_repository_root>. |
| # git_on_borg_scm.name is specified in the job configuration (next section). |
| build_file: "avf/build/debian/kokoro/build.sh" |
| container_properties { |
| docker_image: "us-central1-docker.pkg.dev/kokoro-container-bakery/kokoro/ubuntu/ubuntu2204/full:next" |
| docker_privileged: true |
| docker_user: "root" |
| } |