<div dir="ltr">Yes, I totally agree.<div><br></div><div>Docker "latest" tag is a bad pattern. We're also not using "latest" in other projects where we choose tags.<div><br></div><div>I was pulling the (default) latest tag because I couldn't see any other tag on hub.docker .com.</div><div><br></div><div>Based on this and above feedback my conclusion is that the public registry is not reliable enough and we should build our own images and run our own registry.<br></div><div><br></div><div>Thanks everyone.</div><div><br></div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><br></div><div><br></div><div>Regards,</div>Adrian Andreias<div><a href="https://fleio.com" target="_blank">https://fleio.com</a></div><div><br></div><div><br></div></div></div></div></div></div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Dec 2, 2020 at 3:56 PM Sean Mooney <<a href="mailto:smooney@redhat.com">smooney@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, 2020-12-02 at 08:27 +0100, Radosław Piliszek wrote:<br>
> It is not really that.<br>
> It seems Docker Hub has its worse days and I found myself confused on<br>
> our or others images from time to time (that they presumably lack<br>
> expected tags).<br>
you could just tag master with latest too<br>
<br>
the issue with latest is people have different expectaions.<br>
i expect it to be the tip of master e.g. the latest version of the commited<br>
code where as other might expect ti to track the latest stable release<br>
e.g. victoria<br>
<br>
kolla chose not to provide a latest tag since that terminology is not used in<br>
the kolla project but that could alway be changed if it was useful or provided<br>
better ux you just need to decided what latest means in the context of kolla<br>
> <br>
> -yoctozepto<br>
> <br>
> On Wed, Dec 2, 2020 at 1:28 AM Eddie Yen <<a href="mailto:missile0407@gmail.com" target="_blank">missile0407@gmail.com</a>> wrote:<br>
> > <br>
> > The moment that you couldn't find any tags in kolla images might be the<br>
> > generator is pushing. Kolla will generate then push images to Docker<br>
> > Hub. And because this mechanism will working in multiple releases at<br>
> > the same time, it's normal that not showing up image tags in Docker Tag<br>
> > web site when in progress.<br>
> > <br>
> > <br>
> > Adrian Andreias <<a href="mailto:adrian@fleio.com" target="_blank">adrian@fleio.com</a>> 於 2020年12月1日 週二 下午6:58寫道:<br>
> > > <br>
> > > Hi Eddie,<br>
> > > <br>
> > > That makes sense and works, indeed:<br>
> > > <br>
> > > docker pull kolla/centos-source-nova-api:victoria<br>
> > > <br>
> > > I was seeing no tags here the other day:<br>
> > > <a href="https://hub.docker.com/r/kolla/centos-source-nova-api/tags?page=1&ordering=last_updated" rel="noreferrer" target="_blank">https://hub.docker.com/r/kolla/centos-source-nova-api/tags?page=1&ordering=last_updated</a><br>
> > > <br>
> > > I can see the tags now. It probably just took too long for the tags to load.<br>
> > > <br>
> > > Thanks<br>
> > > <br>
> > > <br>
> > > Regards,<br>
> > > Adrian Andreias<br>
> > > <a href="https://fleio.com" rel="noreferrer" target="_blank">https://fleio.com</a><br>
> > > <br>
> > > <br>
> > > <br>
> > > <br>
> > > On Tue, Dec 1, 2020 at 8:45 AM Eddie Yen <<a href="mailto:missile0407@gmail.com" target="_blank">missile0407@gmail.com</a>> wrote:<br>
> > > > <br>
> > > > Hi Adrian,<br>
> > > > <br>
> > > > IME, there's no image tag for latest. Most of kolla images are using Openstack release name as tag.<br>
> > > > If you want to pull image with specific Openstack release, you should pull them with release name tag.<br>
> > > > <br>
> > > > E.g docker pull kolla/centos.source-nova-api:victoria<br>
> > > > <br>
> > > > Adrian Andreias <<a href="mailto:adrian@fleio.com" target="_blank">adrian@fleio.com</a>> 於 2020年12月1日 週二 上午8:39寫道:<br>
> > > > > <br>
> > > > > Hi,<br>
> > > > > <br>
> > > > > None of the Kolla images on the Docker public registry are tagged.<br>
> > > > > <br>
> > > > > E.g. <a href="https://hub.docker.com/r/kolla/centos-source-nova-api" rel="noreferrer" target="_blank">https://hub.docker.com/r/kolla/centos-source-nova-api</a><br>
> > > > > <br>
> > > > > Images don't even have the "latest" tag, though they were updated 15 hours ago.<br>
> > > > > <br>
> > > > > And therefore they can't be pulled:<br>
> > > > > <br>
> > > > > $ docker pull kolla/centos-source-nova-api<br>
> > > > > Using default tag: latest<br>
> > > > > Error response from daemon: manifest for kolla/centos-source-nova-api:latest not found: manifest unknown: manifest unknown<br>
> > > > > <br>
> > > > > Is there another public registry where ready-built Kolla images are available?<br>
> > > > > <br>
> > > > > <br>
> > > > > Thanks<br>
> > > > > <br>
> > > > > <br>
> > > > > <br>
> > > > > Regards,<br>
> > > > > Adrian Andreias<br>
> > > > > <a href="https://fleio.com" rel="noreferrer" target="_blank">https://fleio.com</a><br>
> > > > > <br>
> > > > > <br>
> <br>
<br>
<br>
<br>
</blockquote></div>