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 quote strip behavior for ARG values #850

Merged

Conversation

cvgw
Copy link
Contributor

@cvgw cvgw commented Nov 8, 2019

Fixes #847

Description

previous implementation did not properly parse blank values which were enclosed in quotes

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

  • Includes unit tests
  • Adds integration tests if needed.

See the contribution guide for more details.

Reviewer Notes

  • The code flow looks good.
  • Unit tests and or integration tests added.

Release Notes

No user facing changes
Adds a new integration test case

* fixes issue 847
* previous implementation did not properly parse blank
values which were enclosed in quotes
@cvgw cvgw force-pushed the u/cgwippern/847_empty_arg_bug branch from c5f9ea5 to 006b499 Compare November 8, 2019 22:28
@tejal29 tejal29 merged commit b5fd556 into GoogleContainerTools:master Nov 14, 2019
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.

Kaniko fails on empty argument with quotes in Dockerfile after 5bbb40e
2 participants