Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Avoid setting GOPATH in docker image Setting GOPATH to point inside agent directory has some undesirable side effects, such as make `go test ./...` fail ( because it tries to execute tests in ./go directory). * Add a 'build' user Add a `build` user and run container with this user by default. This allows mounting local agent directory in the docker container while still the right uid permissions. Allow this user to sudo in order to run the otel agent.
- Loading branch information