From ba09f53c84adbda165758318a6048585d9ad6bb6 Mon Sep 17 00:00:00 2001 From: Ray Allan Date: Tue, 6 Sep 2022 20:08:37 +0000 Subject: [PATCH] Add env with required path for appmesh integration. --- 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 316cc5a9d70..c8f925ba6a2 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~~","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~~"]}} +{"author":"Amazon Web Services, Inc.","config":{"Cmd":["/agent"],"ArgsEscaped":true},"created":"~~timestamp~~","config":{"ExposedPorts":{"51678/tcp":{},"51679/tcp":{}},"Env":["PATH=/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"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~~"]}}