Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hentioe/my-docker-erlang-otp
Hentioe's Erlang images
https://github.com/hentioe/my-docker-erlang-otp
Last synced: 14 days ago
JSON representation
Hentioe's Erlang images
- Host: GitHub
- URL: https://github.com/hentioe/my-docker-erlang-otp
- Owner: Hentioe
- Created: 2023-09-21T02:23:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-12T13:41:17.000Z (7 months ago)
- Last Synced: 2024-04-14T10:03:49.911Z (7 months ago)
- Language: Dockerfile
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-docker-erlang-otp
[![status-badge](https://ci.hentioe.dev/api/badges/10/status.svg)](https://ci.hentioe.dev/repos/10)
The Erlang images maintained by Hentioe mainly provide the basis for the [Elixir](https://github.com/Hentioe/my-docker-elixir) images.
## Basics
The base images are Void Linux, Alpine Linux, and Debian, and the versions are as follows:
| image | base |
| :------------------------- | :------------------------------------------------- |
| `hentioe/erlang:26-void` | `ghcr.io/void-linux/void-glibc-busybox:20240526R1` |
| `hentioe/erlang:26-alpine` | `alpine:3.20` |
| `hentioe/erlang:26-debian` | `debian:bookworm` |
| `hentioe/erlang:27-void` | `ghcr.io/void-linux/void-glibc-busybox:20240526R1` |
| `hentioe/erlang:27-alpine` | `alpine:3.20` |
| `hentioe/erlang:27-debian` | `debian:bookworm` |## Difference
Unlike the unorganized Erlang images provided by Docker, these do not include [Rebar3](https://github.com/erlang/rebar3).