From 597f77a4ee7f494b7a03ef5757a22025894cfe03 Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani Date: Tue, 29 Oct 2024 22:11:33 +0000 Subject: [PATCH] ci: make "full" images docker-compatible Signed-off-by: Ramkumar Chinchani --- build/Dockerfile | 3 ++- build/stacker.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index b5a19bd61..78a48ee39 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -17,7 +17,8 @@ RUN echo '{\n\ },\n\ "http": {\n\ "address": "0.0.0.0",\n\ - "port": "5000"\n\ + "port": "5000",\n\ + "compat": ["docker2s2"]\n\ },\n\ "log": {\n\ "level": "debug"\n\ diff --git a/build/stacker.yaml b/build/stacker.yaml index 1e14b4211..b1028d4a6 100644 --- a/build/stacker.yaml +++ b/build/stacker.yaml @@ -21,7 +21,8 @@ build: }, "http":{ "address":"0.0.0.0", - "port":"5000" + "port":"5000", + "compat": ["docker2s2"] }, "log":{ "level":"debug"