microscaling / microbadger

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

Page broken after webhook notification #26

Closed rahulpowar closed 6 years ago

rahulpowar commented 7 years ago

I added the labels as suggested and setup a webhook from DockerHub to update the badge. After the push the page is broken.

https://microbadger.com/images/redsift/dnstrace

burgerdev commented 6 years ago

I'm seeing the same error page for my project. I suspect that it was caused by me adding an invalid URL as VCS label.

# wrong (copy paste mistake)
org.label-schema.vcs-url="e.g. https://github.com/....."
# correct url
org.label-schema.vcs-url="https://github.com/....."
lizrice commented 6 years ago

@burgerdev that's exactly what the problem is, just putting together a fix - thanks!

rossf7 commented 6 years ago

Fix is deployed and the page for your image is now working. Sorry it took me a while to get this deployed.