0

I have a docker application image created using s2i implementation. I was able to import it in the server(OpenShift) but when I create a project using this image, it does not detect any image. I am guessing that I have imported a whole application image but not an image stream? I'm using OpenShift Cli tool to import the image.

The docker application image is set up from my local.

I'm new to this set up but if anyone who have related experience to this is greatly appreciated.

  • How exactly did you import it into the server (OpenShift)? What commands are you running? If you used ``oc import-image`` to pull it in from an external image registry, it would create an image stream. – Graham Dumpleton Jul 27 '17 at 11:24
  • BTW, if you are using an S2I builder to build the application image, why not just build it in OpenShift to begin with? What is the S2I builder you are using? – Graham Dumpleton Jul 27 '17 at 11:27
  • We are using a custom s2i (universityofadelaide/s2i-shepherd-drupal). We cannot find any documentation on how to push from s2i to the openshift registry. The only thing close to this is using oc import-image. – Magick Jul 27 '17 at 13:02

0 Answers0