Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumps elixir to 1.4.1 #2592

Merged
merged 1 commit into from
Jan 30, 2017
Merged

Bumps elixir to 1.4.1 #2592

merged 1 commit into from
Jan 30, 2017

Conversation

sdwolfz
Copy link
Contributor

@sdwolfz sdwolfz commented Jan 27, 2017

Upgraded in: c0b/docker-elixir#23
Please wait until that PR is merged before you go ahead with this one.

Cheers 🍻!

@c0b
Copy link
Contributor

c0b commented Jan 29, 2017

c0b/docker-elixir#23 merged already; wait @yosifkit or @tianon do the usual work here

@tianon
Copy link
Member

tianon commented Jan 30, 2017

diff --git a/elixir_latest/Dockerfile b/elixir_latest/Dockerfile
index 217b235..79338cd 100644
--- a/elixir_latest/Dockerfile
+++ b/elixir_latest/Dockerfile
@@ -1,12 +1,12 @@
 FROM erlang:19
 
 # elixir expects utf8.
-ENV ELIXIR_VERSION="v1.4.0" \
+ENV ELIXIR_VERSION="v1.4.1" \
 	LANG=C.UTF-8
 
 RUN set -xe \
 	&& ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION}/Precompiled.zip" \
-	&& ELIXIR_DOWNLOAD_SHA256="60d077bc242e65f4f430beb43c968b5632dfb07ec89a7d689da254ffdc791b98"\
+	&& ELIXIR_DOWNLOAD_SHA256="c057da76e0fed7097cce468eb6e22993901f888ca32af363ac542c11a674d805"\
 	&& buildDeps=' \
 		unzip \
 	' \
diff --git a/elixir_slim/Dockerfile b/elixir_slim/Dockerfile
index 3625ccc..416b410 100644
--- a/elixir_slim/Dockerfile
+++ b/elixir_slim/Dockerfile
@@ -2,12 +2,12 @@
 FROM erlang:19-slim
 
 # elixir expects utf8.
-ENV ELIXIR_VERSION="v1.4.0" \
+ENV ELIXIR_VERSION="v1.4.1" \
 	LANG=C.UTF-8
 
 RUN set -xe \
 	&& ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/releases/download/${ELIXIR_VERSION}/Precompiled.zip" \
-	&& ELIXIR_DOWNLOAD_SHA256="60d077bc242e65f4f430beb43c968b5632dfb07ec89a7d689da254ffdc791b98"\
+	&& ELIXIR_DOWNLOAD_SHA256="c057da76e0fed7097cce468eb6e22993901f888ca32af363ac542c11a674d805"\
 	&& buildDeps=' \
 		ca-certificates \
 		curl \

@tianon
Copy link
Member

tianon commented Jan 30, 2017

LGTM

Build test of #2592; 3d6c20f (elixir):

$ bashbrew build elixir:1.4.1
Building bashbrew/cache:1ff3fcdcacd8007b522335d69c230c913d58f143210887e91859466dc37336f2 (elixir:1.4.1)
Tagging elixir:1.4.1
Tagging elixir:1.4
Tagging elixir:latest

$ test/run.sh elixir:1.4.1
testing elixir:1.4.1
	'utc' [1/5]...passed
	'cve-2014--shellshock' [2/5]...passed
	'no-hard-coded-passwords' [3/5]...passed
	'override-cmd' [4/5]...passed
	'elixir-hello-world' [5/5]...passed


$ bashbrew build elixir:1.4.1-slim
Building bashbrew/cache:07fe807e49affa0de778ef7e7783bb0f4de4ec4e5db6f108407505378b5dc3f7 (elixir:1.4.1-slim)
Tagging elixir:1.4.1-slim
Tagging elixir:1.4-slim
Tagging elixir:slim

$ test/run.sh elixir:1.4.1-slim
testing elixir:1.4.1-slim
	'utc' [1/5]...passed
	'cve-2014--shellshock' [2/5]...passed
	'no-hard-coded-passwords' [3/5]...passed
	'override-cmd' [4/5]...passed
	'elixir-hello-world' [5/5]...passed


$ bashbrew build elixir:1.3.4
Using bashbrew/cache:adec8a2195d48ff6a2e5460be6ccc9e7b9c58f90b6960657fa9eb275e179759b (elixir:1.3.4)
Tagging elixir:1.3.4
Tagging elixir:1.3

$ test/run.sh elixir:1.3.4
testing elixir:1.3.4
	'utc' [1/5]...passed
	'cve-2014--shellshock' [2/5]...passed
	'no-hard-coded-passwords' [3/5]...passed
	'override-cmd' [4/5]...passed
	'elixir-hello-world' [5/5]...passed


$ bashbrew build elixir:1.3.4-slim
Using bashbrew/cache:df782fcd822901f0885df16612ecf0e1eb55c89c33771ec55be967a7aea310a7 (elixir:1.3.4-slim)
Tagging elixir:1.3.4-slim
Tagging elixir:1.3-slim

$ test/run.sh elixir:1.3.4-slim
testing elixir:1.3.4-slim
	'utc' [1/5]...passed
	'cve-2014--shellshock' [2/5]...passed
	'no-hard-coded-passwords' [3/5]...passed
	'override-cmd' [4/5]...passed
	'elixir-hello-world' [5/5]...passed


$ bashbrew build elixir:1.2.6
Using bashbrew/cache:1491d35c7527d9eae7371f638c5f7f0c00e801d657d25b8a917593a0dfb9bfd0 (elixir:1.2.6)
Tagging elixir:1.2.6
Tagging elixir:1.2

$ test/run.sh elixir:1.2.6
testing elixir:1.2.6
	'utc' [1/5]...passed
	'cve-2014--shellshock' [2/5]...passed
	'no-hard-coded-passwords' [3/5]...passed
	'override-cmd' [4/5]...passed
	'elixir-hello-world' [5/5]...passed


$ bashbrew build elixir:1.2.6-slim
Using bashbrew/cache:b2613d0e5074660c9b88c5aa1b236444109527404935c48f5d7336bdfc528139 (elixir:1.2.6-slim)
Tagging elixir:1.2.6-slim
Tagging elixir:1.2-slim

$ test/run.sh elixir:1.2.6-slim
testing elixir:1.2.6-slim
	'utc' [1/5]...passed
	'cve-2014--shellshock' [2/5]...passed
	'no-hard-coded-passwords' [3/5]...passed
	'override-cmd' [4/5]...passed
	'elixir-hello-world' [5/5]...passed

@tianon tianon merged commit e3eecc8 into docker-library:master Jan 30, 2017
@sdwolfz sdwolfz deleted the upgrade/elixir-1.4.1 branch February 16, 2017 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants