moby/builder
Tonis Tiigi 37545cc644
builder-next: fix missing lock in ensurelayer
When this was called concurrently from the moby image
exporter there could be a data race where a layer was
written to the refs map when it was already there.

In that case the reference count got mixed up and on
release only one of these layers was actually released.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2024-03-06 23:11:32 -08:00
..
builder-next builder-next: fix missing lock in ensurelayer 2024-03-06 23:11:32 -08: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