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.
First, install/setup Docker Desktop and login.
cd VERSION
docker build --platform=linux/amd64 -t defactosoftware/elixir:VERSION .
- Find the built image under images
- Click the three-dot menu and select Push to Docker Hub