[FR]: Provide a tar toolchain #470
Labels
enhancement
New feature or request
funding needed
Contribute to https://opencollective.com/aspect-build
untriaged
Requires traige
What is the current behavior?
rules_pkg has a bunch of issues with creating tar files that include binaries:
It would be great to have rules_pkg solve these, but many are old.
rules_oci users keep running into this because rules_docker did its own runfiles handling, which rules_oci "fixed the layering violation" by expecting the pkg_tar to create a correct output.
Describe the feature
Instead of waiting for rules_pkg, we could build an alternative. It should be simple:
bazel-out
that looks exactly like what we want in thetar
file.tar
program with predictable behavior and arguments - in practice any GNU tar that's "recent enough" works. main...tar is a start.The text was updated successfully, but these errors were encountered: