Can't create public image from Dockerhub
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
> ### `az feedback` auto-generates most of the information requested below, as of CLI version 2.0.62
**Related command**
az container create -g Observabilty --name test13313323 --image jaegertracing/all-in-one:latest
**Describe the bug**
I can't create the public image above, I get this error:
(InaccessibleImage) The image 'jaegertracing/all-in-one:latest' in container group
'test' is not accessible. Please check the image and registry credential.
Code: InaccessibleImage
But running it locally works fine using docker pull jaegertracing/all-in-one:latest
However, tag 1.41 works:
az container create -g $rgname --name $JaegerContainerName --image jaegertracing/all-in-one:1.41
So, why does not 1.42 or latest work?
**To Reproduce**
**Expected behavior**
I would expect that all public containers on Github was deployable:
az container create -g MyResourceGroup --name test123--image jaegertracing/all-in-one:latest
**Environment summary**
**Additional context**
Contributor guide
Assessment
This issue has not been assessed yet.