mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
* 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.
3 lines
56 B
Bash
Executable File
3 lines
56 B
Bash
Executable File
set -e
|
|
docker build -t fnproject/fn-test-utils:latest .
|