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

git user/uid issue when building in docker #162

Open
gonuke opened this issue Sep 9, 2020 · 0 comments
Open

git user/uid issue when building in docker #162

gonuke opened this issue Sep 9, 2020 · 0 comments

Comments

@gonuke
Copy link
Member

gonuke commented Sep 9, 2020

The current instructions offer a path that uses a docker image to build the website. To avoid polluting the docker-mounted filespace with files owned by root, the docker image is started with the UID of the current user.

The first step in a few (related) targets is to run git fetch once the docker image is launched, but the UID of the current user doesn't exist in the docker image, so git throws an error.

Unless we can fix this inside the docker image (probably hard in general) we probably need to ensure that fetch happens prior to launching the docker image.

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

1 participant