Azure/Bridge-To-Kubernetes

Samples todoapp acr not work

letmagnau opened this issue · 3 comments

Describe the bug

can you update the acr image of it?

https://github.com/hsubramanianaks/b2k-samples/tree/main/todo-app

now seems to be : mindarodev.azurecr.io but I can't find it anymore.

@letmagnau - we are no longer maintaining the b2k-samples repo, please feel free to fork the repo and change the acr uri's (bridgetokubernetes.azurecr.io/lpkremoteagent:1.3.4) in the deployment templates as per below issue referenced.
#634 (comment), mindarodev was for internal testing purpose but it is not available anymore. Thanks for raising this concern, if this works please feel free to close the issue.

So, what are the urls for the images referenced in deployment.yaml?
I tried:
bridgetokubernetes.azurecr.io/samples/database-api:v8
and
bridgetok8s.azurecr.io/samples/database-api:v8
but none of these works.

Thanks, Tom

@ttustonic you can build your own images from the b2k-samples repo and upload to your own ACR to use it. Thank you.