circleci 图像中的后缀“-stretch”是什么意思?

What is the suffix "-stretch" means in the circleci images?

https://github.com/CircleCI-Public/circleci-dockerfiles/tree/master/openjdk/images

我正在查看可用的 circleci 托管图像列表。我注意到一些 jdk 图片以后缀“-stretch”结尾。

问题

后缀“-stretch”是什么意思?它与正常 jdk(没有“-stretch”的那些)有什么不同吗?

标签中的后缀stretch指的是镜像所基于的Debian版本。在这种情况下,Debian 9 "Stretch".