Daniel Chen
                                            Daniel Chen
                                        
                                    That would also explain why 6.7.5 works - the base resource types it comes with uses an older image, which also means an older library. Can you try changing the...
To shed a little light on the internals, the worker node will establish a ssh tunnel to the web node, the web node will then use that tunnel to hit...
Why is the process not exiting in the first place? I would expect aborting a build will cause a `SIGINT` or `SIGKILL` to be sent, so shouldn't the process exit...
@kirillbilchenko also reported a very similar problem on discord: https://discord.com/channels/219899946617274369/604330794898554956/819224035161931807
We're using Concourse itself to build and release the resource images, you should be able to see the pipeline at [ci.concourse-ci.org](https://ci.concourse-ci.org/?search=team%3A%22main%22%20group%3A%22resource%22). All the resources pipelines are templated via `ytt` and...
It's off by default because it breaks some exotic workflows like EC2 IAM profiles, I'm not sure if it was an intentional decision to enable it for the helm chart....
I would be interested to work on this! Do you think it's fair for this to be a very stripped down version of `kubectl` in the sense that only 1...
Hi @vinamra28, is there anything else I should do to get this PR moving?
/assign @chmouel
afaik I think `/workspace` (at least in the build container) has always been writable. I would imagine this would otherwise break languages that like to compile in place (like java...