func
func copied to clipboard
Knative Functions client API and CLI
When container starts up, we need to generate some additional code for specific library, that's located within `node_modules` (utilizing "prestart" script in `package.json`). After version 1.12.0, this is not possible...
As is outlined in the [Scaffolded Functions Discussion](https://github.com/knative/func/discussions/1589), the `host` builder is now available for Go HTTP functions and utilizes the described Scaffolding method. This can serve as a starting...
# Instanced Functions This issue tracks individual tasks furthering the Instanced Functions initiative. For more information see [the related discussion](https://github.com/knative/func/discussions/2080). This issue is currently a work-in-progress, capturing references to any...
Hello, is it possible to add a CA certificate to be used during func build steps? I’m working with a transparent proxy and builds using buildpacks fail when downloading versions...
`git-clone` supports credentials, auth: https://hub.tekton.dev/tekton/task/git-clone There should be a user friendly way how to add credentials that will be used by pipeline. Users shouldn't create additinonal resources themselves, all of...
While doing on cluster builds for go runtime, and making use of the builder `ghcr.io/boson-project/go-function-builder:tip` compiled from: https://github.com/boson-project/packs, I noticed that the custom buildpack in this builder is attempting to...
System Version: macOS 14.2.1 (23C71) Kernel Version: Darwin 23.2.0 Model Name: MacBook Pro Model Identifier: Mac14,6 Model Number: Z17900052LL/A Chip: Apple M2 Max (ARM) Total Number of Cores: 12 (8...
Is it possible to specify the architecture, or build multiple architectures, using func? I'm using an ARM Mac with Podman and would like to also build amd64 images as well.
This is needed for better experience on various platforms. Issues: * On Apple silicon builds takes much more time because of overhead incurred by emulation of amd64 on aarch64. *...