microscaling / microbadger

What's inside your Docker containers?
Other
159 stars 17 forks source link

Latest tags are not showing up #62

Closed amir20 closed 5 years ago

amir20 commented 5 years ago

Hello there. I created a docker image called Dozzle. Most recent version is 1.10.3. I have also added labels to update the version number. I noticed that microbadger is not picking up the latest version even after it has attempted to update.

This might be a bug? I am trying to figure web hooks and see if that fixes it.

rossf7 commented 5 years ago

Hey @amir20, I'm sorry this isn't working. Yes it's always worth trying the webhook and we need better docs there. I just called it myself.

To use the webhook you need to log in via GitHub and then go back to your image page and click the "Get the webhook" button on the right nav.

You need to make a POST request using curl or you could use something like the Postman Chrome extension.

curl -X POST https://hooks.microbadger.com/images/...

Let me know if calling the webhook doesn't fix it. We also recommend using the webhook support in Docker Hub. So we re-inspect your image whenever you push a new tag.

amir20 commented 5 years ago

I have added the microbadger hook with docker hub. It seems to be working as of now. But most recently I had a minor version bump. Before I only had patches. I'll close for now and reopen if it doesn't work.

Thanks for the quick response!

darribas commented 5 years ago

Sorry I have the same problem with darribas/gds, could you please point to any documentation page on how to set up the webhook and make the POST request? Thank you very much!

darribas commented 5 years ago

Sorry, re-read more carefully and it's all there. Thanks very much!