Skip to content

Commit

Permalink
bump build image
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret committed Jul 3, 2024
1 parent 5438663 commit 04afb7f
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:v37111741-34301f4a
- image: gcr.io/datadoghq/agent-circleci-runner:v37150619-8250a4fc
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 @@ -164,15 +164,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: v37111741-34301f4a
DATADOG_AGENT_BUILDIMAGES: v37150619-8250a4fc
DATADOG_AGENT_WINBUILDIMAGES_SUFFIX: ""
DATADOG_AGENT_WINBUILDIMAGES: v37111741-34301f4a
DATADOG_AGENT_WINBUILDIMAGES: v37150619-8250a4fc
DATADOG_AGENT_ARMBUILDIMAGES_SUFFIX: ""
DATADOG_AGENT_ARMBUILDIMAGES: v37111741-34301f4a
DATADOG_AGENT_ARMBUILDIMAGES: v37150619-8250a4fc
DATADOG_AGENT_SYSPROBE_BUILDIMAGES_SUFFIX: ""
DATADOG_AGENT_SYSPROBE_BUILDIMAGES: v37111741-34301f4a
DATADOG_AGENT_SYSPROBE_BUILDIMAGES: v37150619-8250a4fc
DATADOG_AGENT_BTF_GEN_BUILDIMAGES_SUFFIX: ""
DATADOG_AGENT_BTF_GEN_BUILDIMAGES: v37111741-34301f4a
DATADOG_AGENT_BTF_GEN_BUILDIMAGES: v37150619-8250a4fc

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

0 comments on commit 04afb7f

Please sign in to comment.