This library has been extremely useful for jobs that run docker commands! One such job recently started failing with `OverflowError: string longer than 2147483647 bytes` when it tried to copy a 2.6GB image. I'm sure that there are reasons behind the 2GiB limit, but would it be possible to increase this limit? (e.g. to 4GiB or 8GiB)
This library has been extremely useful for jobs that run docker commands!
One such job recently started failing with
OverflowError: string longer than 2147483647 byteswhen it tried to copy a 2.6GB image.I'm sure that there are reasons behind the 2GiB limit, but would it be possible to increase this limit? (e.g. to 4GiB or 8GiB)