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
- Host: GitHub
- URL: https://github.com/defactosoftware/elixir-docker
- Owner: DefactoSoftware
- Created: 2024-12-24T21:06:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-02T12:12:13.000Z (about 1 year ago)
- Last Synced: 2025-01-02T13:23:28.977Z (about 1 year ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**