(InaccessibleImage) The image From Azure container instance

I am using following commands: but it is failing with following image. Please suggest how to fix this

az container create --resource-group $(zapACIGroupName) --name $(zapACIName) 
                --image owasp/zap2docker-stable --ports 8080 8090 
                --azure-file-volume-account-name $(zapACIStoreName) 
                --azure-file-volume-account-key $(createSA.aciStoreKey) 
                --azure-file-volume-share-name $(zapACIShareName) 
                --azure-file-volume-mount-path /zap/wrk/ 
                --command-line "/bin/bash -c 'zap-baseline.py -t https://$(webAppNameDev).azurewebsites.net -x $(zapReportName)'"

ERROR:

ERROR: (InaccessibleImage) The image 'owasp/zap2docker-weekly:latest' in container group 'ausemart-zap01-aci' is not accessible. Please check the image and registry credential.

Code: InaccessibleImage

Message: The image 'owasp/zap2docker-weekly:latest' in container group 'ausemart-zap01-aci' is not accessible. Please check the image and registry credential.

As the error message says, there is no such image on Docker Hub. If you used an old tutorial, the owners must have deleted the image since then

https://hub.docker.com/u/owasp

PS.: I edited your post to add code blocks. Please, check to following guide to format your post properly next time. Thank you! How to format your forum posts

Hi Rimelek,

Then what is the exact image I should use, is it below one?

owasp/dependency-check-action

I have no idea. If you don’T find someone who knows what this image did when existed and what the alternative is, you wil have to ask the author of the tutorial or the maaintainers of the owasp images.