Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

!feat(rootless): add podman for rootless #1077

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TartanLeGrand
Copy link

@TartanLeGrand TartanLeGrand commented Nov 25, 2022

Description

I wanna try to change the codeclimate image to use the podman rootless version. If we could avoid using the docker daemon, we could run the codeclimate image without root privileges.

Ref

@CLAassistant
Copy link

CLAassistant commented Nov 25, 2022

CLA assistant check
All committers have signed the CLA.

@fstamour
Copy link

I think you still need to update the .circle-ci/config.yml to install podman.

image

@TartanLeGrand
Copy link
Author

I think you still need to update the .circle-ci/config.yml to install podman.

image

Hello @fstamour, I need to make an change on this project: https://github.com/codeclimate/test-reporter.

@ST-Apps
Copy link

ST-Apps commented Sep 4, 2023

Hey there, what's the ETA for this?
I'm running a rootless Podman GitLab runner which of course doesn't work with the current CodeClimate version.

I've quickly browsed the changes on this PR and I have a feeling replacing docker commands with podman one is not enough to have a rootless setup working as CodeClimate images require to run as user 9000 (which leads to permissions issues when mounting the /code dir).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants