func/cmd/func-util
Matej Vašek 9c0c216193
Optimise func-utils image (#2686)
* Use command instad of script in some tkn tasks

The "script" requires /bin/sh present in the image.

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Add s2i-generate command to func-util image

The command encompasses some logic previously implemented as shell
script defined in tekton task. This allows us to remove sh/shell from
the func-util image.

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Make func-util image "FROM scratch"

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Change func-utils image tag latest->v2

Since there are backward incompatible changes we must not change how
'latest' tag work (at least for some time).

For this reason we change tag to v2, so newer versions of func use that
and older use 'latest' that is compatible with them.

Signed-off-by: Matej Vašek <mvasek@redhat.com>

---------

Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-02-06 07:02:13 +00:00
..
main.go Optimise func-utils image (#2686) 2025-02-06 07:02:13 +00:00
s2i_generate.go Optimise func-utils image (#2686) 2025-02-06 07:02:13 +00:00
socat.go Implement minimalistic socat in Go (#2479) 2024-09-24 05:57:35 +00:00
socat_test.go Implement minimalistic socat in Go (#2479) 2024-09-24 05:57:35 +00:00