Skip to content

Can't create public image from Dockerhub #25685

@JoeMarkov

Description

@JoeMarkov

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions