Bug 38 - I think the docker image needs to be tagged as latest, otherwise one must pull with the tag 8.6
Summary: I think the docker image needs to be tagged as latest, otherwise one must pul...
Status: CONFIRMED
Alias: None
Product: Circle Linux
Classification: Circle
Component: General (show other bugs)
Version: Circle Linux 8
Hardware: PC Linux
: --- enhancement
Assignee: James Xie
URL:
Depends on:
Blocks:
 
Reported: 2022-07-31 23:23 CST by Bella Zhang
Modified: 2022-08-18 21:55 CST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bella Zhang 2022-07-31 23:23:21 CST
Hi Devs , Users feed as below, and i tried indeed an problem.

$ podman pull docker.io/circlelinuxos/circlelinux # this does not work
Trying to pull docker.io/circlelinuxos/circlelinux:latest...
Error: initializing source docker://circlelinuxos/circlelinux:latest: reading manifest latest in docker.io/circlelinuxos/circlelinux: manifest unknown: manifest unknown
$ podman pull docker.io/circlelinuxos/circlelinux:8.6 # this works
Trying to pull docker.io/circlelinuxos/circlelinux:8.6...
Getting image source signatures
Copying blob be2bd54f0e8c done  
Copying config edd556afbb done  
Writing manifest to image destination
Storing signatures
Comment 1 mike chen 2022-08-18 21:55:46 CST
(回复由 Bella Zhang 留下的意见 #0 )
> Hi Devs , Users feed as below, and i tried indeed an problem.
> 
> $ podman pull docker.io/circlelinuxos/circlelinux # this does not work
> Trying to pull docker.io/circlelinuxos/circlelinux:latest...
> Error: initializing source docker://circlelinuxos/circlelinux:latest:
> reading manifest latest in docker.io/circlelinuxos/circlelinux: manifest
> unknown: manifest unknown
> $ podman pull docker.io/circlelinuxos/circlelinux:8.6 # this works
> Trying to pull docker.io/circlelinuxos/circlelinux:8.6...
> Getting image source signatures
> Copying blob be2bd54f0e8c done  
> Copying config edd556afbb done  
> Writing manifest to image destination
> Storing signatures

Yes it's indeed we not push lastest tag to circlelinux:8.6; 

we had push circlelinuxos/circlelinux:latest to circlelinuxos/circlelinux:8.6

try to pull. 

Regards.