Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/containerbase/erlang-prebuild
containerbase Erlang/OTP releases
https://github.com/containerbase/erlang-prebuild
containerbase docker erlang renovate
Last synced: 2 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T17:05:04.000Z (3 months ago)
- Last Synced: 2024-10-24T12:22:08.261Z (3 months ago)
- Topics: containerbase, docker, erlang, renovate
- Language: Shell
- Homepage: https://github.com/containerbase/base
- Size: 616 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
[![build](https://github.com/containerbase/erlang-prebuild/actions/workflows/build.yml/badge.svg)](https://github.com/containerbase/erlang-prebuild/actions/workflows/build.yml)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/containerbase/erlang-prebuild)
![License: MIT](https://img.shields.io/github/license/containerbase/erlang-prebuild)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 | `` |