When using node as base image to build my own images, I usually create a user with UID 1000 (due to some internal restriction, this UID must be 1000), but now with node creating a user with UID 1000 by itself, my Dockerfiles no longer builds.
As Dockerfiles is now, it is not possible to fix this issue without having to fork it.
When using
nodeas base image to build my own images, I usually create a user with UID 1000 (due to some internal restriction, this UID must be 1000), but now with node creating a user with UID 1000 by itself, myDockerfilesno longer builds.As Dockerfiles is now, it is not possible to fix this issue without having to fork it.