Hi Eddie,

That makes sense and works, indeed:

docker pull kolla/centos-source-nova-api:victoria

I was seeing no tags here the other day:
https://hub.docker.com/r/kolla/centos-source-nova-api/tags?page=1&ordering=last_updated

I can see the tags now. It probably just took too long for the tags to load.

Thanks


Regards,
Adrian Andreias




On Tue, Dec 1, 2020 at 8:45 AM Eddie Yen <missile0407@gmail.com> wrote:
Hi Adrian,

IME, there's no image tag for latest. Most of kolla images are using Openstack release name as tag.
If you want to pull image with specific Openstack release, you should pull them with release name tag.

E.g docker pull kolla/centos.source-nova-api:victoria

Adrian Andreias <adrian@fleio.com> 於 2020年12月1日 週二 上午8:39寫道:
Hi,

None of the Kolla images on the Docker public registry are tagged.


Images don't even have the "latest" tag, though they were updated 15 hours ago.

And therefore they can't be pulled:

$ docker pull kolla/centos-source-nova-api
Using default tag: latest
Error response from daemon: manifest for kolla/centos-source-nova-api:latest not found: manifest unknown: manifest unknown

Is there another public registry where ready-built Kolla images are available?


Thanks



Regards,
Adrian Andreias