Skip to content

Commit 1520fa1

Browse files
authored
Set default dda version in BYOC Dockerfile (#42291)
### What does this PR do? Sets default DDA version in BYOC Dockerfile to v0.29.0 ### Motivation As a follow up to #41548, this PR sets a default DDA_VERSION in the BYOC Dockerfile which was needed to run BYOC locally. ### Describe how you validated your changes ### Additional Notes Co-authored-by: stanley.liu <stanley.liu@datadoghq.com>
1 parent 2b86aee commit 1520fa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfiles/agent-ddot/Dockerfile.agent-otel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM ubuntu:${UBUNTU_VERSION} AS builder
99
ARG AGENT_REPO
1010
ARG AGENT_VERSION
1111
ARG AGENT_BRANCH
12-
ARG DDA_VERSION
12+
ARG DDA_VERSION=v0.29.0
1313
ENV DEBIAN_FRONTEND=noninteractive
1414

1515
# Set the working directory

0 commit comments

Comments
 (0)