| Summary: | I think the docker image needs to be tagged as latest, otherwise one must pull with the tag 8.6 | ||
|---|---|---|---|
| Product: | Circle Linux | Reporter: | Bella Zhang <bella> |
| Component: | General | Assignee: | James Xie <james> |
| Status: | CONFIRMED --- | ||
| Severity: | enhancement | CC: | mike |
| Priority: | --- | ||
| Version: | Circle Linux 8 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
Bella Zhang
2022-07-31 23:23:21 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.
|