Delifer
Delifer
Hi @antiagainst, I think we need special authorization by codeclimate to be able to push the image to that url. Would you be able to grant that to one of...
So I've been investigating this, it seems like when we run `codeclimate` it mounts the /code volume as :ro readonly, this means that there's no straightforward way to just write...
Hi, it seems to work when I run it in the latest docker container, Try building with: `git clone https://github.com/antiagainst/codeclimate-cppcheck` `cd codeclimate-cppcheck` `docker build . -t codeclimate/codeclimate-cppcheck:latest` Then go back...
definitely fixed on my side, please re-open if the issue persists with the latest image. thanks!
I've contacted codeclimate's support and they said they'll forward it to the dev team. 
Unfortunately there's been no movement on this from codeclimate's side, at this point we've decided to use a CODECLIMATE_PREFIX on our GitLab server and we simply replaced the upstream image...
seems like the codeclimate cli tool forces the user to be 9000:9000 I wrote a entrypoint.sh that creates a app user and appgroup group, chmods and chowns, all for it...