moby/builder
Tonis Tiigi 8ffaef6d61
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>
(cherry picked from commit 37545cc644)
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2024-03-07 12:30:33 +01:00
..
builder-next builder-next: fix missing lock in ensurelayer 2024-03-07 12:30:33 +01:00
dockerfile builder/windows: Don't set ArgsEscaped for RUN cache probe 2024-01-25 16:21:39 +01:00
remotecontext replace dockerfile/dockerignore with patternmatcher/ignorefile 2023-10-16 22:17:23 +02:00
builder.go image/cache: Check image platform 2024-01-25 16:21:37 +01:00