vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Support internal docker repository by default #677

Open berndtj opened 6 years ago

berndtj commented 6 years ago

Feature Request

Detailed Description

Rather than depend on an external repository (dockerhub/gcr.io), allow configuring for an internal repository and in fact make that the default (and part of installation).

This makes development and testing far faster and there are bugs with authentication to gcr.io currently within Knative/Kaniko

Context

Possible Implementation

Complexity