robertgates55

Results 15 issues of robertgates55

I'm trying to get to grips with the `download_pkgs` and `install_pkgs` rules, and struggling to find any docs or examples. Is there anything that you can point to besides https://github.com/bazelbuild/rules_docker/blob/master/docker/package_managers/README.md#download_pkgs...

We're using dex as our IDP, which pulls user groups from google and passes these back as a user claim - the groups are not direct pomerium groups. Is it...

I need to pass some push options when pushing my changes - and I'm unable to see how/where to do this. Am after the equivalent of `git push -o bob=foo`....

Not sure how niche this scenario is, but here's _two_ examples I've hit so far. Example 1 - I'm creating a KMS Key. But one of the spec fields contains...

enhancement
lifecycle/stale

As the endpoint for the cloud version is different, we can't use our existing methods out of the box: https://prod-play.zephyr4jiracloud.com/connect/public/rest/api/latest/blah as opposed to: http://somejira/rest/zapi/latest We could consider changing it so...

enhancement

I'm looking to migrate our multi module maven project to bazel. Have hit a bit of a snag around transitive dependencies though that I'd love some advice on. In my...

Thanks for this - really nice. Got really excited and migrated to this format throughout, and then found that it doesn't look to handle list objects? Some of the main...

enhancement
good first issue
help wanted

I'm trying to precompile my assets by creating a ruby_binary that runs `rake assets:precompile`. I intend to then tar up the compiled assets and have the genrule output these (rather...

Interested in feedback for this. I'm trying to take the downloaded/installed gems and use them within a container image; and we make pretty extensive use of bundle groups.

I've been digging around for a while trying to use rules_ruby to grab my gems and put them into my runtime image. We're running a rails app via unicorn. Has...