From e7dd56b1b8cbcf2f6151efd099a6611cb333c1bc Mon Sep 17 00:00:00 2001 From: Yash Kulshrestha Date: Tue, 16 Aug 2022 16:46:45 -0700 Subject: [PATCH] pulling in agent-config changes for healthcheck and ports from #3343 --- agent-container/agent-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent-container/agent-config.json b/agent-container/agent-config.json index 247223602b5..316cc5a9d70 100644 --- a/agent-container/agent-config.json +++ b/agent-container/agent-config.json @@ -1 +1 @@ -{"author":"Amazon Web Services, Inc.","config":{"Cmd":["/agent"],"ArgsEscaped":true},"created":"~~timestamp~~","history":[{"created":"~~timestamp~~","author":"Amazon Web Services, Inc.","created_by":"p=np","empty_layer":true}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:~~digest~~"]}} +{"author":"Amazon Web Services, Inc.","config":{"Cmd":["/agent"],"ArgsEscaped":true},"created":"~~timestamp~~","config":{"ExposedPorts":{"51678/tcp":{},"51679/tcp":{}},"Healthcheck":{"Test":["CMD","/agent","--healthcheck"]}},"history":[{"created":"~~timestamp~~","author":"Amazon Web Services, Inc.","created_by":"°o°","empty_layer":true}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:~~digest~~"]}}