I'm confused by the following message that happens during a build: Build error: image "172.30.122.240:5000/dev/flx-container@sha256:2057c3057d1d44eb43065bb04feabb480b19772be2005ede1be87ad4eb21b76a" must specify a user that is numeric and within the range of allowed users
This happens on an image that I have customized from jboss-webserver-3/webserver30-tomcat7-openshift:1.2 My Dockerfile is as follows: FROM registry.access.redhat.com/jboss-webserver-3/webserver30-tomcat7-openshift:1.2 RUN mkdir /home/jboss/flx COPY GeoLiteCity.dat /home/jboss/flx/ USER root RUN chmod 777 /home/jboss/flx/GeoLiteCity.dat _______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
