Issue Adding User in Docker with Eclipse Temurin 17-jre Image
I am facing an issue when adding a user to a Docker container based on the Eclipse Temurin 17-jre image. The command I am using in my Dockerfile is: RUN adduser --disabled-login -u 1000 spring-boot However, when I build the…