Fn (dind) doesn't get docker regstry credentials.
I think fn needs to understand these eventually in some form but a stop gap
Ideally we should be able to share one or more k8s docker image pull secrets with the fn container to allow secured registries to be used.
e.g. (elswhere in k8s ):
kubectl create secret docker-registry wcrsecret--docker-server=wcr --docker-username=testserver --docker-password=$(cat ~/.wercker/token) --docker-email=email@example.com
then in values.yaml
fnserver
imageSecrets:
- wcrsecret