func/docker
Matej Vasek 966a150c58
fix: podman auto-svc has own control group (#1239)
This keeps the podman process alive while `func` receives
SIGKILL or SIGTERM.
We must keep podman alive for cleanup (e.g. container removal).

Signed-off-by: Matej Vasek <mvasek@redhat.com>

Signed-off-by: Matej Vasek <mvasek@redhat.com>
2022-09-14 07:21:49 +00:00
..
creds chore: use lower case *functions* in all CLI outputs (#1135) 2022-07-27 13:34:36 +00:00
testData feat: allow push to cluster internal registries (#718) 2021-12-20 14:28:17 -08:00
close_guarding_client.go fix: premature Close() of docker client (#1066) 2022-06-16 17:14:17 +00:00
docker_client.go fix: podman auto-svc has own control group (#1239) 2022-09-14 07:21:49 +00:00
docker_client_linux.go fix: podman auto-svc has own control group (#1239) 2022-09-14 07:21:49 +00:00
docker_client_linux_test.go Improvements for podman on Windows and macOS (#1230) 2022-09-12 17:26:46 +00:00
docker_client_nonlinux.go fix: podman auto-svc has own control group (#1239) 2022-09-14 07:21:49 +00:00
docker_client_pm_test.go Improvements for podman on Windows and macOS (#1230) 2022-09-12 17:26:46 +00:00
docker_client_ssh_test.go Improvements for podman on Windows and macOS (#1230) 2022-09-12 17:26:46 +00:00
docker_client_test.go Improvements for podman on Windows and macOS (#1230) 2022-09-12 17:26:46 +00:00
docker_client_windows_test.go Improvements for podman on Windows and macOS (#1230) 2022-09-12 17:26:46 +00:00
platform.go Add --platform flag for build/deploy sub-cmd (#1076) 2022-06-22 16:40:23 +00:00
platform_test.go Add --platform flag for build/deploy sub-cmd (#1076) 2022-06-22 16:40:23 +00:00
pusher.go chore: use lower case *functions* in all CLI outputs (#1135) 2022-07-27 13:34:36 +00:00
pusher_test.go Update Knative dependencies to v1.1 (#925) 2022-03-31 13:45:45 +00:00
runner.go chore: use lower case *functions* in all CLI outputs (#1135) 2022-07-27 13:34:36 +00:00
runner_test.go src: promote verbosity to constructor arg (#869) 2022-03-04 11:19:36 -08:00
zz_close_guarding_client_generated.go fix: premature Close() of docker client (#1066) 2022-06-16 17:14:17 +00:00