Skip to content

Commit

Permalink
Fix missing env-vars in k8s debug dockerfile (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
APErebus authored Nov 26, 2024
1 parent 25085d0 commit 4f13a6d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/kubernetes-agent-tentacle/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ ENV OCTOPUS__K8STENTACLE__DISABLEAUTOPODCLEANUP="False"
ENV TentacleHome=""
ENV TentacleApplications=""
ENV TentacleCertificateBase64=""
ENV TentaclePollingProxyHost=""
ENV TentaclePollingProxyPort=""
ENV TentaclePollingProxyUsername=""
ENV TentaclePollingProxyPassword=""

ENTRYPOINT [ "/dev-scripts/bootstrap.sh" ]

Expand Down Expand Up @@ -114,4 +118,4 @@ LABEL \

# RUN \
# cd ~/.local/share/JetBrains/RiderRemoteDebugger/${DEBUGGER_TOOLS_VERSION} \
# 7z x debug_tools.zip
# 7z x debug_tools.zip

0 comments on commit 4f13a6d

Please sign in to comment.