func/docker
Fabian Lopez b190b52754
feat: allow build to be triggered from run when fn.Image is missing (#644)
* allow build to be triggered from run when fn.Image is missing

* add build check when run by the run command

* added unit test for run command

* remove log output

* rename run test

* change build trigger to be managed by a flag and not a prompt

* tlet users know about the --build flag in the error message

* fix code check issue

* add some debug info to the run_test

* Update cmd/run.go

Co-authored-by: Luke Kingland <58986931+lkingland@users.noreply.github.com>

* add build field to runConfig

* fix issue with cmd args for testing

* refactor run tests to use mocks

* update imageless function run error message

* add check for build error test case

* run unit test cleanup

* empty commit

Co-authored-by: Luke Kingland <58986931+lkingland@users.noreply.github.com>
2021-12-13 09:25:22 -08:00
..
credentials_helper.go Refactor credential provider (#707) 2021-12-09 14:19:28 -08:00
credentials_helper_test.go chore: build tag consistency (#654) 2021-11-11 08:45:38 -08:00
docker_client.go fix: use default socket path for TCP connections (#669) 2021-11-19 12:16:23 -08:00
docker_client_generated.go Docker SSH test (#659) 2021-11-14 17:18:54 -08:00
docker_client_linux_test.go Refactor tests (#658) 2021-11-14 17:15:54 -08:00
docker_client_ssh_test.go Docker SSH test (#659) 2021-11-14 17:18:54 -08:00
docker_client_test.go fix: use default socket path for TCP connections (#669) 2021-11-19 12:16:23 -08:00
pusher.go Refactor credential provider (#707) 2021-12-09 14:19:28 -08:00
pusher_test.go Refactor credential provider (#707) 2021-12-09 14:19:28 -08:00
runner.go feat: allow build to be triggered from run when fn.Image is missing (#644) 2021-12-13 09:25:22 -08:00
runner_test.go feat: allow build to be triggered from run when fn.Image is missing (#644) 2021-12-13 09:25:22 -08:00