https://github.com/adamzapasnik/bob_docker_list
DISABLED. Repo with auto-updated Bob's docker tags
https://github.com/adamzapasnik/bob_docker_list
docker elixir erlang
Last synced: about 1 year ago
JSON representation
DISABLED. Repo with auto-updated Bob's docker tags
- Host: GitHub
- URL: https://github.com/adamzapasnik/bob_docker_list
- Owner: adamzapasnik
- Created: 2020-10-07T19:38:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-13T06:06:33.000Z (almost 4 years ago)
- Last Synced: 2023-03-06T03:14:44.514Z (over 3 years ago)
- Topics: docker, elixir, erlang
- Language: Elixir
- Homepage:
- Size: 19.6 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](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](https://raw.githubusercontent.com/adamzapasnik/bob_docker_list/master/elixir_list.txt)
## OS version tables
### Ubuntu
| Ubuntu | version |
| :----- | ------: |
| Groovy | 20.10 |
| Focal | 20.04 |
| Bionic | 18.04 |
| Xenial | 16.04 |
| Trusty | 14.04 |
### Debian
| Debian | version |
| :------- | ------: |
| Bookworm | 12 |
| Bullseye | 11 |
| Buster | 10 |
| Stretch | 9 |
| Jessie | 8 |
## Installation
Clone this repo and:
```sh
cd bob_docker_list
mix deps.get
mix compile
```
## Usage
To refresh both lists run commands below. These commands will only update missing tags.
```sh
mix refresh elixir
mix refresh erlang
```
If for some reason you want to regenerate lists, run:
```sh
mix refresh elixir --force
mix refresh erlang --force
```