func/docker
Lance Ball 947f982daf
backport: bug fixes for 0.21 (#793)
* fix: auth check (#773)

* fix: auth check

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

* fix: auth check

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

* chore: skip integration tests for now (#780)

Signed-off-by: Lance Ball <lball@redhat.com>

* fix: error type-check condition (#786)

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

* fix: use domain qualified registry for springboot (#789)

The builder image name should include the registry name. Also it seems
that the tiny builder doesn't actually work. We need base.

Fixes: https://github.com/knative-sandbox/kn-plugin-func/issues/775

Signed-off-by: Lance Ball <lball@redhat.com>

* fix: use paketo base image for springboot (#792)

The build actually seems to require `base` vs `tiny.

Signed-off-by: Lance Ball <lball@redhat.com>

Co-authored-by: Matej Vasek <mvasek@redhat.com>
2022-01-27 10:45:46 -08:00
..
creds backport: bug fixes for 0.21 (#793) 2022-01-27 10:45:46 -08:00
testData feat: allow push to cluster internal registries (#718) 2021-12-20 14:28:17 -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 feat: allow push to cluster internal registries (#718) 2021-12-20 14:28:17 -08:00
pusher_test.go feat: allow push to cluster internal registries (#718) 2021-12-20 14:28:17 -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