buildx/build
Tonis Tiigi c30db6a955
bake: fix entitlements path checks for local outputs
Previous check based on dest attributes was not correct
as the attributes already get converted before validation happens.

Because the local path is not preserved for single-file
outputs and gets replaced by io.Writer, a temporary array variable
was needed. This value should instead be added to ExportEntry
struct in BuildKit in future revision.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
(cherry picked from commit c6e403ad7f)
2024-12-06 14:02:04 -08:00
..
build.go bake: fix entitlements path checks for local outputs 2024-12-06 14:02:04 -08:00
dial.go vendor: update buildkit to f7bda278b7e2 2024-07-02 22:24:55 -07:00
driver.go vendor: update buildkit to f7bda278b7e2 2024-07-02 22:24:55 -07:00
driver_test.go vendor: update buildkit to f7bda278b7e2 2024-07-02 22:24:55 -07:00
git.go build: avoid possible panic when reading git info 2024-08-23 16:42:04 +03:00
git_test.go lint: enable testifylint 2024-11-20 10:53:11 -08:00
invoke.go lint: enable forbidigo context rules 2024-11-19 18:27:25 -08:00
localstate.go build: don't generate local state for subrequests 2024-10-25 11:06:25 +02:00
opt.go config: fix file/folder ownership 2024-10-23 18:23:14 +02:00
provenance.go protobuf: remove gogoproto 2024-10-02 15:51:59 -05:00
replicatedstream.go build: allow builds from stdin for multi-node builders 2024-08-14 13:13:18 +03:00
replicatedstream_test.go lint: enable testifylint 2024-11-20 10:53:11 -08:00
result.go lint: enable forbidigo context rules 2024-11-19 18:27:25 -08:00
url.go build: raise maximum size limit for dockerfile and fix size check 2024-10-03 12:12:40 -05:00
utils.go remove uses of github.com/docker/docker/builder/remotecontext package 2024-05-26 11:06:02 +02:00
utils_test.go lint: enable testifylint 2024-11-20 10:53:11 -08:00