You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(k8s_util): proxy registry host/port information to dockerbuilder
Dockerbuilder fails pushing images to the registry when --insecure-registry
is turned off because it is not using the registry proxy to push images.
DEIS_REGISTRY_PROXY_PORT was used in the original implementation, but is dead
code with this second iteration.
0 commit comments