Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

jshmrtn/s2i-erlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenShift S2I Erlang Builder

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.

Versions

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

OpenShift Usage

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!

Local Usage

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] .