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

Remove custom user:group from Dockerfile #125

Merged
merged 1 commit into from
Dec 16, 2021

Conversation

groldan
Copy link
Member

@groldan groldan commented Dec 16, 2021

Let the deployment strategy/platform specify the user
the containers run as.

With podman, they can run as the current host user with

podman run --userns=keep-id

The user can also be specified with docker and kubernetes.

Let the deployment strategy/platform specify the user
the containers run as.

With podman, they can run as the current host user with

```
podman run --userns=keep-id
```

The user can also be specified with docker and kubernetes.
@groldan groldan merged commit b9b1017 into geoserver:main Dec 16, 2021
@groldan groldan deleted the docker/no_user_in_dockerfile branch December 21, 2021 20:09
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