https://github.com/containerbase/erlang-prebuild
containerbase Erlang/OTP releases
https://github.com/containerbase/erlang-prebuild
containerbase docker erlang renovate
Last synced: 14 days ago
JSON representation
containerbase Erlang/OTP releases
- Host: GitHub
- URL: https://github.com/containerbase/erlang-prebuild
- Owner: containerbase
- License: mit
- Created: 2022-03-04T09:10:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-23T10:31:42.000Z (21 days ago)
- Last Synced: 2025-06-23T11:40:30.135Z (21 days ago)
- Topics: containerbase, docker, erlang, renovate
- Language: Shell
- Homepage: https://github.com/containerbase/base
- Size: 818 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# containerbase Erlang/OTP releases
[](https://github.com/containerbase/erlang-prebuild/actions/workflows/build.yml)

Prebuild Erlang/OTP releases used by [containerbase/base](https://github.com/containerbase/base).
**Note:** `v24.2.0` is first available version for Ubuntu 22.04 (`jammy`).
## Local development
Build the image
```bash
docker build -t builder --build-arg APT_PROXY=http://apt-proxy:3142 --build-arg DISTRO=focal .
```Test the image
```bash
docker run --rm -it -v ${PWD}/.cache:/cache -e DEBURG=true builder 3.0.0
````${PWD}/.cache` will contain packed releases after successful build.
Optional environment variables
| Name | Description | Default |
| ----------- | ------------------------------------------------------------ | --------- |
| `DISTRO` | Set an ubuntu base distro, `focal` and `jammy` are supported | `focal` |
| `APT_PROXY` | Set an APT http proxy for installing build deps | `` |
| `DEBUG` | Show verbose php build output | `` |