Skip to content

Commit 845aa79

Browse files
authored
pin test agent release (#6237)
pin test agent version
1 parent 9aa89e6 commit 845aa79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mongo_image: &mongo_image mongo:3.6
1515
httpbin_image: &httpbin_image kennethreitz/httpbin@sha256:2c7abc4803080c22928265744410173b6fea3b898872c01c5fd0f0f9df4a59fb
1616
vertica_image: &vertica_image sumitchawla/vertica:latest
1717
rabbitmq_image: &rabbitmq_image rabbitmq:3.7-alpine
18-
testagent_image: &testagent_image ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:latest
18+
testagent_image: &testagent_image ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.10.1
1919

2020
parameters:
2121
coverage:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ services:
137137
volumes:
138138
- ddagent:/tmp/ddagent:rw
139139
testagent:
140-
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:latest
140+
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.10.1
141141
ports:
142142
- "127.0.0.1:9126:8126"
143143
volumes:

0 commit comments

Comments
 (0)