Skip to content

Commit

Permalink
chore: update to latest Datadog Agent RC for image builds/benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
tobz committed Jan 23, 2025
1 parent 507fe24 commit 4b91260
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ variables:

# Converged Datadog Agent-specific variables, which control how we build the converged Datadog Agent image, both for
# internal and public releases.
BASE_DD_AGENT_VERSION: "7.62.0-rc.2"
BASE_DD_AGENT_VERSION_INTERNAL: "7-62-0-rc-2"
BASE_DD_AGENT_VERSION: "7.62.0-rc.8"
BASE_DD_AGENT_VERSION_INTERNAL: "7-62-0-rc-8"
BASE_DD_AGENT_VERSION_INTERNAL_NIGHTLY: "main-jmx-17d25f22"

INTERNAL_DD_AGENT_IMAGE: "${IMAGE_REGISTRY}/datadog-agent:${BASE_DD_AGENT_VERSION_INTERNAL}-jmx"
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.datadog-agent
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG DD_AGENT_VERSION=7.62.0-rc.2-jmx
ARG DD_AGENT_VERSION=7.62.0-rc.8-jmx
ARG DD_AGENT_IMAGE=datadog/agent:${DD_AGENT_VERSION}
ARG ADP_IMAGE=saluki-images/agent-data-plane:latest

Expand Down

0 comments on commit 4b91260

Please sign in to comment.