-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Wildcard ignore string issue #2371
Comments
@aaronlehmann Do you know about this case? |
I think dockerignore handling uses cc @thaJeztah |
@robertgorbul Can you test with |
Hey @tonistiigi! Sorry for abandoning this issue. Seems it's still persist with master but I'm not sure if I tested it properly.
|
Description of the issue
When buildkit is active wildcard ignore string not usable
Context information
Output of
docker version
Steps to reproduce the issue
Output of
.dockerignore
.dockerignore
DOCKER_BUILDKIT=1 docker build .
Observed result
COPY directive for ignored directory couldn't be executed even with existing exception rule
Expected result
Wildcard exception rule should be used for ignored directory and specified files should be copied
Stacktrace / full error message
Additional context
docker/compose#8642
The text was updated successfully, but these errors were encountered: