File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 2121 required : false
2222 type : string
2323 default : default-config
24+ docker_run_options :
25+ required : false
26+ type : string
2427 otelcol_run_options :
2528 required : false
2629 type : string
@@ -283,6 +286,7 @@ jobs:
283286 echo "Running container..."
284287 docker run --name ${{ inputs.distribution }} \
285288 -d \
289+ ${{ inputs.docker_run_options }} \
286290 -v ${PWD}/tests/docker-tests/${{ inputs.config_file }}.yaml:/config.yaml \
287291 ${{ inputs.distribution }}:${{ needs.check-goreleaser.outputs.version }}-${{ matrix.GOOS }}-${{ matrix.GOARCH }} \
288292 --config /config.yaml ${{ inputs.otelcol_run_options }}
Original file line number Diff line number Diff line change 3030 with :
3131 distribution : otelcol-ebpf-profiler
3232 config_file : ebpf-profiler-config
33+ docker_run_options : ' --privileged'
3334 otelcol_run_options : ' --feature-gates=service.profilesSupport'
3435 goos : ' [ "linux" ]'
3536 goarch : ' [ "amd64" ]'
You can’t perform that action at this time.
0 commit comments