quarkus-workshops
quarkus-workshops copied to clipboard
Container images issue
I am running a test according to the contents of the following link:
https://quarkus.io/quarkus-workshops/super-heroes/index-azure.html#_running_remote_containers
But container image links mentioned in the file "quarkus-workshop-super-heroes/super-heroes/infrastructure/docker-compose-app-remote.yaml" cannot be accessed. ACR path (registrysuperheroesagoncal.azurecr.io) is not available.
That's a question for @agoncal
@313mlclub have you built your own images and pushed them to the Azure Container Registry?
@313mlclub have you built your own images and pushed them to the Azure Container Registry?
Yes, I have. But I was not able to build my own images. There were several issues when I tried to run "docker build" commands. Therefore, if you have time, could you push the finished images to Docker Hub or another public registry so that I can test the Azure environment with the already created image?
I wonder if we should include an image-building step in the CI?