Files
fn-serverless/images/fn-test-utils/build.sh
Tolga Ceylan b3f7c7fc7f fn: add tester image (#609)
* fn: add fn-test-utils image

New tester image that uses go-fdk for advanced test scenarios.
Right now, this is an enhanced 'hello/sleeper' rolled into one
that echos the received headers/env to allow writing test cases.
2017-12-19 15:06:16 -08:00

3 lines
56 B
Bash
Executable File

set -e
docker build -t fnproject/fn-test-utils:latest .