Skip to content

Commit

Permalink
Bump the buildimages (#24796)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret authored and alexgallotta committed May 9, 2024
1 parent 37d09d7 commit e225ef0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ experimental:
templates:
job_template: &job_template
docker:
- image: gcr.io/datadoghq/agent-circleci-runner:v31988376-bfbb3afb
- image: gcr.io/datadoghq/agent-circleci-runner:v32368242-2e3b6ef4
environment:
USE_SYSTEM_LIBS: "1"
working_directory: /go/src/github.com/DataDog/datadog-agent
Expand Down
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,15 @@ variables:
# To use images from datadog-agent-buildimages dev branches, set the corresponding
# SUFFIX variable to _test_only
DATADOG_AGENT_BUILDIMAGES_SUFFIX: ""
DATADOG_AGENT_BUILDIMAGES: v31988376-bfbb3afb
DATADOG_AGENT_BUILDIMAGES: v32368242-2e3b6ef4
DATADOG_AGENT_WINBUILDIMAGES_SUFFIX: ""
DATADOG_AGENT_WINBUILDIMAGES: v31988376-bfbb3afb
DATADOG_AGENT_WINBUILDIMAGES: v32368242-2e3b6ef4
DATADOG_AGENT_ARMBUILDIMAGES_SUFFIX: ""
DATADOG_AGENT_ARMBUILDIMAGES: v31988376-bfbb3afb
DATADOG_AGENT_ARMBUILDIMAGES: v32368242-2e3b6ef4
DATADOG_AGENT_SYSPROBE_BUILDIMAGES_SUFFIX: ""
DATADOG_AGENT_SYSPROBE_BUILDIMAGES: v31988376-bfbb3afb
DATADOG_AGENT_SYSPROBE_BUILDIMAGES: v32368242-2e3b6ef4
DATADOG_AGENT_BTF_GEN_BUILDIMAGES_SUFFIX: ""
DATADOG_AGENT_BTF_GEN_BUILDIMAGES: v31988376-bfbb3afb
DATADOG_AGENT_BTF_GEN_BUILDIMAGES: v32368242-2e3b6ef4
DATADOG_AGENT_BUILDERS: v28719426-b6a4fd9

DATADOG_AGENT_EMBEDDED_PATH: /opt/datadog-agent/embedded
Expand Down

0 comments on commit e225ef0

Please sign in to comment.