You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: