-
Notifications
You must be signed in to change notification settings - Fork 136
SSH_USER_ID dont change UID #596
Comments
Does the work-around provided in #472 suit your requirements? I could consider making changes to allow specifying system id values however this would shift additional responsibility onto the operator to ensure they selected appropriate values. In the CentOS-7 based images system id numbering actually starts from 1000 not 500 so I could consider this change if the work-around isn't appropriate. |
Hello @jdeathe, In work-around, I created a simple Dockerfile like this : FROM jdeathe/centos-ssh:2.4.1 That work. Better again I think like work-around, is to use the args of docker-compose https://docs.docker.com/compose/compose-file/#args to have the UID and GID in docker-compose. No test this. |
Today I've released tags 1.10.0 / 2.5.0 that removes restrictions on the UID:GID values that can be configured via |
If I add the environment variable to SSH_USER_ID="33:33".
The uid and gid used is always 500:500.
The text was updated successfully, but these errors were encountered: