Skip to content
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

Closed
MrBambix opened this issue Mar 29, 2021 · 12 comments
Closed

registry.camunda.cloud/camunda-bpm-platform-ee:7.12.1 #40

MrBambix opened this issue Mar 29, 2021 · 12 comments

Comments

@MrBambix
Copy link

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

@berndruecker
Copy link
Owner

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

@berndruecker
Copy link
Owner

#41

@MrBambix
Copy link
Author

This is the offending line:

File: docker-compose-kafka-camunda-optimize.yml
cambpm:
image: registry.camunda.cloud/camunda-bpm-platform-ee:7.12.1

File:docker-compose-kafka-java-choreography-camunda-optimize.yml
cambpm:
image: registry.camunda.cloud/camunda-bpm-platform-ee:7.12.1

@MrBambix
Copy link
Author

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
Pulling cambpm (registry.camunda.cloud/camunda-bpm-platform-ee:7.12.0)...
ERROR: unauthorized: unauthorized to access repository: cambpm-ee/camunda-bpm-platform-ee, action: pull: unauthorized to access repository: cambpm-ee/camunda-bpm-platform-ee, action: pull

Regards,
Leo

@berndruecker
Copy link
Owner

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

@MrBambix
Copy link
Author

@berndruecker what i was trying to do was to run your examples on microservices with the docker images ;-)

@MrBambix
Copy link
Author

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
I have registered for a Camunda EE trial licence and got the licence key in the mail. But how does that enable me to download a docker EE image from your registry ?

regards,
Leo

@berndruecker
Copy link
Owner

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

@MrBambix
Copy link
Author

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
Leo

@berndruecker
Copy link
Owner

berndruecker commented Mar 31, 2021 via email

@berndruecker
Copy link
Owner

This is the link you need: https://docs.camunda.org/optimize/latest/technical-guide/setup/installation/#production-docker-image-without-elasticsearch

@MrBambix
Copy link
Author

This is the link you need: https://docs.camunda.org/optimize/latest/technical-guide/setup/installation/#production-docker-image-without-elasticsearch

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,
Leo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants