docker-alpine-glibc icon indicating copy to clipboard operation
docker-alpine-glibc copied to clipboard

userid's not working since 2.32

Open eilandert opened this issue 3 years ago • 3 comments

Hello,

Since upgrade to 2.32 my application cannot find the user it used to run as. When reverting back to the docker with 2.31 it works as it always worked.

https://github.com/eilandert/dockerized/blob/master/rspamd-git/Dockerfile

Last line fails: https://github.com/eilandert/dockerized/blob/master/rspamd-git/bootstrap.sh

eilandert avatar Aug 15 '20 15:08 eilandert

That is odd, I have no idea how this can be related :-(

frol avatar Aug 17 '20 21:08 frol

Ok this is strange. When I build the docker local with docker-compose build it works fine, when building it through hub.docker.com it shows the strange uid behaviour. investigating

eilandert avatar Aug 17 '20 23:08 eilandert

Only thing I could thing off was turning off the caching layers om hub.docker.com

but still

rspamd | 2020-08-18 01:36:48 #0(main) ; main; detect_priv: user specified does not exists (Inappropriate ioctl for device), aborting

Well, going back to 2.31 for a while, i'll poke around when I have more time.

eilandert avatar Aug 17 '20 23:08 eilandert