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

append nodes to builder support #165

Merged
merged 3 commits into from Oct 14, 2022
Merged

append nodes to builder support #165

merged 3 commits into from Oct 14, 2022

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.

docs/advanced/append-nodes.md Show resolved Hide resolved
docs/advanced/append-nodes.md Outdated Show resolved Hide resolved
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