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

Change defaults that depend on the working dir #393

Closed
ekcasey opened this issue Aug 20, 2020 · 3 comments · Fixed by #454
Closed

Change defaults that depend on the working dir #393

ekcasey opened this issue Aug 20, 2020 · 3 comments · Fixed by #454
Assignees

Comments

@ekcasey
Copy link
Member

ekcasey commented Aug 20, 2020

buildpacks/spec#128

In platform API 0.5, all default file paths that are currently relative to the working directory should changed to be relative to the layers directory.

@ekcasey ekcasey added this to the lifecycle-0.10.0 milestone Aug 20, 2020
@yaelharel yaelharel self-assigned this Oct 19, 2020
@yaelharel
Copy link
Contributor

The default paths that should be changed are:

- group.toml
- plan.toml
- analyzed.toml
- project-metadata.toml
- report.toml

@yaelharel
Copy link
Contributor

@ekcasey, does the default directory supposed to be layers or should it be based on the configured layers directory?
For example - if the layers directory was configured to /abc, should the group.toml still be set to /layers/group.toml or should it be /abc/group.toml?

@ekcasey
Copy link
Member Author

ekcasey commented Oct 21, 2020

@yaelharel It should be based on the configured layers directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment