-
Notifications
You must be signed in to change notification settings - Fork 8.1k
build: add bake section #15194
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
build: add bake section #15194
Conversation
✅ Deploy Preview for docsdocker ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
e6ce90f to
7085fc4
Compare
7085fc4 to
029793a
Compare
Looks like the |
Worse than I thought.. Doing this: ---
title: "High-level build options with Bake"
keywords: build, buildx, bake, buildkit, hcl, json, compose
---
{% include_remote bake/index.md 2 -1 -%}
## Next steps
* [File definition](file-definition.md)
* [Configuring builds](configuring-build.md)
* [User defined HCL functions](hcl-funcs.md)
* [Defining additional build contexts and linking targets](build-contexts.md)
* [Building from Compose file](compose-file.md)Last Will find a way to solve this. (cc @thaJeztah) |
029793a to
9da3356
Compare
|
Ok found a better way to tackle this issue. I removed the |
|
Looks good, PTAL @jedevc @dockertopia |
dockertopia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I'll merge this one once #15164 is good to go.
…te include Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
8b3ad76 to
fbdef79
Compare
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
fbdef79 to
af0fad1
Compare
As discussed with @dockertopia and @jedevc, split bake and guides from #14905 as there is more work to do with guides.
Signed-off-by: CrazyMax crazy-max@users.noreply.github.com