I’m seeing intermittently (maybe 1 of 12 runs) in my github actions that the docker compose run myservice command is failing with the error: 'Error: No such image: '. Yes, no image is shown in the log. I am wondering how this might happen / be avoided? Anyone else seeing this issue?
More info about my setup:
myservice is defined in a docker-compose.yml file which “extends” baseservice that is defined by a local dockerfile.
all of those files are part of the same repo, so I don’t think the race condition is related to only some of those resources missing
OS Version/build is Image: ubuntu-22.04 Version: 20230604.1
Please only use the community category if you want to announce a community even or have questions about one.
This is not a common problem. I have never seen it on official releases from dockers repositories.
You might want to raise a support ticket to the azure support, if it’s related to azure it is more likely they already know about the problem and know the solution.
Furthermore: without knowing exact details about how everything is implemented, I am afraid you will have to wait for someone that had your exact problem and solved it.