-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rafał Studnicki
committed
Oct 25, 2015
1 parent
9197a37
commit 8de27de
Showing
62 changed files
with
1,918 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM ubuntu:14.04 | ||
|
||
ENV ERLANG_VSN 17.0-rc1 | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y curl \ | ||
build-essential \ | ||
libncurses5-dev \ | ||
libssl-dev \ | ||
unixodbc-dev | ||
|
||
RUN curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl && \ | ||
chmod a+x kerl && \ | ||
./kerl build ${ERLANG_VSN} ${ERLANG_VSN} && \ | ||
./kerl install ${ERLANG_VSN} /opt/erlang | ||
|
||
ENV PATH /opt/erlang/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM ubuntu:14.04 | ||
|
||
ENV ERLANG_VSN 17.0-rc2 | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y curl \ | ||
build-essential \ | ||
libncurses5-dev \ | ||
libssl-dev \ | ||
unixodbc-dev | ||
|
||
RUN curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl && \ | ||
chmod a+x kerl && \ | ||
./kerl build ${ERLANG_VSN} ${ERLANG_VSN} && \ | ||
./kerl install ${ERLANG_VSN} /opt/erlang | ||
|
||
ENV PATH /opt/erlang/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM ubuntu:14.04 | ||
|
||
ENV ERLANG_VSN 17.0 | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y curl \ | ||
build-essential \ | ||
libncurses5-dev \ | ||
libssl-dev \ | ||
unixodbc-dev | ||
|
||
RUN curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl && \ | ||
chmod a+x kerl && \ | ||
./kerl build ${ERLANG_VSN} ${ERLANG_VSN} && \ | ||
./kerl install ${ERLANG_VSN} /opt/erlang | ||
|
||
ENV PATH /opt/erlang/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM ubuntu:14.04 | ||
|
||
ENV ERLANG_VSN 17.1 | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y curl \ | ||
build-essential \ | ||
libncurses5-dev \ | ||
libssl-dev \ | ||
unixodbc-dev | ||
|
||
RUN curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl && \ | ||
chmod a+x kerl && \ | ||
./kerl build ${ERLANG_VSN} ${ERLANG_VSN} && \ | ||
./kerl install ${ERLANG_VSN} /opt/erlang | ||
|
||
ENV PATH /opt/erlang/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM ubuntu:14.04 | ||
|
||
ENV ERLANG_VSN 17.3 | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y curl \ | ||
build-essential \ | ||
libncurses5-dev \ | ||
libssl-dev \ | ||
unixodbc-dev | ||
|
||
RUN curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl && \ | ||
chmod a+x kerl && \ | ||
./kerl build ${ERLANG_VSN} ${ERLANG_VSN} && \ | ||
./kerl install ${ERLANG_VSN} /opt/erlang | ||
|
||
ENV PATH /opt/erlang/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM ubuntu:14.04 | ||
|
||
ENV ERLANG_VSN 17.4 | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y curl \ | ||
build-essential \ | ||
libncurses5-dev \ | ||
libssl-dev \ | ||
unixodbc-dev | ||
|
||
RUN curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl && \ | ||
chmod a+x kerl && \ | ||
./kerl build ${ERLANG_VSN} ${ERLANG_VSN} && \ | ||
./kerl install ${ERLANG_VSN} /opt/erlang | ||
|
||
ENV PATH /opt/erlang/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM ubuntu:14.04 | ||
|
||
ENV ERLANG_VSN 17.5 | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y curl \ | ||
build-essential \ | ||
libncurses5-dev \ | ||
libssl-dev \ | ||
unixodbc-dev | ||
|
||
RUN curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl && \ | ||
chmod a+x kerl && \ | ||
./kerl build ${ERLANG_VSN} ${ERLANG_VSN} && \ | ||
./kerl install ${ERLANG_VSN} /opt/erlang | ||
|
||
ENV PATH /opt/erlang/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM ubuntu:14.04 | ||
|
||
ENV ERLANG_VSN 18.0 | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y curl \ | ||
build-essential \ | ||
libncurses5-dev \ | ||
libssl-dev \ | ||
unixodbc-dev | ||
|
||
RUN curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl && \ | ||
chmod a+x kerl && \ | ||
./kerl build ${ERLANG_VSN} ${ERLANG_VSN} && \ | ||
./kerl install ${ERLANG_VSN} /opt/erlang | ||
|
||
ENV PATH /opt/erlang/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM ubuntu:14.04 | ||
|
||
ENV ERLANG_VSN 18.1 | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y curl \ | ||
build-essential \ | ||
libncurses5-dev \ | ||
libssl-dev \ | ||
unixodbc-dev | ||
|
||
RUN curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl && \ | ||
chmod a+x kerl && \ | ||
./kerl build ${ERLANG_VSN} ${ERLANG_VSN} && \ | ||
./kerl install ${ERLANG_VSN} /opt/erlang | ||
|
||
ENV PATH /opt/erlang/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM ubuntu:14.04 | ||
|
||
ENV ERLANG_VSN %%ERLANG_VSN%% | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y curl \ | ||
build-essential \ | ||
libncurses5-dev \ | ||
libssl-dev \ | ||
unixodbc-dev | ||
|
||
RUN curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl && \ | ||
chmod a+x kerl && \ | ||
./kerl build ${ERLANG_VSN} ${ERLANG_VSN} && \ | ||
./kerl install ${ERLANG_VSN} /opt/erlang | ||
|
||
ENV PATH /opt/erlang/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.PHONY: update-releases update | ||
|
||
update: update-releases | ||
./update.sh | ||
|
||
update-releases: kerl | ||
./kerl update releases | ||
|
||
kerl: | ||
curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl && \ | ||
chmod a+x kerl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM ubuntu:14.04 | ||
|
||
ENV ERLANG_VSN R10B-0 | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y curl \ | ||
build-essential \ | ||
libncurses5-dev \ | ||
libssl-dev \ | ||
unixodbc-dev | ||
|
||
RUN curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl && \ | ||
chmod a+x kerl && \ | ||
./kerl build ${ERLANG_VSN} ${ERLANG_VSN} && \ | ||
./kerl install ${ERLANG_VSN} /opt/erlang | ||
|
||
ENV PATH /opt/erlang/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM ubuntu:14.04 | ||
|
||
ENV ERLANG_VSN R10B-10 | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y curl \ | ||
build-essential \ | ||
libncurses5-dev \ | ||
libssl-dev \ | ||
unixodbc-dev | ||
|
||
RUN curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl && \ | ||
chmod a+x kerl && \ | ||
./kerl build ${ERLANG_VSN} ${ERLANG_VSN} && \ | ||
./kerl install ${ERLANG_VSN} /opt/erlang | ||
|
||
ENV PATH /opt/erlang/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM ubuntu:14.04 | ||
|
||
ENV ERLANG_VSN R10B-1a | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y curl \ | ||
build-essential \ | ||
libncurses5-dev \ | ||
libssl-dev \ | ||
unixodbc-dev | ||
|
||
RUN curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl && \ | ||
chmod a+x kerl && \ | ||
./kerl build ${ERLANG_VSN} ${ERLANG_VSN} && \ | ||
./kerl install ${ERLANG_VSN} /opt/erlang | ||
|
||
ENV PATH /opt/erlang/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM ubuntu:14.04 | ||
|
||
ENV ERLANG_VSN R10B-2 | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y curl \ | ||
build-essential \ | ||
libncurses5-dev \ | ||
libssl-dev \ | ||
unixodbc-dev | ||
|
||
RUN curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl && \ | ||
chmod a+x kerl && \ | ||
./kerl build ${ERLANG_VSN} ${ERLANG_VSN} && \ | ||
./kerl install ${ERLANG_VSN} /opt/erlang | ||
|
||
ENV PATH /opt/erlang/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM ubuntu:14.04 | ||
|
||
ENV ERLANG_VSN R10B-3 | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y curl \ | ||
build-essential \ | ||
libncurses5-dev \ | ||
libssl-dev \ | ||
unixodbc-dev | ||
|
||
RUN curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl && \ | ||
chmod a+x kerl && \ | ||
./kerl build ${ERLANG_VSN} ${ERLANG_VSN} && \ | ||
./kerl install ${ERLANG_VSN} /opt/erlang | ||
|
||
ENV PATH /opt/erlang/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM ubuntu:14.04 | ||
|
||
ENV ERLANG_VSN R10B-4 | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y curl \ | ||
build-essential \ | ||
libncurses5-dev \ | ||
libssl-dev \ | ||
unixodbc-dev | ||
|
||
RUN curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl && \ | ||
chmod a+x kerl && \ | ||
./kerl build ${ERLANG_VSN} ${ERLANG_VSN} && \ | ||
./kerl install ${ERLANG_VSN} /opt/erlang | ||
|
||
ENV PATH /opt/erlang/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM ubuntu:14.04 | ||
|
||
ENV ERLANG_VSN R10B-5 | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y curl \ | ||
build-essential \ | ||
libncurses5-dev \ | ||
libssl-dev \ | ||
unixodbc-dev | ||
|
||
RUN curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl && \ | ||
chmod a+x kerl && \ | ||
./kerl build ${ERLANG_VSN} ${ERLANG_VSN} && \ | ||
./kerl install ${ERLANG_VSN} /opt/erlang | ||
|
||
ENV PATH /opt/erlang/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM ubuntu:14.04 | ||
|
||
ENV ERLANG_VSN R10B-6 | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y curl \ | ||
build-essential \ | ||
libncurses5-dev \ | ||
libssl-dev \ | ||
unixodbc-dev | ||
|
||
RUN curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl && \ | ||
chmod a+x kerl && \ | ||
./kerl build ${ERLANG_VSN} ${ERLANG_VSN} && \ | ||
./kerl install ${ERLANG_VSN} /opt/erlang | ||
|
||
ENV PATH /opt/erlang/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM ubuntu:14.04 | ||
|
||
ENV ERLANG_VSN R10B-7 | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y curl \ | ||
build-essential \ | ||
libncurses5-dev \ | ||
libssl-dev \ | ||
unixodbc-dev | ||
|
||
RUN curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl && \ | ||
chmod a+x kerl && \ | ||
./kerl build ${ERLANG_VSN} ${ERLANG_VSN} && \ | ||
./kerl install ${ERLANG_VSN} /opt/erlang | ||
|
||
ENV PATH /opt/erlang/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM ubuntu:14.04 | ||
|
||
ENV ERLANG_VSN R10B-8 | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y curl \ | ||
build-essential \ | ||
libncurses5-dev \ | ||
libssl-dev \ | ||
unixodbc-dev | ||
|
||
RUN curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl && \ | ||
chmod a+x kerl && \ | ||
./kerl build ${ERLANG_VSN} ${ERLANG_VSN} && \ | ||
./kerl install ${ERLANG_VSN} /opt/erlang | ||
|
||
ENV PATH /opt/erlang/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM ubuntu:14.04 | ||
|
||
ENV ERLANG_VSN R10B-9 | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y curl \ | ||
build-essential \ | ||
libncurses5-dev \ | ||
libssl-dev \ | ||
unixodbc-dev | ||
|
||
RUN curl -O https://raw.githubusercontent.com/yrashk/kerl/master/kerl && \ | ||
chmod a+x kerl && \ | ||
./kerl build ${ERLANG_VSN} ${ERLANG_VSN} && \ | ||
./kerl install ${ERLANG_VSN} /opt/erlang | ||
|
||
ENV PATH /opt/erlang/bin:$PATH |
Oops, something went wrong.