-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
registry.camunda.cloud/camunda-bpm-platform-ee:7.12.1 #40
Comments
Please use 7.12.0 - as this is the community edition. 7.12.1 is the EE version which is only available with login. Note that 7.12 is also a bit - please update to the latest version (7.14.0). Is 7.12.1 linked somewhere in the code? Please let me know where exactly, so I can fix this. I also create an issue to update to the latest Camunda version |
This is the offending line: File: docker-compose-kafka-camunda-optimize.yml File:docker-compose-kafka-java-choreography-camunda-optimize.yml |
The exact error is below, regardless of setting the BPM platform to a higher/lower version: D:\flowing-retail-master\runner\docker-compose> docker-compose -f .\docker-compose-kafka-java-choreography-camunda-optimize.yml up -d Regards, |
You need to pull "registry.camunda.cloud/camunda-bpm-platform:7.12.0" (remove the "-ee"). But please note that you can't use Optimize without enterprise license / account - so you might need to use another docker compose fial. If you want exactly this to also use Optimize, a trial license does suffice: https://camunda.com/download/enterprise/. There you get credentials to log on onto our registry to be able to also get the EE artefacts |
@berndruecker what i was trying to do was to run your examples on microservices with the docker images ;-) |
@berndruecker regards, |
You need to add the credentials to Maven as described here: https://docs.camunda.org/get-started/apache-maven/#enterprise-edition-1. Sorry for the confusion - I should clean this up a bit and describe what's necessary to play around with Optimize |
@berndruecker ah so you are saying the docker-compose approach will never work then ? Then maybe remove the docker compose files completely which rely on the EE version of camunda. greetz |
No sorry - my fault. You can use the same credentials for the docker login - just copied the wrong link. Can add it later when back to the computer - or you look it up in the docs...
|
thank you, yes got it working by manually pulling the docker image and then use the docker-compose file to start the total environment. Working great, now onto investigate in what is going with your demo ;-) Thanks and greetings, |
Hi,
Currently on using docker compose i get authorization errors on pulling: registry.camunda.cloud/camunda-bpm-platform-ee:7.12.1 can you please investigate?
Thank you and regards,
Leo de Blaauw
The text was updated successfully, but these errors were encountered: