This repository contains the source for building various versions of Erlang applications as a reproducible Docker image using source-to-image. The resulting image can be run using Docker.
For more information about using this image with OpenShift, please see the official OpenShift Documentation.
Erlang versions currently provided are:
20.3
(Tags:20.3
,20
)21.0
(Tags:21.0
)21.1
(Tags:21.1
)21.1
(Tags:21.3
,21
,latest
)
CentOS versions currently supported are:
- CentOS7
Currently I have no test-app to test the this builder. It is used as a base for the elixir builder. PR's to complete the S2I Scripts are welcome!
To build the Erlang Builder image:
- This image is available on DockerHub. To download it run:
$ docker pull jshmrtn/s2i-erlang
- To build an Erlang builder image from scratch run:
$ git clone https://github.com/jshmrtn/s2i-erlang.git
$ cd s2i-erlang/[VERSION]
$ docker build -t jshmrtn/s2i-erlang:[VERSION] .