Skip to content

Commit

Permalink
[DEC-2202] Update datadog agent image to use ECR hosted image. (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwschau authored Jan 17, 2024
1 parent 86e50c4 commit 2362bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion indexer/datadog/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use a specific version here to control when an update to a new major version of the datadog agent is performed
# since major releases happen about once a year and contain breaking changes.
FROM datadog/agent:7
FROM public.ecr.aws/datadog/agent:7

ADD conf.d/redisdb.yaml /etc/datadog-agent/conf.d/redisdb.yaml
2 changes: 1 addition & 1 deletion protocol/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ services:
- ./localnet/dydxprotocol3:/dydxprotocol/chain/.dave/data

datadog-agent:
image: datadog/agent:7
image: public.ecr.aws/datadog/agent:7
environment:
# See https://docs.datadoghq.com/containers/docker/?tab=standard#environment-variables for agent configuration
- DD_API_KEY=${DD_API_KEY}
Expand Down

0 comments on commit 2362bdb

Please sign in to comment.