darkmattercoder / qt-build

a (nearly) full qt build environment as a docker image, small footprint, lots of versions
GNU General Public License v3.0
75 stars 17 forks source link

Dockerhub page badge list broken #20

Closed davidzwa closed 4 years ago

davidzwa commented 4 years ago

https://hub.docker.com/r/darkmattercoder/qt-build/

The list of builds tags/version seems disrupted at Qt version 5.9 and lower.

darkmattercoder commented 4 years ago

Thank you for bringing this up. At first, the images are all available in the dockerhub registry, so it is simply a rendering issue.

Strange: dockerhub overview has the issue image

Wheras at github, it is looking good:

file:///tmp/Screenshot_20200430_173631.png image

I have no idea how dockerhub is handling the graphics in the readme but it looks to me as if they do a kind of preprocessing which stops, once a temporarily unavailable image is found.

I triggered the build manually and hope that the push hooks that get executed will cause dockerhub to re-render the readme.....

darkmattercoder commented 4 years ago

seems to be fixed in the meantime.