Tom Klingenberg

Results 137 comments of Tom Klingenberg

Thanks, that path to the ssh agent socket might have been wrong then. The difference to SSH_AUTH_SOCK was intended though, by default `pipelines --ssh` takes the system one. I might...

> script non-zero exit status: 243 my shot into the blue as right now I have no time to try it myself: this could be an error by npm via...

hello, and thanks for reporting this! @billyromano the deprecation warning was caused by a regression in april this year and next version 0.0.67 will have it fixed. to address the...

version 0.0.67 has been released. you can update it already with phive (e.g. `phive update pipelines`). that should remove the deprecation messages. the yaml file would still help me to...

I'll address that one as well with the next release. It is not the cause of the message thought. Your `bitbucket-pipelines.yml` file has no default pipeline which would be run....

@duffar: Yes, that are deprecation warnings from PHP 8.1. Can you share which operating system / distro you're using? And thanks for reporting. Next version should have less noise if...

> Is there a Dockerfile with the pipelines command and PHP already installed? No, or none that I know about. > have you given any thought to whether this is...

@phitoduck I quickly wrapped one docker image up, so there is something to play: ~~~ $ docker run --rm ktomk/pipelines:pipelines pipelines version 0.0.57+5-g712771b+dirty ~~~ The default working directory is `/app`...

@phitoduck please find an experimental branch [`docker-pipelines`](https://github.com/ktomk/pipelines/tree/docker-pipelines) to kick around with. feel free for any kind of feedback and questions. I'll think a bit about what is needed so that...

@phitoduck if you'd like to contribute a Dockerfile for this I'm open to it. For the moment I'd keep this on a temporary branch and will rebase it occasionally.