moby/builder
Cory Snider 5bcd2f6860 builder/dockerfile: ADD with best-effort xattrs
Archives being unpacked by Dockerfiles may have been created on other
OSes with different conventions and semantics for xattrs, making them
impossible to apply when extracting. Restore the old best-effort xattr
behaviour users have come to depend on in the classic builder.

The (archive.Archiver).UntarPath function does not allow the options
passed to Untar to be customized. It also happens to be a trivial
wrapper around the Untar function. Inline the function body and add the
option.

Signed-off-by: Cory Snider <csnider@mirantis.com>
2024-02-12 13:31:44 -05:00
..
builder-next vendor: github.com/moby/buildkit v0.12.5 2024-01-31 21:24:50 +01:00
dockerfile builder/dockerfile: ADD with best-effort xattrs 2024-02-12 13:31:44 -05:00
remotecontext pkg/system: return even richer xattr errors 2024-01-22 15:25:10 -05:00
builder.go api: remove handling of HostConfig on POST /containers/{id}/start (api < v1.24) 2024-02-06 18:44:44 +01:00