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

handled case sensitivity #2245

Conversation

keshavdalmia10
Copy link

Summary

When calling pack build using the --cache flag to bind a directory containing uppercase letters, pack incorrectly converts the directory to lowercase. Now this is handled. Have removed the .toLowerCase() function from value.

Output

Before

After

Documentation

  • Should this change be documented?
    • Yes, see #___
    • No

Related

Resolves #2229

@keshavdalmia10 keshavdalmia10 requested review from a team as code owners August 7, 2024 09:28
@github-actions github-actions bot added this to the 0.36.0 milestone Aug 7, 2024
@github-actions github-actions bot added the type/enhancement Issue that requests a new feature or improvement. label Aug 7, 2024
Copy link
Member

@natalieparellano natalieparellano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thank you @keshavdalmia10!

I think we just need to fix DCO: https://github.com/buildpacks/pack/pull/2245/checks?check_run_id=28451969833

Signed-off-by: Keshav Dalmia <[email protected]>
@keshavdalmia10 keshavdalmia10 force-pushed the cache_flag_case_sensitivity_2229 branch from 06711ee to 1e26662 Compare August 9, 2024 18:15
@keshavdalmia10
Copy link
Author

Looks good to me. Thank you @keshavdalmia10!

I think we just need to fix DCO: https://github.com/buildpacks/pack/pull/2245/checks?check_run_id=28451969833

Hi @natalieparellano , I have signed off. Thanks for approving!

@natalieparellano natalieparellano merged commit 86b4bf3 into buildpacks:main Sep 10, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Issue that requests a new feature or improvement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--cache flag does not respect case sensitivity
2 participants