containerd/images/converter
ktock 5c02688b59 converter: use OpenWriter helper function
When several goroutines call uncompress converter in parallel, the ref name
conflicts each other. This leads to Writer method failing with Unavaliable error
without retry.
For solving this issue, OpenWriter helper should be used. This allows them to
retry in such situations.

Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
2021-04-15 19:05:10 +09:00
..
uncompress converter: use OpenWriter helper function 2021-04-15 19:05:10 +09:00
converter.go add Image content converter 2021-01-22 13:33:19 +09:00
default.go Fix exported comments enforcer in CI 2021-03-12 08:47:05 -08:00