Closed gs1-rob-392 closed 2 years ago
Thank you for reporting it, I am going to check it and let you know.
Hello,
there is a new Docker image - can you please try it out now and let me know of the outcome?
If there is still anything needed afterwards, I will have a closer look.
Thank you.
Hello again,
can you please tell me if the new image resolved your situation?
Also, I ask you to fill out your name in GitHub - otherwise, it will be impossible with me to interact with someone who presents himself or herself as only "gs1-rob-392".
Thank you.
Hi Dariusz, thanks for your quick reply, I've the same problem also with the new docker image. I don't know if it can help, I'm trying it on MacOS on Docker Desktop 4.6.1 P.S. I've updated my profile.
Thanks for everything - I wanted to make sure that the image contained the latest code.
I am going to have a deeper look into that in this case. I will let you know as soon as I can.
Hello Roberto,
just to keep you updated.
Independently of this ticket, there is a new Docker quickstart image available already that requires some final testing and documentation.
https://github.com/zatosource?tab=packages
This is a completely new image, hosted on GH rather than GL. I am going to work on the documentation for it, along with testing, and then I will ask you to use it.
I will follow up with details when I have completed that.
Regards.
Hi Dariusz, thanks for your help, I will wait your updates. Regards.
Hello again,
here are the instructions for the new image that we talked about. Please try it out and let me know of the outcome.
https://zato.io/en/docs/3.2/admin/guide/install/docker.html
Thank you.
Hello,
it looks that this ticket is no longer needed in which case I am closing it - please feel free to reopen at any time if you have any additional questions.
Regards.
Hi, I'm starting with zato toutorial and I would install it on Docker. When I run this command:
sudo docker run --pull=always -it --rm -p 22022:22 -p 8183:8183 -p 11223:11223 --name zato registry.gitlab.com/zatosource/docker-registry/quickstart:3.2
Zato starts, but it also logs this error:
And when I run this code:
sudo docker exec zato /opt/zato/get-credentials
It show this:
I've also tried to use environment variable -e ZATO_IDE_PASSWORD=anypassword , but the result is the same.