OpenFunction icon indicating copy to clipboard operation
OpenFunction copied to clipboard

How to use the function when there is no public network

Open xjl123456 opened this issue 3 years ago • 1 comments

In the process of building an image in build, you need to access github to pull the code. It cannot be used without a public network. How to create a function without accessing the public network

xjl123456 avatar Dec 12 '22 02:12 xjl123456

Using a private code repository or using local source code build.

The shipwright had supported from v0.6.0. OpenFunction can support it by adding a filed BundleContainer . You can try to implement this feature.

wanjunlei avatar Dec 12 '22 06:12 wanjunlei