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.3.6.1 #3125

Merged
merged 1 commit into from
Jun 28, 2017
Merged

Conversation

getong
Copy link
Contributor

@getong getong commented Jun 28, 2017

No description provided.

@yosifkit
Copy link
Member

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index 2e75f18..1323d48 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.6
-erlang:19.3.6-slim
+erlang:19.3.6.1
+erlang:19.3.6.1-slim
 erlang:20.0
 erlang:20.0-alpine
 erlang:20.0-slim
diff --git a/erlang_19/Dockerfile b/erlang_19/Dockerfile
index ba434f0..ac0bf82 100644
--- a/erlang_19/Dockerfile
+++ b/erlang_19/Dockerfile
@@ -1,12 +1,12 @@
 FROM buildpack-deps:jessie
 
-ENV OTP_VERSION="19.3.6"
+ENV OTP_VERSION="19.3.6.1"
 
 # 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="e9c48f853bda48ed4e178aef8f88640d73f565aef969cd6e1c9f374dfe83ba03" \
+	&& OTP_DOWNLOAD_SHA256="5cdb0dd2d6d6e1bd805d36fca1d9b15b02501c8044526b25cb0e5b869a6f52ab" \
 	&& runtimeDeps='libodbc1 \
 			libsctp1 \
 			libwxgtk3.0-0' \
diff --git a/erlang_slim/Dockerfile b/erlang_slim/Dockerfile
index c1e7763..2c6bf66 100644
--- a/erlang_slim/Dockerfile
+++ b/erlang_slim/Dockerfile
@@ -1,12 +1,12 @@
 FROM debian:jessie
 
-ENV OTP_VERSION="19.3.6"
+ENV OTP_VERSION="19.3.6.1"
 
 # 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="e9c48f853bda48ed4e178aef8f88640d73f565aef969cd6e1c9f374dfe83ba03" \
+	&& OTP_DOWNLOAD_SHA256="5cdb0dd2d6d6e1bd805d36fca1d9b15b02501c8044526b25cb0e5b869a6f52ab" \
 	&& runtimeDeps=' \
 		libodbc1 \
 		libssl1.0.0 \

@yosifkit
Copy link
Member

Build test of #3125; c3a1ad5 (erlang):

$ bashbrew build erlang:20.0
Using bashbrew/cache:99d6e05048c7c34d3c998ee4b5fc964bf69da22ac730b3c03414265b637c00cb (erlang:20.0)
Tagging erlang:20.0
Tagging erlang:latest

$ test/run.sh erlang:20.0
testing erlang:20.0
	'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-slim
Using bashbrew/cache:890737d65b8d735250a4c7a76a015453a01288048533119d27854217ac91053d (erlang:20.0-slim)
Tagging erlang:20.0-slim

$ test/run.sh erlang:20.0-slim
testing erlang:20.0-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-alpine
Building bashbrew/cache:f336383255460a0145c1ce4d4f25a738f9f507e453ddafbca6dd02bd7f5d200e (erlang:20.0-alpine)
Tagging erlang:20.0-alpine

$ test/run.sh erlang:20.0-alpine
testing erlang:20.0-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.1
Building bashbrew/cache:7fee85e3329cf03df2e4d18d6d6ba936fadd63d92f8ce87bfc6d57e7eac1423b (erlang:19.3.6.1)
Tagging erlang:19.3.6.1
Tagging erlang:19.3
Tagging erlang:19

$ test/run.sh erlang:19.3.6.1
testing erlang:19.3.6.1
	'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.1-slim
Building bashbrew/cache:0070c7a231f3b4227cdba5673af2060f02f0249695c31663bcd1b90245efc340 (erlang:19.3.6.1-slim)
Tagging erlang:19.3.6.1-slim
Tagging erlang:19.3-slim
Tagging erlang:19-slim
Tagging erlang:slim

$ test/run.sh erlang:19.3.6.1-slim
testing erlang:19.3.6.1-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:460ba0183e410276aab63d4bb662d5c2e7724ca586696055c901848742a1af7d (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:38bed4738262345c93068bde33248837d2c05ed212f7575c93467c4902cf348f (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:7b81676825a74467fdf1f85ef9845376fd6f5b846e7bf235b21d1532a74079fc (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:82a19d19996cb1c9694318a70527ec16010c4b897762267903b0ad438dd2bbc0 (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

@yosifkit yosifkit merged commit 1c17eff into docker-library:master Jun 28, 2017
@getong getong deleted the erlang_19.3.6.1 branch June 29, 2017 01:27
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.

3 participants