It seems that the tarball.spec has non-transitioned paths and thus it is failing to build a tar file. Is there something that I have missed here? How would I create a tarball of an image for a particular platform when it is not equal to the host platform? I don't see any mention of it in #548.
With the following MODULE.bazel:
And a
BUILD.bazel
:The building of
tarball_filegroup
will fail with:I have a small repro: https://github.com/aignas/rules_oci_2_alpha_tarball_repro
It seems that the
tarball.spec
has non-transitioned paths and thus it is failing to build atar
file. Is there something that I have missed here? How would I create a tarball of an image for a particular platform when it is not equal to the host platform? I don't see any mention of it in #548.