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

update erlang 19 version to 19.3.6 #3048

Merged
merged 1 commit into from
Jun 9, 2017

Conversation

getong
Copy link
Contributor

@getong getong commented Jun 9, 2017

No description provided.

@yosifkit
Copy link
Member

yosifkit commented Jun 9, 2017

I'll take erlang/docker-erlang-otp#50 (comment) as a LGTM from @c0b. Thanks!

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index 2fd22fc..8c08055 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -18,8 +18,8 @@ erlang:19
 erlang:19-slim
 erlang:19.3
 erlang:19.3-slim
-erlang:19.3.5
-erlang:19.3.5-slim
+erlang:19.3.6
+erlang:19.3.6-slim
 erlang:20.0-rc2
 erlang:20.0-rc2-alpine
 erlang:20.0-rc2-slim
diff --git a/erlang_latest/Dockerfile b/erlang_latest/Dockerfile
index a4b506c..ba434f0 100644
--- a/erlang_latest/Dockerfile
+++ b/erlang_latest/Dockerfile
@@ -1,12 +1,12 @@
 FROM buildpack-deps:jessie
 
-ENV OTP_VERSION="19.3.5"
+ENV OTP_VERSION="19.3.6"
 
 # We'll install the build dependencies for erlang-odbc along with the erlang
 # build process:
 RUN set -xe \
 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \
-	&& OTP_DOWNLOAD_SHA256="6b043a531b87a6482bc4a3b3ccccd629824aab41f1e9565a541b545e01923eb6" \
+	&& OTP_DOWNLOAD_SHA256="e9c48f853bda48ed4e178aef8f88640d73f565aef969cd6e1c9f374dfe83ba03" \
 	&& runtimeDeps='libodbc1 \
 			libsctp1 \
 			libwxgtk3.0-0' \
diff --git a/erlang_slim/Dockerfile b/erlang_slim/Dockerfile
index 2a82f6a..c1e7763 100644
--- a/erlang_slim/Dockerfile
+++ b/erlang_slim/Dockerfile
@@ -1,12 +1,12 @@
 FROM debian:jessie
 
-ENV OTP_VERSION="19.3.5"
+ENV OTP_VERSION="19.3.6"
 
 # We'll install the build dependencies, and purge them on the last step to make
 # sure our final image contains only what we've just built:
 RUN set -xe \
 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \
-	&& OTP_DOWNLOAD_SHA256="6b043a531b87a6482bc4a3b3ccccd629824aab41f1e9565a541b545e01923eb6" \
+	&& OTP_DOWNLOAD_SHA256="e9c48f853bda48ed4e178aef8f88640d73f565aef969cd6e1c9f374dfe83ba03" \
 	&& runtimeDeps=' \
 		libodbc1 \
 		libssl1.0.0 \

Build test coming shortly.

@tianon
Copy link
Member

tianon commented Jun 9, 2017

LGTM

Build test of #3048; b6f2eb0 (erlang):

$ bashbrew build erlang:20.0-rc2
Using bashbrew/cache:c0ac1c841c902c3d959dc60af749d08e5de8731c3b1a8c89ccccc5a17d7ea8db (erlang:20.0-rc2)
Tagging erlang:20.0-rc2

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


$ bashbrew build erlang:20.0-rc2-slim
Using bashbrew/cache:4b2d7618c4c55124b982fedef9bebb698487651abb67e03b094ca144e95f6e09 (erlang:20.0-rc2-slim)
Tagging erlang:20.0-rc2-slim

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


$ bashbrew build erlang:20.0-rc2-alpine
Using bashbrew/cache:c99f0305e3c2156d9aac85e03b4d04137d03e5ab5701a8fd83ca4db9f943858b (erlang:20.0-rc2-alpine)
Tagging erlang:20.0-rc2-alpine

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


$ bashbrew build erlang:19.3.6
Using bashbrew/cache:434806a5657e53484ed26dce10263fddb44531ba622a4494ed2a6b835d107398 (erlang:19.3.6)
Tagging erlang:19.3.6
Tagging erlang:19.3
Tagging erlang:19
Tagging erlang:latest

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


$ bashbrew build erlang:19.3.6-slim
Using bashbrew/cache:e44dbabb982ef92bb463078d94e11bbc6f25d2d9693b6a4202c978466e0bb29f (erlang:19.3.6-slim)
Tagging erlang:19.3.6-slim
Tagging erlang:19.3-slim
Tagging erlang:19-slim
Tagging erlang:slim

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


$ bashbrew build erlang:18.3.4.5
Using bashbrew/cache:d97d8d5188fbcdf8f84a90d9a11258ca8b92a31089aaf06a5580d5a70e639272 (erlang:18.3.4.5)
Tagging erlang:18.3.4.5
Tagging erlang:18.3.4
Tagging erlang:18.3
Tagging erlang:18

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


$ bashbrew build erlang:18.3.4.5-slim
Using bashbrew/cache:0870e2913b735e82fab1c8be52c6b2e83e046616e183209f0ed6a71e7c80e0af (erlang:18.3.4.5-slim)
Tagging erlang:18.3.4.5-slim
Tagging erlang:18.3.4-slim
Tagging erlang:18.3-slim
Tagging erlang:18-slim

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


$ bashbrew build erlang:17.5.6.9
Using bashbrew/cache:ba49314f2e04c60de50411252fd1fb5ae3f7ef019350af79e3eb945b21852974 (erlang:17.5.6.9)
Tagging erlang:17.5.6.9
Tagging erlang:17.5.6
Tagging erlang:17.5
Tagging erlang:17

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


$ bashbrew build erlang:17.5.6.9-slim
Using bashbrew/cache:cea36fd8b8c5a48ccb75681cc148a7f5d3ea45d6476e03dfd463796bfb0e8c07 (erlang:17.5.6.9-slim)
Tagging erlang:17.5.6.9-slim
Tagging erlang:17.5.6-slim
Tagging erlang:17.5-slim
Tagging erlang:17-slim

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

@tianon tianon merged commit e14814f into docker-library:master Jun 9, 2017
@getong getong deleted the erlang_19.3.6 branch July 6, 2017 04:25
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