Is there an existing issue for this?
Current Behavior
I don't know since when, but pulling :latest will completely ignore USER environment variable set in container and fallback to USER: root. Luckily at least the password is well parsed.
Expected Behavior
Setting USER: to a custom user allow to login with it, instead of root.
Steps To Reproduce
Pull latest image, set both USER: and PASSWORD: in a compose and up it.
Environment
CPU architecture
x86-64
Docker creation
Container logs
Is there an existing issue for this?
Current Behavior
I don't know since when, but pulling
:latestwill completely ignoreUSERenvironment variable set in container and fallback toUSER: root. Luckily at least the password is well parsed.Expected Behavior
Setting
USER:to a custom user allow to login with it, instead ofroot.Steps To Reproduce
Pull latest image, set both
USER:andPASSWORD:in a compose and up it.Environment
CPU architecture
x86-64
Docker creation
.Container logs
.