Skip to content

fix: Change GID to 1000 #1202

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

Merged
merged 3 commits into from
Jul 11, 2025
Merged

fix: Change GID to 1000 #1202

merged 3 commits into from
Jul 11, 2025

Conversation

Techassi
Copy link
Member

@Techassi Techassi commented Jul 11, 2025

#1193 changed the UID to 1000, but the GID was set to 0. This caused issues, because the root group with ID 0 is already present. As such, the groupadd command fails which in turn breaks all image builds.

This PR set the GID to 1000 as well.

Local test builds succeeded:

  • stackable-base@1.0.0
  • opa@1.4.2

@Techassi Techassi moved this to Development: Waiting for Review in Stackable Engineering Jul 11, 2025
@Techassi Techassi marked this pull request as ready for review July 11, 2025 12:45
@Techassi Techassi changed the title chore: Change GID to 1000 fix: Change GID to 1000 Jul 11, 2025
lfrancke
lfrancke previously approved these changes Jul 11, 2025
@lfrancke
Copy link
Member

I think we can really remove the changelog entry because nothing changed....

@Techassi
Copy link
Member Author

Ha! That's true. I will remove it.

@Techassi Techassi moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Jul 11, 2025
@Techassi Techassi added this pull request to the merge queue Jul 11, 2025
@sbernauer sbernauer moved this from Development: In Review to Development: Done in Stackable Engineering Jul 11, 2025
Merged via the queue into main with commit 3033cfc Jul 11, 2025
3 checks passed
@Techassi Techassi deleted the chore/gid-1000 branch July 11, 2025 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Development: Done
Development

Successfully merging this pull request may close these issues.

2 participants