| # Copyright 2022 The Go Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style |
| # license that can be found in the LICENSE file. |
| # This file is JSON with comments. |
| # A comment is any line whose first non-whitespace character is #. |
| # A sed script in the Makefile and in deploy/worker.yaml removes |
| # the comments to produce valid JSON. |
| # This is a bundle config file for runsc, as specified by the |
| # Open Container Initiative: see |
| # https://github.com/opencontainers/runtime-spec/blob/main/config.md. |
| # Most of this file is generated by "runsc spec"; see |
| # https://gvisor.dev/docs/user_guide/quick_start/oci. |
| # The few important tweaks are commented. |
| # This is the command that "runsc run" will execute in the sandbox. |
| # See the internal/sandbox package. |
| # runsc will pipe the stdout and stderr to its caller, |
| # and will exit with the same return code. |
| "PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", |
| # The filesystem must be writeable so |
| # the go command can write to its caches. |