From b866bd53808cef7327d1ca106564fe5237938364 Mon Sep 17 00:00:00 2001 From: Adam Kittelson Date: Mon, 18 Nov 2019 15:17:21 -0500 Subject: [PATCH 1/9] elixir-1.9.4-erlang-22.1.7-ubuntu-18.04 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 19f908b..a7d25e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ MAINTAINER Adam Kittelson @adamkittelson # is updated with the current date. It will force refresh of all # of the base images and things like `apt-get update` won't be using # old cached versions when the Dockerfile is built. -ENV REFRESHED_AT 2019-03-19 +ENV REFRESHED_AT 2019-11-18 # Use baseimage-docker's init system. CMD ["/sbin/my_init"] @@ -36,7 +36,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio RUN echo "deb http://packages.erlang-solutions.com/ubuntu bionic contrib" >> /etc/apt/sources.list && \ apt-key adv --fetch-keys http://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc && \ apt-get -qq update && apt-get install -y \ - esl-erlang=1:22.1.3-1 \ + esl-erlang=1:22.1.7-1 \ git \ unzip \ build-essential \ @@ -45,7 +45,7 @@ RUN echo "deb http://packages.erlang-solutions.com/ubuntu bionic contrib" >> /et # Download and Install Specific Version of Elixir WORKDIR /elixir -RUN wget -q https://github.com/elixir-lang/elixir/releases/download/v1.9.2/Precompiled.zip && \ +RUN wget -q https://github.com/elixir-lang/elixir/releases/download/v1.9.4/Precompiled.zip && \ unzip Precompiled.zip && \ rm -f Precompiled.zip && \ ln -s /elixir/bin/elixirc /usr/local/bin/elixirc && \ From d923f9a6171890f332d7e24eaea00ff6f579c67d Mon Sep 17 00:00:00 2001 From: Adam Kittelson Date: Wed, 8 Jan 2020 12:45:53 -0500 Subject: [PATCH 2/9] add nodejs --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a7d25e6..53a6792 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,6 +40,7 @@ RUN echo "deb http://packages.erlang-solutions.com/ubuntu bionic contrib" >> /et git \ unzip \ build-essential \ + nodejs \ wget && \ apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* From 601e441c8a2f5287975c5f5cea566204895a119c Mon Sep 17 00:00:00 2001 From: Adam Kittelson Date: Thu, 9 Jan 2020 14:46:42 -0500 Subject: [PATCH 3/9] ubuntu 22.2.1 and elixir 1.10.0-rc.0 --- Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 53a6792..569a03d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ MAINTAINER Adam Kittelson @adamkittelson # is updated with the current date. It will force refresh of all # of the base images and things like `apt-get update` won't be using # old cached versions when the Dockerfile is built. -ENV REFRESHED_AT 2019-11-18 +ENV REFRESHED_AT 2020-01-09 # Use baseimage-docker's init system. CMD ["/sbin/my_init"] @@ -36,17 +36,16 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio RUN echo "deb http://packages.erlang-solutions.com/ubuntu bionic contrib" >> /etc/apt/sources.list && \ apt-key adv --fetch-keys http://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc && \ apt-get -qq update && apt-get install -y \ - esl-erlang=1:22.1.7-1 \ + esl-erlang=1:22.2.1-1 \ git \ unzip \ build-essential \ - nodejs \ wget && \ apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # Download and Install Specific Version of Elixir WORKDIR /elixir -RUN wget -q https://github.com/elixir-lang/elixir/releases/download/v1.9.4/Precompiled.zip && \ +RUN wget -q https://github.com/elixir-lang/elixir/releases/download/v1.10.0-rc.0/Precompiled.zip && \ unzip Precompiled.zip && \ rm -f Precompiled.zip && \ ln -s /elixir/bin/elixirc /usr/local/bin/elixirc && \ From db54d614c87c4af4e557750d69885e5ee7f55978 Mon Sep 17 00:00:00 2001 From: Adam Kittelson Date: Tue, 14 Jan 2020 15:25:58 -0500 Subject: [PATCH 4/9] erlang 22.2.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 569a03d..7a9445c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio RUN echo "deb http://packages.erlang-solutions.com/ubuntu bionic contrib" >> /etc/apt/sources.list && \ apt-key adv --fetch-keys http://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc && \ apt-get -qq update && apt-get install -y \ - esl-erlang=1:22.2.1-1 \ + esl-erlang=1:22.2.2-1 \ git \ unzip \ build-essential \ From c7d343fe36ca52c86b0db07daf8b4aa52ae2661c Mon Sep 17 00:00:00 2001 From: Adam Kittelson Date: Mon, 27 Jan 2020 12:11:08 -0500 Subject: [PATCH 5/9] update to erlang 22.2.3 and elixir 1.10.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7a9445c..7b4d6ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio RUN echo "deb http://packages.erlang-solutions.com/ubuntu bionic contrib" >> /etc/apt/sources.list && \ apt-key adv --fetch-keys http://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc && \ apt-get -qq update && apt-get install -y \ - esl-erlang=1:22.2.2-1 \ + esl-erlang=1:22.2.3-1 \ git \ unzip \ build-essential \ @@ -45,7 +45,7 @@ RUN echo "deb http://packages.erlang-solutions.com/ubuntu bionic contrib" >> /et # Download and Install Specific Version of Elixir WORKDIR /elixir -RUN wget -q https://github.com/elixir-lang/elixir/releases/download/v1.10.0-rc.0/Precompiled.zip && \ +RUN wget -q https://github.com/elixir-lang/elixir/releases/download/v1.10.0/Precompiled.zip && \ unzip Precompiled.zip && \ rm -f Precompiled.zip && \ ln -s /elixir/bin/elixirc /usr/local/bin/elixirc && \ From 7982c573aaf82239737e4c7a004dd6f6ccb0c1b3 Mon Sep 17 00:00:00 2001 From: Adam Kittelson Date: Wed, 29 Jan 2020 13:19:52 -0500 Subject: [PATCH 6/9] erlang 22.2.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b4d6ff..c5af858 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio RUN echo "deb http://packages.erlang-solutions.com/ubuntu bionic contrib" >> /etc/apt/sources.list && \ apt-key adv --fetch-keys http://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc && \ apt-get -qq update && apt-get install -y \ - esl-erlang=1:22.2.3-1 \ + esl-erlang=1:22.2.4-1 \ git \ unzip \ build-essential \ From 58c4445443045195f0e53b72ae32a3f482402d05 Mon Sep 17 00:00:00 2001 From: Adam Kittelson Date: Tue, 11 Feb 2020 12:46:37 -0500 Subject: [PATCH 7/9] elixir-1.10.1-erlang-22.2.6-ubuntu-18.04 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c5af858..dfbeb26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio RUN echo "deb http://packages.erlang-solutions.com/ubuntu bionic contrib" >> /etc/apt/sources.list && \ apt-key adv --fetch-keys http://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc && \ apt-get -qq update && apt-get install -y \ - esl-erlang=1:22.2.4-1 \ + esl-erlang=1:22.2.6-1 \ git \ unzip \ build-essential \ @@ -45,7 +45,7 @@ RUN echo "deb http://packages.erlang-solutions.com/ubuntu bionic contrib" >> /et # Download and Install Specific Version of Elixir WORKDIR /elixir -RUN wget -q https://github.com/elixir-lang/elixir/releases/download/v1.10.0/Precompiled.zip && \ +RUN wget -q https://github.com/elixir-lang/elixir/releases/download/v1.10.1/Precompiled.zip && \ unzip Precompiled.zip && \ rm -f Precompiled.zip && \ ln -s /elixir/bin/elixirc /usr/local/bin/elixirc && \ From c8349a57026c392ad178532791b0176eb214488a Mon Sep 17 00:00:00 2001 From: Adam Kittelson Date: Thu, 27 Feb 2020 14:17:46 -0500 Subject: [PATCH 8/9] elixir-1.10.2 and erlang-22.2.7 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dfbeb26..b4fecda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio RUN echo "deb http://packages.erlang-solutions.com/ubuntu bionic contrib" >> /etc/apt/sources.list && \ apt-key adv --fetch-keys http://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc && \ apt-get -qq update && apt-get install -y \ - esl-erlang=1:22.2.6-1 \ + esl-erlang=1:22.2.7-1 \ git \ unzip \ build-essential \ @@ -45,7 +45,7 @@ RUN echo "deb http://packages.erlang-solutions.com/ubuntu bionic contrib" >> /et # Download and Install Specific Version of Elixir WORKDIR /elixir -RUN wget -q https://github.com/elixir-lang/elixir/releases/download/v1.10.1/Precompiled.zip && \ +RUN wget -q https://github.com/elixir-lang/elixir/releases/download/v1.10.2/Precompiled.zip && \ unzip Precompiled.zip && \ rm -f Precompiled.zip && \ ln -s /elixir/bin/elixirc /usr/local/bin/elixirc && \ From f46d1d8b0df56184dfff3adfbb10dea667c873ac Mon Sep 17 00:00:00 2001 From: Adam Kittelson Date: Tue, 31 Mar 2020 15:13:46 -0400 Subject: [PATCH 9/9] update erlang to 22.2.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4fecda..5264d25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio RUN echo "deb http://packages.erlang-solutions.com/ubuntu bionic contrib" >> /etc/apt/sources.list && \ apt-key adv --fetch-keys http://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc && \ apt-get -qq update && apt-get install -y \ - esl-erlang=1:22.2.7-1 \ + esl-erlang=1:22.2.8-1 \ git \ unzip \ build-essential \