Pascal Landau
Pascal Landau
"gpg: can't connect to the agent: IPC connect call failed" error in docker alpine on shared volume
I try to build an alpine docker image that contains `git-secret` and can be used to encry/decrypt files in a codebase that is shared with the host system. My Host...
Hey, I just noticed that our builds are failing due to ``` ------ > https://php.hernandev.com/key/php-alpine.rsa.pub: ------ failed to solve: failed to load cache key: Get "https://php.hernandev.com/key/php-alpine.rsa.pub": Service Unavailable ``` The...
Hey, installation is failing for me due to the composer constraint ` "symfony/console": "2.5 - 3.2",` ``` "require":{ "php": ">=5.4", "nikic/php-parser": "^2.0", "symfony/console": "2.5 - 3.2", "symfony/event-dispatcher": "2.4 - 3.4"...
Enable silencing of "gpg: WARNING: unsafe permissions on homedir" warning (--no-permission-warning)
What are the steps to reproduce this issue? ------------------------------------------- 1. initialize `git secret` 2. share the `.gitsecret/keys` folder via bind-mount with docker on **Windows via Docker Desktop** (Docker Desktop sets...