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: Remove group assignment during container build #963

Merged
merged 1 commit into from
Sep 7, 2024
Merged

Conversation

mc1arke
Copy link
Owner

@mc1arke mc1arke commented Sep 7, 2024

The sonarqube images no longer create a sonarqube group for the sonarqube user to be placed into, instead they put the sonarqube user in the root group. To prevent the plugin builds failing when attempting to set the plugin ownership to a group that doesn't exist, the chown command is being altered to only set the user ownership, not the associated group.

The sonarqube images no longer create a sonarqube group for the
sonarqube user to be placed into, instead they put the sonarqube user in
the root group. To prevent the plugin builds failing when attempting to
set the plugin ownership to a group that doesn't exist, the `chown`
command is being altered to only set the user ownership, not the
associated group.
Copy link

sonarcloud bot commented Sep 7, 2024

@mc1arke mc1arke merged commit fde1c77 into master Sep 7, 2024
12 checks passed
@mc1arke mc1arke deleted the issue/958 branch September 7, 2024 16:52
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.

1 participant