Skip to content

DefactoSoftware/elixir-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Defacto's Elixir base images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published