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: extra-build-args expansion #254

Merged
merged 2 commits into from
Dec 14, 2022
Merged

fix: extra-build-args expansion #254

merged 2 commits into from
Dec 14, 2022

Conversation

brivu
Copy link
Contributor

@brivu brivu commented Dec 14, 2022

This PR separates the expansion of the extra-build-args from the $@ array and expands with ${ORB_EVAL_EXTRA_BUILD_ARGS:+$ORB_EVAL_EXTRA_BUILD_ARGS} at runtime.

@brivu brivu requested a review from a team as a code owner December 14, 2022 20:06
@brivu brivu self-assigned this Dec 14, 2022
@brivu brivu linked an issue Dec 14, 2022 that may be closed by this pull request
Copy link
Contributor

@EricRibeiro EricRibeiro left a comment

Choose a reason for hiding this comment

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

Looks good!

@brivu brivu merged commit 1d72438 into master Dec 14, 2022
@brivu brivu deleted the extra-build-args-expansion branch December 14, 2022 20:36
@morloderex
Copy link

@brivu can we have a bugfix release for this asap. I have been waiting to use 8.2.0 for a while now by using a random development build which I think is somewhat out of date soon.

@EricRibeiro
Copy link
Contributor

@morloderex, Brian released the fix on v8.2.1.

@swiknaba
Copy link

swiknaba commented Mar 28, 2023

@brivu thanks for working on this! Any idea, why this is still broken with my config? What differs from the spec in this PR is passing multiple args not only one. #269 -- Highly appreciate any help 🙇

brivu added a commit that referenced this pull request Apr 17, 2023
* fix: use runtime expansion for extra build args

* fix: fix variable name
brivu added a commit that referenced this pull request Apr 19, 2023
* feat: add builder-context-name parameter

* ci: add multi-platform to test dlc

* fix: remove builder-name parameter

* fix: remove quotes from extra-build-args

* fix: remove quotes from extra-build-args

* fix: remove quotes from extra-build-args

* fix: remove quotes from extra-build-args

* fix: remove set --@

* ci: add multiple build args

* ci: add multiple build args

* ci: add multiple build args

* test: remove variable eval

* test: remove variable eval

* fix: add docker builder name to fix dlc

* fix: extra-build-args expansion (#254)

* fix: use runtime expansion for extra build args

* fix: fix variable name

* fix: remove duplicate parameter
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.

Orb version 8.2.0 does not recognize build-args
5 participants