1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-26 10:25:14 +01:00
Files
operating-system/buildroot-external
Stefan Agner 19a135edac Avoid race condition when fetching containers during build (#1671)
* Avoid race condition when fetching containers during build

So far only a single builder was active for each architecture. This
toghether with the naming scheme to include architecture/machine name
made sure that an image could only be fetched or used by a single
builder.

However, since most systems are now aarch64, multiple runners are now
active for a single architecture. This makes it necessary to lock
fetching/coping of container images to avoid race conditions.
2021-12-13 15:43:42 +00:00
..
2021-06-14 11:27:03 +02:00
2018-05-14 22:37:39 +02:00
2018-05-14 22:37:39 +02:00
2021-11-13 16:05:57 +01:00