We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b253827 commit d70c4b5Copy full SHA for d70c4b5
.github/workflows/ci-goreleaser-ebpf-profiler.yaml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
distribution: otelcol-ebpf-profiler
32
config_file: ebpf-profiler-config
33
- docker_run_options: '--privileged -v /sys/kernel/debug/:/sys/kernel/debug/'
+ docker_run_options: '--privileged --pid=host -v /sys/kernel/debug/:/sys/kernel/debug/:ro'
34
otelcol_run_options: '--feature-gates=service.profilesSupport'
35
goos: '[ "linux" ]'
36
goarch: '[ "amd64", "arm64" ]'
0 commit comments