Hi Christian,
The location of the FIS image may have changed since you created this great stuff. Docker wasn't able to find it in docker hub when I tried to generate the application image. I had to change the following line in rider-auto-openshift/pom.xml to get it working:
<docker.from>/jboss-fuse-6/fis-java-openshift:1.0</docker.from>
=>
<docker.from>registry.access.redhat.com/jboss-fuse-6/fis-java-openshift:1.0</docker.from>
Regards,
Frédéric
Hi Christian,
The location of the FIS image may have changed since you created this great stuff. Docker wasn't able to find it in docker hub when I tried to generate the application image. I had to change the following line in rider-auto-openshift/pom.xml to get it working:
<docker.from>/jboss-fuse-6/fis-java-openshift:1.0</docker.from>
=>
<docker.from>registry.access.redhat.com/jboss-fuse-6/fis-java-openshift:1.0</docker.from>
Regards,
Frédéric