From aa4d2f4e49b45db5198604a0765f64b99426826c Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 9 Nov 2022 18:10:03 +0000 Subject: Remove clamp-backend url forwarding support The functionality to forward the requests from the UI to the other microservices has been moved to the gui-server microservice. Issue-ID: POLICY-4138 Change-Id: I3120e54894ab51194b20098c4c4d63679c15b06f Signed-off-by: liamfallon --- runtime/src/test/resources/robotframework/Dockerfile | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 runtime/src/test/resources/robotframework/Dockerfile (limited to 'runtime/src/test/resources/robotframework/Dockerfile') diff --git a/runtime/src/test/resources/robotframework/Dockerfile b/runtime/src/test/resources/robotframework/Dockerfile deleted file mode 100644 index e93b7b9d1..000000000 --- a/runtime/src/test/resources/robotframework/Dockerfile +++ /dev/null @@ -1,6 +0,0 @@ -FROM ppodgorsek/robot-framework:3.8.0 - -USER root -COPY requirements.txt . -RUN pip3 install --no-cache-dir -r requirements.txt - -- cgit 1.2.3-korg