ryansch / docker-unifi-rpi

Unifi Controller for Raspberry Pi 3+ and x86
https://hub.docker.com/r/ryansch/unifi-rpi/
347 stars 42 forks source link

Current 'latest' strategy #76

Closed markusdd closed 3 years ago

markusdd commented 3 years ago

I'm currently noticing a notable lg in pulling the 'latest' tag forward, which I currently rely on.

I assume your consverative setting is there for a good reason, but can you maybe elaborate what is the problem with the latest 6.0.xxx and 6.1.xxx versions?

ryansch commented 3 years ago

My latest tag tracks the most recent 'stable' version from ubnt. That's currently 6.0.43. The 6.1 series hasn't yet had a stable release.

markusdd commented 3 years ago

Is it? When I pull I get 6.0.36 with latest.

apiest commented 3 years ago

image

latest is pushed 2 months ago, 6.0.43 19 hours ago so @markusdd seems correct ;-)

ryansch commented 3 years ago

🤦

Looks like the steps I took to build images from a submitted PR were incorrect. I'll get that fixed.

ryansch commented 3 years ago

Fixed in 9d727c5201682effffee1b55cba3892e44ebbeef

Thank you @markusdd and @apiest for reporting and confirming this issue!

markusdd commented 3 years ago

Thanks for the quick fix!