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 extra build command args #677

Merged
merged 3 commits into from
Jun 13, 2024
Merged

Conversation

Shrews
Copy link
Contributor

@Shrews Shrews commented May 17, 2024

New CLI argument --extra-build-cli-args that acts as a pass-through to the build command.

Fixes #668

@Shrews Shrews force-pushed the extra-build-cli-args branch from 8b66317 to 8d49fb7 Compare May 29, 2024 14:54
@github-actions github-actions bot added the docs Changes to documentation label May 29, 2024
@Shrews Shrews marked this pull request as ready for review May 29, 2024 14:55
@Shrews Shrews requested a review from a team as a code owner May 29, 2024 14:55
@Shrews Shrews force-pushed the extra-build-cli-args branch from 8d49fb7 to ef3f256 Compare May 29, 2024 15:01
src/ansible_builder/main.py Outdated Show resolved Hide resolved
@Shrews Shrews force-pushed the extra-build-cli-args branch from c0fc81d to c12d2fd Compare May 29, 2024 16:01
Copy link
Member

@Akasurde Akasurde left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@nitzmahone nitzmahone left a comment

Choose a reason for hiding this comment

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

Taking bets on how long before someone complains about the shlex.split() preventing passthru of a weirdly complex quoted thing, but since it's just a convenience anyway and they can always call the builder directly, it's probably not worth trying to be any fancier.

@Shrews Shrews merged commit e55255d into ansible:devel Jun 13, 2024
12 checks passed
@Shrews Shrews deleted the extra-build-cli-args branch June 13, 2024 18:15
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.

Equivalent to podman build --pull?
4 participants