Rob

Results 271 comments of Rob

Unfortunately my experience with Javascript is rather limited in comparison to my experience with PHP and Docker and such. So I'm not sure how to proceed.

Unfortunately this is very hard to reproduce since I do not have access to your host and everything works fine on all of the host machines I own myself.

This is just an assumption, but I am guessing that the environment variable `$PWD` might not be available on Windows. I do not use Windows myself, but I am certain...

https://www.google.com/search?q=pwd+environment+variable+on+windows seems to yield results that could guide you

It is used when mounting the volume when you run the container (at least, in the given example above). ```shell docker run --rm --interactive --tty \ --volume $PWD:/app \ #...

Ehm, why? We're just verifying the contents of a simple install script here. Not dealing with government secrets.

:man_shrugging: It will be quite a long time until we actually drop support for PHP 5.x

I think that if you managed to hack the server, we'd have bigger issues. It opens up a range of attack vectors, least of all the install script. Also I...

I think a binary-only image is a good idea. The current build process/matrix is a bit crude admittedly, but, _it works_ (:tm:) :sweat_smile: . Probably due for an overhaul, but...

> I think it could be solved in separate MR that could automate process of creating MRs to official Docker registry. Anyway, not a blocker IMHO. This is probably doable....