]
Ramesh Reddy commented on TEIIDSB-69:
-------------------------------------
Van created the stable branch that should point to the non-snapshot versions
The example fails to deploy
---------------------------
Key: TEIIDSB-69
URL:
https://issues.jboss.org/browse/TEIIDSB-69
Project: Teiid Spring Boot
Issue Type: Bug
Components: examples
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Starting with a fresh install of minishift using 3.10 or 3.11 and running the rdbms
example, it won't come up and a manual deployment will show:
Reason: cannot trigger a deployment for "rdbms-example" because it contains
unresolved images
This appears to be because the deployment config references
teiid-dataservice/rdbms-example:1.1.0-SNAPSHOT, but only latest exists.
This is due to the last commit that updated the versions. Apparently fabric8 will not
create a label based upon a snapshot version.