Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tekton-buildpacks integration failure on pipelinerun while "Creating 'env' directory: /platform/env" #259

Open
nilaykcaba opened this issue Aug 6, 2024 · 1 comment

Comments

@nilaykcaba
Copy link

Hi,
I followed the instructions on this page to use buildpacks in my pipeline:

https://buildpacks.io/docs/for-platform-operators/how-to/integrate-ci/tekton/

While running pipeline:
Defaulted container "step-prepare" out of: step-prepare, step-create, step-results, prepare (init), place-scripts (init)

Setting permissions on '/tekton/home'...
Setting permissions on '/layers'...
Setting permissions on '/workspace/source'...
Parsing additional configuration...
-> Parsing env variables...
Processing any environment variables...
--> Creating 'env' directory: /platform/env
on the last line while creating env directory, the step holds a while and pods exit with error. Both used local storage and dynamic pvc options but error remained same,any help would be apricated.I've been trying to solve quite a while but nothing seems working.

Thanks.

@natalieparellano
Copy link
Member

@nilaykcaba it would be helpful to know the error that you are seeing. It looks like it's getting stuck here: https://github.com/tektoncd/catalog/blob/8d852fa21a20c4aaddf4c54760ebc2595cecbba5/task/buildpacks/0.6/buildpacks.yaml#L119-L126

I have to confess, I'm not too knowledgeable about Tekton. You might get better help in #buildpacks-tekton in CNCF slack (slack.cncf.io) or in Tekton slack (tektoncd.slack.com).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants