-
Notifications
You must be signed in to change notification settings - Fork 294
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
Allow exclude section to point at existing ignore file #2265
Comments
Thinking about this feature, the challenge is the semantics of those ignored files are the same. Searching a little bit I found the following:
In case where |
@jjbustamante I think the focus should just be on I've removed the mention of |
Thanks! But now checking our documentation
Maybe we need to define which syntax from .dockerignore we will implement and which not |
@jjbustamante That's fun. I mean I suppose since It's also a more straightforward transition if you decide to move your |
Description
Most container-based applications already have a .dockerignore, it'd be great to be able to point to one of these files for the exclude section of your project descriptor.
Proposed solution
--exclude_list .dockerignore
Either option would read .dockerignore and utilize that as the exclude option for the pack instead of listing them out.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: