Sachin Pikle
Sachin Pikle
In both cases below I get an error, which is expected. But the message is cryptic and needs to be made more user-friendly. 1) Trying to delete an app with...
I used `fn start -p 8081` and my Fn server started successfully on port 8081. However the console still shows port 8080. ..... time="2018-05-10T11:32:49Z" level=info msg="Fn serving on `:8080`" type=full...
CLI reference docs are as of version: 0.5.6 Latest CLI version is 0.5.29 (as on 14th Nov 2018) Would be nice to auto-generate the ref with every new CLI version.
Java examples to be moved to a better location so that they are more visible and easily searchable
Currently Java examples are in fn project and fdk-java repos. It's very hard to find them. With the move to a separate docs repo, we have an opportunity to make...
From @shaunsmith: I’m thinking we could generate Katacoda content from our existing tutorials since we already use a nice structured template.
Hi @alvarosanchez, For Oracle Functions, we should use the following images as the default base images: 1. Base runtime image=container-registry.oracle.com/os/oraclelinux:8-slim 2. Base build image=container-registry.oracle.com/graalvm/native-image:17-ol8 If users need to override the...
Now that Oracle GraalVM is available under the GraalVM Free Terms and Conditions (GFTC) license, we should use the superior GFTC version instead of the Community Edition (CE). - Oracle...
I am testing the GDK OKE TF maven guide (with 4.3.7.2). When a build fails and I rerun it, I get the following error always in `Step 9/16: COPY ...`...