Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
13.1.0
-
None
-
None
-
Pulsar
-
Platform 209 SSO Discovery
Description
Trying to setup Docker I failed to properly configure the user.
Trying to configure a user with user-id and group-id but release pom only has docker.brxm.container.uid. Lookin and in the Dockerfile [1] the uid is used for both gid and uid which to my knowledge is nonsensical:
&& adduser --gid ${docker.brxm.container.uid} --uid ${docker.brxm.container.uid} ${docker.brxm.container.username} \