I'm using this tool with bazel's container_test rule from here. Here is the error I'm getting:
Error: error creating driver: processing tar image reference: mkdir /tmp/root.cachebazel_bazel_rootdce6ed4f9b6b93214722cd6fa27af714execrootastrabazel-outk8-fastbuildbinsomeveryveryveryveryveryveryveryveryveryveryverylongname_test.runfilessomeveryveryveryveryveryveryveryveryveryveryverylongname.tar@sha256:27157e6b7e4373f939de9c51191487f9cbf80e6e7f132445fa5a2d605c3e39fb691144971: file name too long
The error doesn't occur on 1.4 and 1.5, only on 1.6, so I'm guessing something has changed.
I'm using this tool with bazel's
container_testrule from here. Here is the error I'm getting:The error doesn't occur on 1.4 and 1.5, only on 1.6, so I'm guessing something has changed.