Add support for debian bullseye docker image
Closed this issue · 4 comments
wingyplus commented
Currently, I see elixir tag support only buster as a latest release on debian. But bullseye which's latest release of debian is missing.
wingyplus commented
After I read https://github.com/hexpm/bob/blob/master/lib/bob/job/docker_checker.ex. Do we needs to bump Erlang to bullseye together with Elixir?
ericmj commented
It looks like bullseye is not released yet? [1] We only plan to support stable releases of packages and operating systems.
[1] https://en.wikipedia.org/wiki/Debian_version_history#Release_table
wingyplus commented
@ericmj yes, it’s currently in testing stage. If that so, it would be out of scope right?
ericmj commented
Yes, we only build on released software.