Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update to latest Datadog Agent RC for image builds/benchmarks #436

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading