I would like to avoid creating the user `almamgr` in our image. I think user creation should be up the the end-user of our image. So I would like to remove this: https://github.com/ACS-Community/ACS-Docker-Image/blob/9df3cbd1901147bfc929e2cf2d996060dc392e81/Dockerfile#L117-L124 ### Reasons: - not everybody might want a user named `almamgr` - c.f. #23 no everybody might want the user to have UID = 1000 - I think it is not needed (I have to check this and provve it to you of course) and what is not needed, should maybe not be in here.
I would like to avoid creating the user
almamgrin our image. I think user creation should be up the the end-user of our image.So I would like to remove this:
ACS-Docker-Image/Dockerfile
Lines 117 to 124 in 9df3cbd
Reasons:
almamgr