Re: Image pull error when using the integrated registry

2018-05-22 Thread Ben Parees
this looks like your main error: level=error msg="OpenShift access denied: User \"system:serviceaccount:slimmelden-dev:builder\" cannot get imagestreams/layers.image.openshift.io in project \"generic\"" looks like you're trying to reference images in one project, from a build in a different

Re: Image pull error when using the integrated registry

2018-05-22 Thread Dan Pungă
I've caught another error like this one and one of the docker-registry pods gives some errors about authorization. I've tried adding, inside the web-interface for the docker-registry, the system:serviceaccount:slimmelde-dev:builder user to have pull access in the generic project. The docs

Re: Image pull error when using the integrated registry

2018-05-22 Thread Ben Parees
On Tue, May 22, 2018 at 11:46 AM, Dan Pungă wrote: > Hello all! > > I'm experiencing a problem when trying to pull an image from Openshift's > container registry. > I've recently installed OpenshiftOrigin 3.9 with docker-registry deployed. > > I'm using 2 projects, one where

Image pull error when using the integrated registry

2018-05-22 Thread Dan Pungă
Hello all! I'm experiencing a problem when trying to pull an image from Openshift's container registry. I've recently installed OpenshiftOrigin 3.9 with docker-registry deployed. I'm using 2 projects, one where "generic" images are built and one for "applications". When running a build in