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

Behaviour of GLOBS for include behave unpredictable #159

Open
ajdergute opened this issue Sep 22, 2023 · 0 comments
Open

Behaviour of GLOBS for include behave unpredictable #159

ajdergute opened this issue Sep 22, 2023 · 0 comments

Comments

@ajdergute
Copy link

ajdergute commented Sep 22, 2023

I tried to include some files in my image, but some are missing. Therefore I used BP_INCLUDE_FILES.

Given "build/:nginx.conf:mime.types" the last file in missing.
Given the following glob all files are included:
"build/
:./nginx.conf:./mime.types"
.

Expected Behavior

I expect not to prefix files with a dot slash.

Current Behavior

Sometimes files are ignored from given glob pattern.

Possible Solution

Steps to Reproduce

Motivations

@ajdergute ajdergute changed the title Include globs have strange behaviour Behaviour of GLOBS for include behave unpredictable Oct 13, 2023
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

1 participant