Hi, the reason ADD applies a `chown 0:0` is to avoid applying the uid/gid of the files on the source system, which could be anything and would introduce a side effect in your application's build.
There is a pull request for letting you set a the destination uid/gid determinastically, which is the right way to do it.
Just a reminder that we accept bug reports and patches :)
Oh and that ADD this /that will chown 0:0 that. Come on.