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

#958: Set plugin group ID to root in container build #999

Merged
merged 1 commit into from
Nov 17, 2024
Merged

Conversation

mc1arke
Copy link
Owner

@mc1arke mc1arke commented Nov 16, 2024

Not all the Sonarqube image variants contain a group named sonarqube, so the chown command fails as it's unable to find the target group. To overcome this the group is being set to 0 which should always exist as the root user's group.

Not all the Sonarqube image variants contain a group named sonarqube, so
the `chown` command fails as it's unable to find the target group. To
overcome this the group is being set to `0` which should always exist
as the root user's group.
Copy link

sonarcloud bot commented Nov 16, 2024

@mc1arke mc1arke merged commit c7843a3 into master Nov 17, 2024
12 checks passed
@mc1arke mc1arke deleted the issue/958 branch November 17, 2024 08:33
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.

docker-compose up fails with "can't find gid for group sonarqube: no such group: sonarqube"
1 participant