Files
moby/plugin/fetch_linux.go
Sebastiaan van Stijn 9f8eafc101 plugin: withFetchProgress work around "nested context in loop (fatcontext)"
This needs a better solution, but this allows enabling the "fatcontext"
linter.

    plugin/fetch_linux.go:250:6: nested context in loop (fatcontext)
                        ctx = context.Background()
                        ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-02-09 13:22:47 +01:00

9.7 KiB