Skip to content

Remove uid/gid build arguments to FlowDB #247

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

Closed
greenape opened this issue Jan 15, 2019 · 0 comments · Fixed by #255
Closed

Remove uid/gid build arguments to FlowDB #247

greenape opened this issue Jan 15, 2019 · 0 comments · Fixed by #255
Labels
docs Documentation issues enhancement New feature or request FlowDB Issues related to FlowDB

Comments

@greenape
Copy link
Member

FlowDB currently takes two build arguments POSTGRES_UID and POSTGRES_GID which were necessary to enable one to work around conflicts between the user Postgres ran as, and the uids on the host system. Per
docker-library/postgres#253 and
docker-library/postgres#448 the upstream image now supports setting these via --user to match an existing user on the host system. Using this method also means docker won't clobber permissions when spinning up the Postgres instance if you don't have a user matching the internal uid & gid.

We should remove the old workaround, and explain how to do this in the docs.

@greenape greenape added enhancement New feature or request docs Documentation issues FlowDB Issues related to FlowDB labels Jan 15, 2019
@mergify mergify bot closed this as completed in #255 Jan 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation issues enhancement New feature or request FlowDB Issues related to FlowDB
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant