Update the UniFi Controller Available Tags

Looking at the image page at https://hub.docker.com/r/linuxserver/unifi/, I see the section on tags is a little inconsistent. It mentions theres a “latest” tag that tracks 5.6 an “unstable” tag that tracks 5.7 in the sentence, but in the list of available tags it only lists “unstable” but says here that tracks the 5.9 branch.

It seems that within UniFi - https://help.ubnt.com/hc/en-us/articles/360008240754#1 - there are actually three tracks:

  1. LTS Stable - currently 5.6.39
  2. Stable - currently 5.9.29
  3. Unstable - current 5.10.5

Would it be possible to get the image to support those three tags (i.e. “lts”, “stable”, and “unstable”)? I’d prefer to be on the stable track than the unstable or LTS track, but it seems my options are currently either LTS or Unstable.

Actually, I created a PR to clean up the tags section for now: https://github.com/linuxserver/docker-unifi/pull/84

Looking at the GitHub repo there are only two branches. Would it be possible at add the third?

As you’ve seen on the github repo, the topic has been discussed a fair bit. As we are going through pipeline migration for our containers, once we get to the unifi container, we will review it and see if we can come up with a better naming scheme.

Yeah. Found all that after I dug a bit more. Only took me a couple hours to figure out what was going on :stuck_out_tongue_winking_eye: