Pras Velagapudi

Results 79 comments of Pras Velagapudi

I will try to create a PR to fix this, I think it's just a typo that was not caught when I made the other PR. On Mon, Oct 3,...

Ok, so something very weird is going on here. When I run the repro, the image that is built is already created with the args embedded in the `entrypoint`, but...

I created this detailed reproduction here: https://github.com/psigen/rules_docker-issue-2124 I am still completely stuck trying to figure out where the args from the image instruction are being stored somewhere in bazel in...

Oh my god I think it might be this _INCREDIBLY HARD TO FIND_ detail: https://groups.google.com/g/bazel-discuss/c/RJy6IsqiJxY/m/5fkv5rKWDwAJ > Executable rules automatically get the args attribute, and the args attribute is used by...

Reverting would go back to not being able to pass _any_ args to `bazel run` on the command line, which would break anyone using that functionality. I made this PR,...

Thanks for testing! Is there any other info you can provide on the complex target that is not working? I would love to get that into my repro and try...

Hmm, I tried a few different ways to replicate your behavior [in my repro](https://github.com/psigen/rules_docker-issue-2124/blob/c1c0d325d164e10496e3b1c6640b8b5cb4722bb3/BUILD.bazel#L27-L41) and I'm having trouble breaking things. Here's what I tried to use to replicate: ``` java_image(...

Ok, if there's anything else you can suggest in my target above that you think might replicate the issue, please let me know. Maybe changing number of arguments or something...

Darn: can you share what the base image for that image is? Or post some (sanitized) output from docker-inspect to see what Entrypoint and Cmd is being used?

Awesome, I will try this out right away! On Sun, Nov 27, 2022, 08:23 João Guerra ***@***.***> wrote: > Seems like one of the parent images is setting cmd: >...