[FR]: Propagate Tags to Tar
Ryang20718 opened this issue · 1 comments
Ryang20718 commented
What is the current behavior?
if we have tags such as no-remote-cache
and a bazel remote cache, when using tar to create python docker images (giant images), we want to avoid pushing to the cache.
Describe the feature
We'd like to propagate tags to Tar so we avoid the remote cache
Happy to make a PR request, but wanted to ask if this would be acceptable first!
alexeagle commented
The tags should already propagate correctly. They are passed through here https://github.com/aspect-build/bazel-lib/blob/main/lib/tar.bzl#L131
Perhaps you're missing bazelbuild/bazel#8830 ?