tektoncd/pipeline

Binary (local) input type

开放

#924 创建于 2019年5月29日

 (11 条评论) (5 个反应) (0 位负责人)Go (1,943 个派生)auto 404
designhelp wantedkind/designkind/questionlifecycle/frozen

仓库指标

星标
 (9,013 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Openshift builds have a really neat concept of Binary (local) sources. Essentially, it gives you an API to stream binary contents into a build from anywhere (including the local file system).

This opens the door for nice FaaS-style user-experiences, where the user might want to do something like cli create my-large-packaged-nodejs-function.zip, then expect this to be build into a container image and ultimately that image then being pushed to run somewhere (for example Knative Serving).

This flow would be possibly without requiring the user to push this code somewhere and without the user having to install software to build and manage images.

Would that be something that Tekton could support?

贡献者指南