D4no0
Avoiding debian version for hexpm elixir images
I am currently trying to setup a CI that will build the docker image of the project. The caveat is that I am trying to use .tool-versions as the source of truth both for dev/CI and docker image.
So far I managed to pass correctly the necessary build arguments to docker build, however having the OS in format buster-20240612-slim makes it really hard to change elixir/erlang versions without eventually hitting into the situation where for a specific OS the versions are missing.
I am currently using base images from hexpm/elixir.
Maybe I missed something, but is it possible to somehow skip setting OS version? as I don’t care that much what version of the distribution is running.
Most Liked
joelpaulkoch
Oh, I see. I guess you could make a call to the docker hub api to get the latest tags, then filter based on your versions..









