-
Hi, apologies if I am raising this on the wrong repository or I misunderstand Docker images.
We are currently undergoing a security audit and the latest fnproject Docker images have been flagged as…
-
-
Running `cat /usr/local/bin/fn` results in `Not Found`.
This is after running the installer, which of course errors (with the above output) because it tries to execute `fn`.
WSL2
Distributor ID…
-
It's really annoying that this project gets picked up and added:
```
require (
github.com/fnproject/fdk-go v0.0.0-20190102214815-bd24a5aa63cf
)
```
```
$ go mod why github.com/fnproject/fd…
-
like this-- https://github.com/cncf/presentations
can cname link to it from presos.fnproject.io (inspired by my deck.fnproject.io cname)
-
Starting from:
https://fnproject.io/tutorials/Introduction/
and utilizing:
https://github.com/fnproject/fdk-go
-
Dibs. Starting this one 9/13/18 based on these k8s install instructions:
https://medium.com/fnproject/fn-project-helm-chart-for-kubernetes-e97ded6f4f0c
and this tutorial, which upon first readi…
-
The CLI assumes in lots of places that errors will contain a payload with a well formed error message:
```{
"error":{
"message": "something"
}
}```
If the response is not formed correc…
-
```
# fn init --runtime go hello
# go run func.go
panic: unknown format (fdk-go):
goroutine 1 [running]:
github.com/fnproject/fdk-go/utils.Do(0x14b3070, 0x128e178, 0x0, 0x0, 0x1380fe0, 0xc42000…
-
I'm running the project inside of a minikube distribution using fn-helm. The FN_API_URL is pointing at kubectl proxy which is proxying access into the Kubernetes cluster.
```
$ curl http://127.0.0…