An open API service indexing awesome lists of open source software.

https://github.com/defactosoftware/elixir-docker

Defacto's Elixir base images
https://github.com/defactosoftware/elixir-docker

Last synced: 7 months ago
JSON representation

Defacto's Elixir base images

Awesome Lists containing this project

README

          

## Defacto's Elixir base images

Docker images based on hex.pm's Elixir images.



Included:
- Erlang
- Elixir
- NodeJS
- ImageMagick
- Some build tools (for dependencies that require compilation steps)

*There is currently no GitHub Action to automatically build the images, so building and publishing has to be done manually through Docker Desktop or CLI for now.*



### To Build (Docker Desktop)

*First, install/setup Docker Desktop and login.*

```
cd VERSION
docker build --platform=linux/amd64 -t defactosoftware/elixir:VERSION .
```

### To Publish (Docker Desktop)

- Find the built image under **images**
- Click the *three-dot* menu and select **Push to Docker Hub**