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
{{ message }}
This repository was archived by the owner on Sep 5, 2019. It is now read-only.
Knative build/build templates should work natively with just the docker engine as opposed to having a dependency on k8s. Given a source code repo, and a docker instance running, the process should be as simple as pointing the knative build/build template to the source code locally and it should give a docker image built locally out of source code. The image can later be pushed to any image registry as per the need.
Actual Behavior
Currently, we submit a YAML file to k8s that contains all the relevant details to finally end up with a running container on the same cluster.
Additional Info
@dgageot : Raising this issue as per our discussion on Twitter.