Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into tmm/mount_helm_upgrad…
Browse files Browse the repository at this point in the history
…e_cfg
  • Loading branch information
rain-on committed Nov 26, 2024
2 parents 118ba20 + 4f13a6d commit 2112666
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 2112666

Please sign in to comment.