-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug: Update
getFileFilter
to include parent folders
- The `include` directive when specified with a file inside a folder `testdir/testfile` did not pass the parent folder to the builder image, which led to the folder being created by docker instead pack causing the permissions of the folder to be `cnb`. - This PR fixes the include logic to get parent folders and add them to the file filter, so they get created via pack.
- Loading branch information
1 parent
bed572e
commit 48a493d
Showing
2 changed files
with
192 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters