Robert Ruf

Results 109 comments of Robert Ruf

So, if I understand that correct nektos artifactcache allows you to set `outboundIP` as endpoint in [StartHandler](https://github.com/nektos/act/blob/v0.2.64/pkg/artifactcache/handler.go#L44). Although the name implies an IP address it is actually [just a string...

@ChristopherHX testing v0.0.13... getting closer... now TLS errors. I'm not sure from the log output if this happens due to the mentioned RFC 6066 issue (I was under the impression...

@ChristopherHX I can confirm it's working. It was two issues (as you expected): - I did not configure no_proxy for the K8S API. - The cert of the git server...

So now that the runner starts a new pod for the workflow I was trying to get DinD to work in it using catthehacker/ubuntu:act-22.04 as the job container image, which...

@ChristopherHX so I got a working prototype of this. Instead of using DinD, which arguably is a security nightmare more often then not (or comes with many limitations as of...

@ChristopherHX is it possible that currently we can not pass environment variables using the `env` parameter? E.g.: ``` on: push jobs: test: runs-on: myrunner container: image: ghcr.io/catthehacker/ubuntu:act-22.04 env: FOO: BAR...

I got the same issue but in my case it's do to the fact that the requirement to open port 8443 for [Cloud Admin](https://vmware.github.io/vic-product/assets/files/html/1.3/vic_vsphere_admin/graphics/Network-protocols.png) is nowhere documented. From what the...

btw: I just noticed that the documentation PDF is wrong. It sais that the datacenter name is attached if multiple pgs with the same name exist. However: that doesn't seem...

proxy support would require at least `http_proxy`, `https_proxy` and `no_proxy` env vars to be configurable. However please be aware that there is no format syntax definition for the values of...