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

Support wildcards in Dockerfiles #712

Merged
merged 1 commit into from
Jun 21, 2018

Conversation

dgageot
Copy link
Contributor

@dgageot dgageot commented Jun 20, 2018

Fixes 709

Signed-off-by: David Gageot david@gageot.net

@dgageot dgageot force-pushed the fix-709 branch 2 times, most recently from 48fbd67 to ec5fcc2 Compare June 20, 2018 16:21
@dgageot dgageot force-pushed the fix-709 branch 3 times, most recently from 0e034f6 to b53fa04 Compare June 21, 2018 17:47
@balopat balopat self-assigned this Jun 21, 2018
Copy link
Contributor

@balopat balopat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM


files, err := filepath.Glob(path)
if err != nil {
return nil, errors.Wrap(err, "glob")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: a bit more descriptive error message?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh yes, let me fix that

Fixes 709

Signed-off-by: David Gageot <david@gageot.net>
@dgageot dgageot merged commit 60ed0b1 into GoogleContainerTools:master Jun 21, 2018
@dgageot dgageot deleted the fix-709 branch December 28, 2018 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants