Azure / Azure/azure-cli

Can't create public image from Dockerhub

Open
#25,685 5 comments 0 reactions 0 assignees View on GitHub
act-observability-squad Auto-Assign Container Instances customer-reported Service Attention
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.