Benjamin Huo

Results 373 comments of Benjamin Huo

https://github.com/OpenFunction/functions-framework-go/pull/57 functions-framework-go has upgrade Dapr to 1.8.1 , thanks @tpiperatgod

> But today I can't find openfunction/builder-java:v2-11 any more in docker hub @liililil The builder-java:v2-11 is still there in dockerhub ![image](https://user-images.githubusercontent.com/18525465/181218090-159f9098-b92d-4fe9-b899-b18765b75f67.png)

We do need to support private harbor @wanjunlei

`openfunction/builder-java` is a repo name, you need to add a tag like `v2-11` to access the docker image. 11 mean java 11, I think you can use higher versions of...

It doesn't matter whether you can search or not. The images can be used as long as you're able to pull it ```shell docker pull openfunction/builder-java:v2-11 docker pull openfunction/builder-java:v2-16 docker...

> Also I trid the golang sample, the BUILDSTATE failed with log shows: Failure: (ID: 32633c29) go: github.com/OpenFunction/[email protected]: Get "https://proxy.golang.org/github.com/%!!(MISSING)o(MISSING)pen%!!(MISSING)f(MISSING)unction/functions-framework-go/@v/v0.3.0.mod": dial tcp 172.217.163.49:443: i/o timeout function package: {"name":"hello","imports":{"fmt":{},"github.com/OpenFunction/functions-framework-go/functions":{},"net/http":{}}}ERROR: failed to...

http-add-on v0.2.0 is still in beta, refactoring like https://github.com/kedacore/http-add-on/issues/240 is still in progress. let's wait for a bit longer

> We can use the `ImagePullJob` in OpenKruise for this goal: https://openkruise.io/zh/docs/user-manuals/imagepulljob Looks good, do we need to install the entire openkruise stuff just for downloading image?