Skip to content

Commit 024655f

Browse files
authored
Merge pull request #164 from ZahidMirza95/docker-to-ecr
changed cloudwatch-agent to use ecr image instead of docker
2 parents 4cabbd6 + 1d4d551 commit 024655f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

canarytests/agent/container-definitions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
{
2727
"name": "cloudwatch-agent",
28-
"image": "amazon/cloudwatch-agent:latest",
28+
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:latest",
2929
"logConfiguration": {
3030
"logDriver": "awslogs",
3131
"options": {

0 commit comments

Comments
 (0)