robertgates55

Results 15 issues of robertgates55

Our `Gemfile` contains a couple of local 'path' referenced gems like this: ``` gem 'cube_api', path: 'engines/cube_api' ... ``` And when doing a `bazel build` of the `ruby_bundle` we get...

Hey - I'm a bazel noob, so apologies for the question, but I'm trying to produce a container image with my rails project using these rules and I'm stuck. I...

feature

When specifying a security group on a `ReplicationGroup` (either via `spec.forProvider.securityGroupIds` or `spec.forProvider.securityGroupIdRefs` - referencing a crossplane-created sg or a manually created one) the created replicationgroup in AWS is constantly...

bug

As part of a CI pipeline, I'm running a local registry, which is by default insecure: `docker run -d --name registry.localhost -v local_registry:/var/lib/registry --rm -p 5000:5000 registry:2` I'm definitely able...

kind/bug
help wanted
priority/p3
area/registry

Installed using the latest helm chart the pod crashloops. I enabled `log.level=debug` by modifying the deployment, and can see it's successfully fetching the cur, but then failing to find the...