3 Replies Latest reply on Oct 28, 2016 5:21 PM by alininja

    How to reference Internal Registry?

    alininja

      Hi,

       

      I want to build from images another build that has been stored to the integrated registry:

      OpenShift Enterprise 3.0 | Architecture | Infrastructure Components | Image Registry

       

      Is this possible?  Right now I pull the IP and port from the build log and use that in the subsequent Dockerfile's FROM directive, like:

      FROM 123.456.789.123:5000/myproject/myapp-dev:latest

       

      Is there a default name that the integrated registry uses?  Or is there a better way to build off of previously built images using the integrated registry?

       

      Thank you in advance for you