1089ff7341
history: add comparison support to trace
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-02-11 11:40:04 -08:00
7433d37183
history: add loadTrace function and support for loading Nth trace
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-02-11 11:40:04 -08:00
f9a76355b5
history: add UI view to traces
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-02-11 11:40:01 -08:00
cfeea34b2d
add history trace command
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-02-11 11:38:23 -08:00
cee7b344da
Revert "vendor: github.com/docker/docker/v28.0.0-rc.1"
...
This reverts commit b195b80ddf
.
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-02-11 18:14:49 +01:00
c8c9c72ca6
Merge pull request #2964 from crazy-max/history-inspect-json
...
history: inspect json and go template format
2025-02-10 16:30:42 -08:00
b8e9c28315
Merge pull request #2970 from crazy-max/fix-ls-json
...
ls: fix duplicated builders for json format
2025-02-10 09:28:17 -08:00
464f9278d1
history: fix default format for inspect command
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-02-10 11:30:59 +01:00
b195b80ddf
vendor: github.com/docker/docker/v28.0.0-rc.1
...
full diff: https://github.com/docker/docker/compare/v27.5.1..v28.0.0-rc.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-02-10 11:07:35 +01:00
d557da1935
Merge pull request #2957 from ndeloof/prompt-rawjson
...
don't warn user about missing --allows when running with progress=rawjson
2025-02-07 16:34:10 -08:00
417af36abc
history: support go template format for inspect
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-02-07 12:09:31 +01:00
e236b86297
history: set materials and attachments to json output for inspect
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-02-07 12:09:31 +01:00
633e8a0881
history: add error sources and stack to json output for inspect
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-02-07 11:37:46 +01:00
5e1ea62f92
ls: fix duplicated builders for json format
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-02-07 10:23:55 +01:00
ccca7c795a
history: json format support for inspect command
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-02-06 16:25:49 +01:00
04aab6958c
history: set num steps, name, default platform and error logs to inspect
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-02-06 16:12:37 +01:00
9d640f0e33
history: add formatting support to inspect
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-02-06 10:45:27 +01:00
b2ababc7b6
debug: fix invoke on error
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-01-31 10:45:34 +01:00
0ccdb7e248
don't warn user about missing --allows when running with progress=rawjson
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2025-01-31 08:49:36 +01:00
11c84973ef
buildflags: fix ref only format for command line and bake
...
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com >
2025-01-22 13:18:38 -06:00
1335264c9d
history: update formatting of error logs
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-01-17 08:54:38 -08:00
8c27b5c545
history: make sure started time is shown in current timezone
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-01-16 21:12:37 -08:00
f7594d484b
history: fix printing desktop URL
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-01-16 21:12:37 -08:00
f118749cdc
history: add error details to history inspect command
...
For failed builds, show the source with error location and last
logs for vertex that caused the error. When debug mode is on,
stacktrace is printed.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-01-16 21:12:17 -08:00
b035a04aaa
history: update containerd imports to v2
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-01-15 17:22:05 +01:00
6220e0aae8
add history inspect attachment command
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-01-15 16:17:21 +01:00
d9abc78e8f
update history inspect formatting
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-01-15 16:17:21 +01:00
3313026961
add buildx history inspect formatting
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-01-15 16:17:20 +01:00
06912aa24c
Add buildx history command
...
These commands allow working with build records
of completed and running builds.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2025-01-15 16:17:20 +01:00
ac636fd2d8
docs: missing quiet progress mode
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-01-13 15:13:18 +01:00
11c85b2369
bake: list flag json format support
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-01-09 17:07:06 +01:00
41215835cf
bake: print and list flag mutually exclusive
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-01-09 17:07:05 +01:00
a41fc81796
bake: replace list-targets and list-variables flags with list=<type>
...
also put this flag out of experimental
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-01-09 17:07:05 +01:00
dd596d6542
bake: allow entitlements from overrides automatically
...
If override specifies a path, mark it automatically allowed
so there is no need to use duplicate flags for defining the
same feature.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2024-12-02 17:16:28 -08:00
9a7b028bab
bake: add fs entitlements for context paths
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2024-11-21 14:05:11 +01:00
1af4f05ba4
bake: add filesystem entitlements support
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2024-11-21 14:05:11 +01:00
e04da86aca
fix golangci-lint issues
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2024-11-20 11:20:17 +01:00
e7a53fb829
lint: enable forbidigo context rules
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2024-11-19 18:27:25 -08:00
c0fd64f4f8
lint: enable linters from buildkit
...
Skipping errname and testifylint
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2024-11-19 17:51:24 -08:00
f216b71ad2
lint: enable gosimple
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2024-11-19 17:39:22 -08:00
be6d8326a8
Add ability to output json lists in metadata build file
...
Signed-off-by: Laurent Goderre <laurent.goderre@docker.com >
2024-11-11 16:36:45 -05:00
9f3a578149
prune: detect if buildkit supports newer storage filters
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2024-10-29 13:18:04 -07:00
0fd935b0ca
Skip Builder Init For Bake List Flags
...
Add the flags --list-targets and --list-variables to the cases
where initializing the builder can be skipped.
This allows the listing of targets and variables
when no builder is available.
Resolves : docker/buildx#2755
Signed-off-by: Tim Neumann <git@neumann-tim.de >
2024-10-29 10:34:20 +01:00
886ae21e93
build: don't generate local state for subrequests
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2024-10-25 11:06:25 +02:00
746eadd16e
Merge pull request #2745 from crazy-max/detect-sudo
...
config: fix file/folder ownership
2024-10-23 10:04:38 -07:00
f89f861999
config: fix file/folder ownership
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2024-10-23 18:23:14 +02:00
cc286e2ef5
cli: error out on unknown command
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2024-10-18 14:04:16 +02:00
64c5139ab6
hack: generate vtproto files for buildx
...
Integrates vtproto into buildx. The generated files dockerfile has been
modified to copy the buildkit equivalent file to ensure files are laid
out in the appropriate way for imports.
An import has also been included to change the grpc codec to the version
in buildkit that supports vtproto. This will allow buildx to utilize the
speed and memory improvements from that.
Also updates the gc control options for prune.
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com >
2024-10-08 13:35:06 -05:00
f6a27a664b
ls: ensure deterministic output for truncated platforms
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2024-10-04 09:27:03 +02:00
7c91f3d0dd
Merge pull request #2138 from crazy-max/ls-notrunc
...
ls: no-trunc opt
2024-10-03 08:21:09 -07:00