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

Fix matches and remove unnecessary buildkit dep #3

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

chulkilee
Copy link

@chulkilee chulkilee commented Sep 7, 2024

https://pkg.go.dev/github.com/moby/[email protected]#PatternMatcher.Matches

Deprecated: This implementation is buggy (it only checks a single parent dir against the pattern) and will be removed soon. Use either MatchesOrParentMatches or MatchesUsingParentResults instead.

https://pkg.go.dev/github.com/moby/[email protected]/frontend/dockerfile/dockerignore#ReadAll

Deprecated: use ignorefile.ReadAll

  • go: 1.21 => 1.23.1

@chulkilee chulkilee changed the title Fix matches and upgrade deps Fix matches and remove unnecessary buildkit dep Sep 7, 2024
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

Successfully merging this pull request may close these issues.

1 participant