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

Parse build-args for empty values #517

Merged
merged 2 commits into from
May 5, 2023
Merged

Parse build-args for empty values #517

merged 2 commits into from
May 5, 2023

Conversation

Akasurde
Copy link
Member

@Akasurde Akasurde commented May 3, 2023

  • Split for first equal sign in build-args
  • Honor empty values in build-args

fixes #514, fixes #520

@Akasurde Akasurde requested a review from a team as a code owner May 3, 2023 19:21
@github-actions github-actions bot added the docs Changes to documentation label May 4, 2023
src/ansible_builder/main.py Outdated Show resolved Hide resolved
test/integration/test_build.py Outdated Show resolved Hide resolved
@nitzmahone
Copy link
Member

Can also probably fix #520 easily in this same PR while you're "in the neighborhood" 😉

* Split for first equal sign in build-args
* Honor empty values in build-args

Fixes: ansible#514

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
@Shrews Shrews merged commit 43a5017 into ansible:devel May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Changes to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--build-arg eats embedded = in args empty build-arg passthru is broken
3 participants