projectriff-archive / ci

Concourse & Co.
https://ci.projectriff.io/
0 stars 1 forks source link

FATS should use pre-built sample images #50

Closed jchesterpivotal closed 6 years ago

jchesterpivotal commented 6 years ago

Currently, riff build works with a local docker daemon to layer function code on top of a generic invoker container. This works well for local development environments, but causes great unhappiness in CI.

Instead, the Dockerfile should be generated and built separately from the system test.

This issue represents a blocker for projectriff/riff#258.

jchesterpivotal commented 6 years ago

I'm calling this done, since it caught up with the CLI change.

jchesterpivotal commented 6 years ago

Sike, still not covering Python or Java.

jchesterpivotal commented 6 years ago

Blocking on #52.

jldec commented 6 years ago

fixed with move to travis CI