antiagainst / codeclimate-cppcheck

Code Climate Engine for Cppcheck
MIT License
26 stars 17 forks source link

Update Docker image 'codeclimate/codeclimate-cppcheck' on dockerhub #45

Open phab-cpr opened 2 years ago

phab-cpr commented 2 years ago

Hi,

The Docker image for codeclimate-cppcheck is 3 years out of date. https://hub.docker.com/r/codeclimate/codeclimate-cppcheck This version is so out-dated it doesn't meet our needs.

Please can you update it, or advise who can do this (contact or URL to raise issue)?

Thanks!

antiagainst commented 2 years ago

Hi @phab-cpr, I myself don't have the bandwidth to handle this right now; pull requests welcome! :)

alexdelifer commented 2 years ago

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 us if you're not able to? Or should we reach out to someone from CodeClimate directly?

Can you tell us how it got on dockerhub under the codeclimate group? I wouldn't mind taking care of making a github action for that assuming we have the power to do so.

antiagainst commented 2 years ago

Hi I never handled pushing to CodeClimate dockerhub; so you'd need to reach out to some CodeClimate person directly. I'm happy to faciliate on my side.

alexdelifer commented 1 year ago

I've contacted codeclimate's support and they said they'll forward it to the dev team. Screenshot_2023-01-18_15-17-35

snellejelle99 commented 10 months ago

any updates on this?

jeffstjean commented 9 months ago

Has there been any progress on updating this image?

alexdelifer commented 6 months ago

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 in our local registry with this updated image.

https://docs.gitlab.com/ee/ci/testing/code_quality.html#available-cicd-variables

On your local machine you can use this image by simply building it and tagging it as codeclimate/codeclimate-cppcheck:latest

unfortunately, it's not a fix for everyone, but it seems like they don't care to fix the image as it's been out of date for like 5 years and I've reached out 3 times to ask them to update it.