Skip to content

append nodes to builder support#165

Merged
tonistiigi merged 3 commits intodocker:masterfrom
crazy-max:append
Oct 14, 2022
Merged

append nodes to builder support#165
tonistiigi merged 3 commits intodocker:masterfrom
crazy-max:append

Conversation

@crazy-max
Copy link
Member

@crazy-max crazy-max commented Sep 18, 2022

fixes #115
needs #162 #163 #164

adds append input to be able to append additional nodes to the builder that is going to be created in the form of a YAML string document to remove limitations intrinsically linked to GitHub Actions (only string format is supported in the input fields) with the following fields:

  • name
  • endpoint
  • driver-opts
  • buildkitd-flags
  • platforms

also adds platforms input to set fixed platforms for the first node when builder is created and be aligned with append.

@crazy-max crazy-max force-pushed the append branch 7 times, most recently from 19925f3 to 0ca207d Compare September 19, 2022 09:38
This was referenced Sep 20, 2022
@crazy-max crazy-max force-pushed the append branch 4 times, most recently from 4bb5511 to 98b183b Compare September 22, 2022 10:15
@crazy-max crazy-max marked this pull request as ready for review September 22, 2022 10:45
@crazy-max crazy-max force-pushed the append branch 2 times, most recently from 89c8889 to d7946f2 Compare October 12, 2022 10:44
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
@crazy-max
Copy link
Member Author

@tonistiigi Should be good

@tonistiigi tonistiigi merged commit 59b5ed6 into docker:master Oct 14, 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.

Feature request: append builder

2 participants