Issue: Harness Proxy needs to be explicitly set as output variables to set as build args for Docker Build Plugin
O
Opera mauve Hare
Solution:
Harness Proxy details has to be implicitly set as build args for Docker Build Plugin.
Current Issue:
Harness Proxy needs to be explicitly set as step output variables so that they can be set as build args for Docker Build Plugin
export HTTPS_PROXY="$HARNESS_HTTPS_PROXY"
export HTTP_PROXY="$HARNESS_HTTP_PROXY"
export NO_PROXY="$HARNESS_NO_PROXY"
This is a redundant repeatative obvious step which as an User, I do not need to add a step explicitily.
Business Value:
Users of the Docker Build Plugin step will have better experience and will add intelligence to the step
Log In
B
Bronze Deer
I have also been having trouble with this
I
Incarnadine Lemur
This feature will help provide a better user experience
C
Conscious Ocelot
This would be huge; please help
I
Intense Tortoise
Much needed feature
N
Nutmeg Basilisk
This needs to be there ASAP
R
Royal Ladybug
Automating the injection of Harness Proxy details as build args in the Docker Build Plugin is a smart move toward reducing redundancy and improving developer experience