Gus Antoniassi
Gus Antoniassi
Same thing happened to me, I'd just like to leave the error message for google-comers: ``` INFO[0050] Resolving srcs [/usr/lib/librdkafka*]... error building image: error building stage: failed to execute command:...
Hello, I've opened #186 to solve this issue by removing newlines within `` tags with RegExp. Suggestions and contributions are more than welcome!
Hello @jamengual I was able to [reproduce this issue](https://github.com/GusAntoniassi/atlantis-example/pull/1#issuecomment-1255302634) on `v0.19.8`, using the testdrive repository. It only happened when using pre workflow hooks, such as the following: ```yaml --- repos:...
@jc21 I am having the same problem on CentOS 6.9 running PHP 7.1.11. Tried it on a Docker container based on `php:7.1-apache` based on Debian 8 and it works, all...
I managed to build a Docker image that is able to reproduce this issue. ```bash docker pull gusantoniassi/php-meminfo-memory-leak-bug docker run -it --rm gusantoniassi/php-meminfo-memory-leak-bug bash cd /opt/php-meminfo/extension/php7 make test # test...
In my case it was simply the "Block domains using filters and hosts files" option that was unchecked, under general settings.