cec4496d3b
Merge pull request #1787 from crazy-max/ls-format
...
ls: format opt
2023-11-23 06:00:17 -08:00
20c947990c
ls: format opt
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2023-11-22 21:11:24 +01:00
5bf02d9f7b
docs: add buildx du verbose example
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-11-21 15:55:50 +01:00
940e0a4a3c
docs: update du cmd description
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-11-17 11:02:20 +01:00
7a724ac445
docs: minor cli reference editorial updates
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-11-16 16:05:38 +01:00
707ae87060
docs: fix imagetools inspect json format
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2023-11-16 14:50:56 +01:00
be4fd7110d
Merge pull request #2089 from dvdksn/docs-bakefile-lookup-order
...
docs: clarify bake file lookup order and merge
2023-10-19 09:22:29 -07:00
f4f511201b
docs: clarify bake file lookup order and merge
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-10-19 16:05:30 +02:00
198764f116
debug: update docs
...
Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com >
2023-10-13 12:09:36 +09:00
508b2ef0c6
debug: Add buildx debug
command
...
Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com >
2023-10-13 12:09:21 +09:00
cfcd1d9420
feat: support memory and cpu driver options for docker-container
...
Signed-off-by: Zero <tobewhatwewant@outlook.com >
2023-09-29 23:57:19 +08:00
0138f2a00f
bake: add annotations field
...
Signed-off-by: Justin Chadwell <me@jedevc.com >
2023-09-11 15:31:07 +01:00
a59058e8a5
build: add --annotation shortcut flag
...
This extracts the same logic for parsing annotations from the imagetools
create command, and allows the same flags to be attached to the build
command.
These annotations are then merged into all provided exporters.
Signed-off-by: Justin Chadwell <me@jedevc.com >
2023-09-11 15:31:04 +01:00
626e6f8fa3
Merge pull request #1905 from thaJeztah/cgroup_parent_description
...
update flag-description for --cgroup-parent
2023-08-23 10:15:47 +02:00
e5cee892ed
Merge pull request #1965 from mqasimsarfraz/qasim/oci-annotations
2023-08-08 14:36:26 +01:00
18894a8e3a
allow annotations for OCI image index
...
Signed-off-by: Qasim Sarfraz <qasimsarfraz@microsoft.com >
2023-08-03 12:08:04 +02:00
13ec635988
Merge pull request #1914 from ktock/updatedebugdocs
2023-08-03 09:52:13 +01:00
bf00185809
Merge pull request #1681 from crazy-max/fup-buildinfo
...
docs: update since buildinfo removal
2023-07-31 10:55:30 +02:00
d957d8b987
docs: fix platform example for create command
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2023-07-26 17:50:58 +02:00
9c06f383ba
allow custom annotations and labels into kubernetes manifests
...
Co-authored-by: Akihiro Suda <suda.kyoto@gmail.com >
Signed-off-by: Jonathan Piché <jpiche@coveo.com >
2023-07-19 07:48:26 -04:00
87b9f9ecfb
docs: update generated content
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2023-06-27 17:21:05 +02:00
ca08eb65e2
docs: debug: update the output of help
command to the latest message
...
Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com >
2023-06-27 15:17:01 +09:00
7dec9fd6e7
update flag-description for --cgroup-parent
...
This attempts to make it clearer that the --cgroup-parent option is only used
for the containers used during build. Instead of mentioning "build container",
I opted for using "RUN instructions" (to match the --network description),
although this may not be ideal (as it assumes the "Dockerfile" front-end, which
of course may not be the case).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-06-23 10:28:50 +02:00
1e576dd7c6
chore: make docs
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-06-20 12:05:30 +02:00
e304a05d2a
docs: monitor: mention about long form flag
...
Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com >
2023-06-08 17:05:03 +01:00
ea06685c11
Merge pull request #1858 from potherca-contrib/fix/typo-Shortand
...
Fix typo "Shortand" -> "Shorthand"
2023-06-06 14:03:40 -07:00
eaba4fa9e6
Update docs with result from make docs
command.
...
Signed-off-by: Ben Peachey <potherca@gmail.com >
2023-06-06 21:43:41 +02:00
6c9436fbd5
inspect: display builder features
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2023-06-05 23:11:58 +02:00
8f24c58f4d
Fix typo in commands/build.go and docs/reference/buildx_build.md
...
`Shortand` -> `Shorthand`
Signed-off-by: Ben Peachey <potherca@gmail.com >
2023-05-31 13:40:58 +02:00
a6b0959276
Merge pull request #1440 from crazy-max/gc-policies
...
builder: add worker gc policies and labels
2023-05-22 11:46:46 +02:00
4ce80856b3
docs: add info for on-error and debug-shell values for invoke
...
Signed-off-by: Justin Chadwell <me@jedevc.com >
2023-05-19 14:51:51 +01:00
af3feec4ea
docs: fixup typo in buildkit console output
...
Signed-off-by: Justin Chadwell <me@jedevc.com >
2023-05-19 14:51:30 +01:00
5a12b25bab
Update bake-reference.md
...
Before this change, there were two bugs:
- the HCL was not valid. in hcl, argument names can't be quoted
- the target argument should be a real target
Signed-off-by: Nick Santos <nick.santos@docker.com >
2023-05-17 19:09:42 -04:00
878faae332
docs: add matrix docs for bake
...
Co-authored-by: David Karlsson <david.karlsson@docker.com
Signed-off-by: Justin Chadwell <me@jedevc.com >
2023-05-11 13:44:28 +01:00
e61a1da7fc
Merge pull request #1748 from dvdksn/docs/bake-reference
...
docs: move and rewrite bake reference
2023-05-11 13:00:21 +01:00
f8483d7243
docs: refactor bake file reference
...
Signed-off-by: David Karlsson <david.karlsson@docker.com >
2023-05-11 12:54:08 +01:00
0cbc316f76
docs: add initial guide about debugging monitor mode
...
Signed-off-by: Justin Chadwell <me@jedevc.com >
2023-05-11 09:53:21 +01:00
6bec8f6e00
docs: add serviceaccount driver-opt for k8s driver
...
Signed-off-by: Justin Chadwell <me@jedevc.com >
2023-04-26 16:44:03 +01:00
0589f69206
build: null values support with bake
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2023-04-24 12:05:04 +02:00
b724a173a9
build: fix JSON formatting for --print
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2023-04-24 12:05:04 +02:00
e5ccb64617
fix: changed attest type from Map to List
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2023-04-24 12:05:04 +02:00
08d114195f
chore: format with prettier
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2023-04-24 12:05:04 +02:00
caf7d2ec9b
build: added attest field
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2023-04-24 12:05:03 +02:00
2dffed3f3a
build: sort bake fields alphabetically
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2023-04-24 12:05:03 +02:00
784dc2223d
lint: add empty line between console and json code blocks
...
Signed-off-by: Justin Chadwell <me@jedevc.com >
2023-04-24 12:05:03 +02:00
c3fd1e8b79
build: fix links and formatting
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2023-04-24 12:05:03 +02:00
6f0c550ee9
build: move bake under the build section
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2023-04-24 12:05:03 +02:00
5d551dbbc1
build: customizing builds section
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2023-04-24 12:05:03 +02:00
043cb3a0db
build: add bake section
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2023-04-24 12:05:02 +02:00
f373b91cc3
Add flags and subcommand
...
Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com >
2023-04-15 15:38:17 +09:00