Thank you for the answers. Can you explain, please how can I pull the updated Docker Images.
Till now I tried to run the "latest" version, but, perhaps, this is the same 6.4.0.Final version? Should I wait for the next official release of WB & KIE Server containers?
Especially I need "rest-all" role for admin (WB) to be able to build & deploy my projects stored in Git of WB to Maven Repository.
You are right, practically I don't need Workbench Deploy UI, since I can manage containers and fire the rules via the Rest Api only.
Nevertheless, I have examined more the synchronization issue between Workbench Deploy UI (as KIE Server controller) and rest API of the Kie Server and found the following strange behavior:
Step 1:
I have created the new Container M1 via WB GUI, but I can't view it via Rest API. At this stage I was reported you in the last mails.
Step 2:
I tried to create the second new Container "MyRESTContainer", but this time via Rest API.
I have executed:
with the following data.xml file:
<kie-container container-id="MyRESTContainer" status="RUNNING">
<release-id>
<group-id>com.traiana.pocs</group-id>
<artifact-id>DroolsPOC1</artifact-id>
<version>1.0.1</version>
</release-id>
<resolved-release-id>
<group-id>com.traiana.pocs</group-id>
<artifact-id>DroolsPOC1</artifact-id>
<version>1.0.1</version>
</resolved-release-id>
</kie-container>
Here the magic: Now I can see the both running container via the rest Api: