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
Pulling the iom image while creating the cluster does not work since the version of the project defined in the pom.xml (1.0.0) does not match the expected version in IOM_IMAGE in devenv.project.properties (1.0.0-SNAPSHOT)
Work around:
Add the following line to the file devenv.user.properties:
IOM_IMAGE=docker.io/library/iom-blueprint-project-iom:1.0.0
AB#76787
The text was updated successfully, but these errors were encountered:
Actual Behavior
Pulling the iom image while creating the cluster does not work since the version of the project defined in the pom.xml (1.0.0) does not match the expected version in IOM_IMAGE in devenv.project.properties (1.0.0-SNAPSHOT)
Work around:
Add the following line to the file devenv.user.properties:
IOM_IMAGE=docker.io/library/iom-blueprint-project-iom:1.0.0
AB#76787
The text was updated successfully, but these errors were encountered: