-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Can't create public image from Dockerhub #25685
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botContainer Instancesaz containeraz containerService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botContainer Instancesaz containeraz containerService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
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