Closed jldec closed 6 years ago
@freynca there is nothing out-of-date about that sample function
the POM doesn't need to edit the manifest, but the Function itself should run as-is
we do need to align on the way we build function containers, e.g.: https://github.com/markfisher/sk8s/blob/master/samples/java/greeter/Dockerfile
I do think it's probably a good idea to have the sample-test use greeter
instead, but I wanted to clarify that the uppercase
Function itself would still be compatible if accompanied by the Dockerfile as expected by the shell-based CLI as in the various sample READMEs here: https://github.com/markfisher/sk8s/tree/master/samples
I created these 2 issues which I think should help us align on the container expectations: https://github.com/markfisher/sk8s/issues/142 https://github.com/markfisher/sk8s/issues/143
Closing as redundant. System tests now using samples from projectriff/riff
building and running the current samples should make the test less vulnerable to changes in how samples are built and run, and it would exercise more user-facing (OSS) code.