Bob Docker List (DISABLED - lists are not auto updated anymore. Feel free to fork and remember to turn on the Github actions.
This app collects docker tags for Erlang and Elixir repos.
Erlang tags: https://raw.githubusercontent.com/adamzapasnik/bob_docker_list/master/erlang_list.txt
Elixir Tags: https://raw.githubusercontent.com/adamzapasnik/bob_docker_list/master/elixir_list.txt
Ubuntu | version |
---|---|
Groovy | 20.10 |
Focal | 20.04 |
Bionic | 18.04 |
Xenial | 16.04 |
Trusty | 14.04 |
Debian | version |
---|---|
Bookworm | 12 |
Bullseye | 11 |
Buster | 10 |
Stretch | 9 |
Jessie | 8 |
Clone this repo and:
cd bob_docker_list
mix deps.get
mix compile
To refresh both lists run commands below. These commands will only update missing tags.
mix refresh elixir
mix refresh erlang
If for some reason you want to regenerate lists, run:
mix refresh elixir --force
mix refresh erlang --force