Skip to content

Commit 6d95974

Browse files
Use mirrored agent image
1 parent 938e591 commit 6d95974

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ agent_integration_tests:
601601
GRADLE_TARGET: "traceAgentTest"
602602
CACHE_TYPE: "base"
603603
services:
604-
- name: datadog/agent:7.34.0
604+
- name: registry.ddbuild.io/images/mirror/datadog/agent:7.40.1
605605
alias: local-agent
606606
variables:
607607
DD_APM_ENABLED: "true"

dd-trace-core/src/traceAgentTest/groovy/AbstractTraceAgentTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ abstract class AbstractTraceAgentTest extends DDSpecification {
1818
and we use 'testcontainers' for this.
1919
*/
2020
if ("true" != System.getenv("CI")) {
21-
agentContainer = new GenericContainer("datadog/agent:7.34.0")
21+
agentContainer = new GenericContainer("datadog/agent:7.40.1")
2222
.withEnv(["DD_APM_ENABLED": "true",
2323
"DD_BIND_HOST" : "0.0.0.0",
2424
"DD_API_KEY" : "invalid_key_but_this_is_fine",

0 commit comments

Comments
 (0)