MakarkinSAkvelon commented on code in PR #25508: URL: https://github.com/apache/beam/pull/25508#discussion_r1127632799
########## playground/backend/containers/go/Dockerfile: ########## @@ -58,17 +58,6 @@ ENV PROPERTY_PATH=/opt/playground/backend/properties.yaml ## Copy build result COPY src/configs /opt/playground/backend/configs/ -# Install mitmpoxy -RUN mkdir /opt/mitmproxy &&\ - cd /opt/mitmproxy &&\ - wget -q https://snapshots.mitmproxy.org/7.0.4/mitmproxy-7.0.4-linux.tar.gz &&\ - tar -zxvf mitmproxy-7.0.4-linux.tar.gz &&\ - mkdir /usr/local/share/ca-certificates/extra -COPY allow_list_proxy.py /opt/mitmproxy/ -COPY allow_list.py /opt/mitmproxy/ -ENV HTTP_PROXY="http://127.0.0.1:8081" -ENV HTTPS_PROXY="http://127.0.0.1:8081" - COPY src/properties.yaml /opt/playground/backend/properties.yaml Review Comment: This file contains the settings which would not be changed after GKE deployment -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
