func/hack
Matej Vašek 858a0e84b9
[release-1.15] Release 1.15.1 (#2480)
* test: adding GO s2i to e2e test suite (#2401)

* Remove superfluous equals sign from envvar (#2446)

* Remove superfluous equals sign from envvar

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* Update rust templates Cargo.lock

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

---------

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* allow digested images to be 'run' (#2445)

* init fix

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* dont override direct deploy tag, more tests

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* fix

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* dont validate with tagged image, fix comment

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* init run fix for --image

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* init

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* int test, add valid untdigested images to run

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* check images passed to runner for func run command

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* fix build/deploy image passing bug add test

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* fix

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* remove extra printing

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* merge functions to digested

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* misspell

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* simplify

Signed-off-by: David Fridrich <fridrich.david19@gmail.com>

* quick fix

Signed-off-by: David Fridrich <fridrich.david19@gmail.com>

* remove prints, comment

Signed-off-by: David Fridrich <fridrich.david19@gmail.com>

---------

Signed-off-by: gauron99 <fridrich.david19@gmail.com>
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>

* On cluster s2i build for Go (alternative version) (#2471)

* Prepare util image to accomodate multiple cmds

As of now func-util image has only one command of our own -- "deploy".
This commits prepares grounds for one additional command named "scaffolding".
The commands will be implemented in one binary and dispatched over
argv[0] using symlinks. Kinda like busybox does.

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* Add scaffolding for on-cluster build

Added new build step in tekton pipeline that scaffolds main() for Go
porject when using s2i builder.

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* Better docker build caching

This will cache dependencies between docker builds.

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* fixup: perms

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* fixup: remove broken check

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* fixup: remove test because of 'no space left on device'

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* Make func-util rootfull

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

---------

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* Incorporate s2i CLI into func-utils image. (#2473)

Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* chore: update Quarkus platform version to 3.14.1 (#2474)

Co-authored-by: Knative Automation <automation@knative.team>
Signed-off-by: Matej Vašek <matejvasek@gmail.com>

* chore: update Springboot platform version to 3.3.3 (#2465)

Co-authored-by: Knative Automation <automation@knative.team>
Signed-off-by: Matej Vašek <matejvasek@gmail.com>

---------

Signed-off-by: Matej Vašek <matejvasek@gmail.com>
Signed-off-by: gauron99 <fridrich.david19@gmail.com>
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
Co-authored-by: Jefferson Ramos <jeramos@redhat.com>
Co-authored-by: David Fridrich <49119790+gauron99@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Knative Automation <automation@knative.team>
2024-09-05 09:12:33 +00:00
..
allocate.sh Fix linter issues (#2420) 2024-07-09 13:48:22 +00:00
allow-insecure.tar test: optimise disk usage (#2012) 2023-10-20 17:48:59 +00:00
common.sh src: cleanup setup scripts (#2247) 2024-04-02 08:29:03 +00:00
delete.sh src: cleanup setup scripts (#2247) 2024-04-02 08:29:03 +00:00
install-binaries.sh src: cleanup setup scripts (#2247) 2024-04-02 08:29:03 +00:00
install-git-server.sh src: cleanup setup scripts (#2247) 2024-04-02 08:29:03 +00:00
install-gitlab.sh fix: test and namespace isolation (#2187) 2024-05-17 08:25:46 +00:00
install-pac.sh chore: update tekton,PaC (#2340) 2024-06-06 23:46:43 +00:00
install-tekton.sh chore: update tekton,PaC (#2340) 2024-06-06 23:46:43 +00:00
patch-hosts.sh src: cleanup setup scripts (#2247) 2024-04-02 08:29:03 +00:00
registry.sh Fix linter issues (#2420) 2024-07-09 13:48:22 +00:00
release.sh [release-1.15] Release 1.15.1 (#2480) 2024-09-05 09:12:33 +00:00
setup-testing-images.sh Improve utility image (#2246) 2024-03-26 11:30:56 +00:00
test-integration-podman.sh Use custom jammy paketo builder (#1911) 2023-08-10 03:25:35 +00:00
test.sh Fix linter issues (#2420) 2024-07-09 13:48:22 +00:00
tools.go Removing the vendor dir (#1966) 2023-09-25 22:51:32 +00:00
update-builder.go chore: removed deprecated types (#2378) 2024-06-20 06:07:17 +00:00
update-ca-bundle.js Cron GH Action to update CA bundle (#2422) 2024-07-12 06:36:45 +00:00
update-codegen.sh chore: check FS gen in hack/update-codegen.sh (#2395) 2024-06-26 05:28:36 +00:00
update-deps.sh Removing the vendor dir (#1966) 2023-09-25 22:51:32 +00:00
update-quarkus-platform.js Remove axios dependency (#2294) 2024-05-11 01:32:30 +00:00
update-springboot-platform.js fix: springboot updater missing EOL (#2433) 2024-07-22 05:35:14 +00:00
verify-codegen.sh chore: check FS gen in hack/update-codegen.sh (#2395) 2024-06-26 05:28:36 +00:00