tekton-integration
tekton-integration copied to clipboard
Buildpacks + Tekton
The `heroku/buildpacks:*` builders have been replaced by `heroku/builder:*` and the former are about to be deprecated. See: https://github.com/heroku/cnb-builder-images/blob/main/README.md https://github.com/buildpacks/pack/pull/1924
The CNB spec permits there being no process types in an image (due to no buildpacks having set a process type): https://github.com/buildpacks/spec/blob/main/buildpack.md#launchtoml-toml Accordingly, the Pack CLI also permits this. eg:...
The last commit to this repo was 3 years ago, and PRs aren't being reviewed (eg #39) - as such it seems this repo is unmaintained? Should it be archived...
It seems that currently, [tekton buildpacks](https://github.com/tektoncd/catalog/blob/main/task/buildpacks/0.3/buildpacks.yaml) doesn't support pack param `-buildpack` like below, only `-builder param` is supported. Is it possible to support that? ```shell # https://github.com/paketo-buildpacks/samples/tree/main/go/mod pack build mod-sample...
so **/cnb/lifecycle/creator** has the argument ```bash -project-metadata string path to project-metadata.toml (default "/project-metadata.toml") ``` which technically should support the project.toml file if I am not mistaken. Howevery no matter what...
Blockers: - [x] [Google Builder](https://github.com/GoogleCloudPlatform/buildpacks/blob/ef251fd2b437b2c067dae99f085577fc02caa699/builders/gcp/base/builder.toml#L446-L447) uses an older version of the lifecycle that doesn't support platform 0.5 Resources: - [Migration Guide](https://buildpacks.io/docs/reference/spec/migration/platform-api-0.4-0.5/)
> I am using https://github.com/tektoncd/catalog/blob/master/task/buildpacks/0.3/buildpacks.yaml. > > Here the `APP_IMAGE` doesn't take transport style like `http` or `https`. The `tekton` staging pod makes an `https` call to the registry whereas...
* [Update README.md with more clarity on use of this repository.](https://github.com/buildpacks/tekton-integration/commit/af0416053800202b0ae7ff1d8f4f4e7a06f8d204) * [Make array selection bash
I would love to integrate the buildpack tekton tasks into our pipelines but the use of privileged access isn't going to get past our security review. https://github.com/buildpacks/tekton-integration/blob/main/task/buildpacks/0.3/buildpacks.yaml#L118 Is it required...
Cloned from https://github.com/tektoncd/catalog/issues/161 > # Expected Behavior > There should be a way for a user to set the desired buildpack and skip the detection work. I wouldn't expect the...