When container is created, we can mention what username to use. Typically, that detail is in Dockerfile. By default, container runs as “root” user. This can be overridden. Most likely, these are 2 different versions of container, 1 with “root” user and another with “nobody” user.
Your problem might has been solved after 9 months, but for record, you might been using an old version of Dockerfile for build, as the maintainer removed USER nobody line from Dockerfile in his c6b2525ead commit.