Skip to content

Containerized build env for compiling an erlang application into a lightweight Docker container.

License

Notifications You must be signed in to change notification settings

artefactop/erlang-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

erlang-builder

Containerized build environment for compiling an Erlang application into a lightweight Docker container. Based on work of https://github.com/CenturyLinkLabs/golang-builder

Requeriments

Create a generate_release.sh in your root application directory with instructions to make a release, for example:

#!/bin/bash
rebar get-deps clean compile generate

Usage

Set up IMAGE_APP_NAME and IMAGE_TAG_NAME with your values

docker run --rm -v $(pwd):/opt/erlang_app --privileged -e "IMAGE_APP_NAME=application_name" -e "IMAGE_TAG_NAME=tag" artefactop/erlang-builder

About

Containerized build env for compiling an erlang application into a lightweight Docker container.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages