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

Issue when starting the building container tdp-builder #60

Open
Yanis77240 opened this issue Dec 13, 2022 · 2 comments
Open

Issue when starting the building container tdp-builder #60

Yanis77240 opened this issue Dec 13, 2022 · 2 comments

Comments

@Yanis77240
Copy link

When running the script ./bin/start-build-env.sh, I got an error stating that the gid I am using to create the builder user in the container already exists. This is due to the fact that in the distro that I am using (NixOS), the gid of my user is 100 which is the same gid as the group users in the container.

@gboutry
Copy link
Member

gboutry commented Dec 13, 2022

There is no immediate solution to resolve this specific it's the ubuntu base that defines this group in the dockerfile.

There is very little chance that we're going to fix this.

The only workaround available for the moment would be to create a group with specific gid, but note that you should be able to use any GID that shouldn't be a problem

Settings GID=1000 should work, even if it does not exist.

@sergkudinov
Copy link

It would be nice to mention this in the doc at the right place.

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

No branches or pull requests

3 participants