mirror of https://github.com/docker/buildx.git
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
|
||
|---|---|---|
| .. | ||
| build.go | ||
| dial.go | ||
| driver.go | ||
| driver_test.go | ||
| git.go | ||
| git_test.go | ||
| invoke.go | ||
| localstate.go | ||
| opt.go | ||
| provenance.go | ||
| replicatedstream.go | ||
| replicatedstream_test.go | ||
| result.go | ||
| url.go | ||
| utils.go | ||
| utils_test.go | ||