Alex Eagle

Results 281 issues of Alex Eagle

Fixes a TODO about collecting proper transitive data. Note: I don't know where a test for this belongs, nor whether there are other providers which should be scanned for data...

Because it is in "minimal maintenance mode" https://github.com/bazelbuild/rules_docker#status and also I think it's a layering violation, it shouldn't matter to rules_k8s how the images were constructed. At most, it might...

Note: I think it might be better to introduce a dep on aspect_bazel_lib instead, which is a very-well maintained utility library that's a superset of bazel_skylib, and evidently rules_docker wished...

size/M

Discussed with @loosebazooka as part of adding a Bazel rule in this repo: we'd like the release process to: - build the binaries for all platforms on GitHub Actions so...

**What are you trying to do?** Under Bazel, or other local-only build systems, an image is constructed as a series of layers which are only on the disk, not pushed...

🚀 enhancement

Related to the lack of documentation for using this repo with bzlmod, I'm trying to write this up and running into some issues: With this repro: `MODULE.bazel` ``` bazel_dep(name =...

The instructions for bzlmod users are wrong. Somehow we should sense that we are running under bzlmod and print correct next steps. ``` $ bazel run @maven//:pin INFO: Analyzed target...