diff --git a/datadog-agent.yaml b/datadog-agent.yaml index c5687f7fd21..4a3c2dfbde9 100644 --- a/datadog-agent.yaml +++ b/datadog-agent.yaml @@ -3,7 +3,7 @@ package: # This package has two git checkouts. For each new release, the commit SHA for # DataDog/integrations-core must also be updated. version: 7.59.0 - epoch: 1 + epoch: 2 description: "Collect events and metrics from your hosts that send data to Datadog." copyright: - license: Apache-2.0 @@ -229,6 +229,11 @@ pipeline: cp -r Dockerfiles/agent/init-stage3 ${{targets.contextdir}}/etc/s6/init/init-stage3 cp Dockerfiles/agent/init-stage3-host-pid ${{targets.contextdir}}/etc/s6/init/init-stage3-host-pid + # Needed by the system-probe and runtime security agent sockets. + # The default system-probe socket path is /opt/datadog-agent/run/sysprobe.sock + # The default runtime security agent socket path is /opt/datadog-agent/run/runtime-security.sock + mkdir ${{targets.contextdir}}${{vars.destd}}/run + - uses: strip subpackages: