From f30e29e209cead77e881b2eb4677e1c8522bb15b Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Wed, 22 Jul 2026 18:13:28 +0000 Subject: [PATCH] [proxy] copy management sources into proxy image build shared/management/networkmap now imports management/server packages (#6711), so the multistage proxy build needs the management tree in the builder context. --- proxy/Dockerfile.multistage | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy/Dockerfile.multistage b/proxy/Dockerfile.multistage index 976984256..4f360a811 100644 --- a/proxy/Dockerfile.multistage +++ b/proxy/Dockerfile.multistage @@ -10,6 +10,7 @@ COPY encryption ./encryption COPY flow ./flow COPY formatter ./formatter COPY monotime ./monotime +COPY management ./management COPY proxy ./proxy COPY route ./route COPY shared ./shared