Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 705 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 705 Bytes

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