As stated in https://github.com/docker/docker/releases:
Starting with this release, Docker is on a monthly release cycle and uses a new YY.MM versioning scheme to reflect this. Two channels are available: monthly and quarterly.
Any given monthly release will only receive security and bugfixes until the next monthly release is available. Quarterly releases receive security and bugfixes for 4 months after initial release
Sorry for the dumb question, but where/how do I check if latest v17.03.0-ce it’s supposed to have quarterly or a monthly support? Will .03, .06, .09 and .12 release have quarterly support?
Wouldn’t it be possible to have an easier access to each channel? eg:
curl -fsSL https://get.docker.com/LTS | sh (not truly an LTS, to be honest)
Regards