Skip to content

Conversation

jedevc
Copy link
Collaborator

@jedevc jedevc commented Apr 13, 2022

The --builder flag was being ignored by imagetools because of pointer
problems. Essentially, because the root cmds aren't parsed immediately,
we need to pass a pointer to the builder string so that it can be
updated before the RunE function gets called.

The --builder flag was being ignored by imagetools because of pointer
problems. Essentially, because the root cmds aren't parsed immediately,
we need to pass a pointer to the builder string so that it can be
updated before the RunE function gets called.

Signed-off-by: Justin Chadwell <me@jedevc.com>
@tonistiigi tonistiigi requested a review from crazy-max April 13, 2022 18:05
@tonistiigi tonistiigi merged commit 951201a into docker:master Apr 13, 2022
@jedevc jedevc deleted the fix-imagetools-builder branch April 14, 2022 09:14
@crazy-max crazy-max added this to the v0.8.3 milestone Apr 28, 2022
@crazy-max crazy-max modified the milestones: v0.8.3, v0.9.0 Jun 5, 2022
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.

3 participants