-
Notifications
You must be signed in to change notification settings - Fork 503
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
docs: bake v0.19 entitlements #2835
Conversation
dvdksn
commented
Dec 3, 2024
- docs(bake): improve docs on "call" and "description" in bake file
- docs: add docs for bake --allow
24d5319
to
642c778
Compare
642c778
to
26e6382
Compare
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 thanks!
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.
New entitlements content looks good
docs/bake-reference.md
Outdated
} | ||
``` | ||
|
||
This attribute is useful when combined with the `targets` frontend method, |
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.
This isn't actually targets
frontend method, but bake --list-targets
flag as these descriptions are for bake targets, not Dockerfile stages.
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.
Updated
7203a37
to
8fc1070
Compare
8fc1070
to
1c6ec68
Compare
Updated from |
Signed-off-by: David Karlsson <[email protected]>
Signed-off-by: David Karlsson <[email protected]>
1c6ec68
to
012df71
Compare
rebased to fix conflict |