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

erlang/otp 20.3.8.16 #5255

Merged
merged 1 commit into from
Jan 4, 2019
Merged

Conversation

getong
Copy link
Contributor

@getong getong commented Jan 4, 2019

No description provided.

@yosifkit
Copy link
Member

yosifkit commented Jan 4, 2019

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index d92654c..1f80c4d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -23,9 +23,9 @@ erlang:20.3-slim
 erlang:20.3.8
 erlang:20.3.8-alpine
 erlang:20.3.8-slim
-erlang:20.3.8.15
-erlang:20.3.8.15-alpine
-erlang:20.3.8.15-slim
+erlang:20.3.8.16
+erlang:20.3.8.16-alpine
+erlang:20.3.8.16-slim
 erlang:21
 erlang:21-alpine
 erlang:21-slim
diff --git a/erlang_20-alpine/Dockerfile b/erlang_20-alpine/Dockerfile
index e62cee0..1f38f09 100644
--- a/erlang_20-alpine/Dockerfile
+++ b/erlang_20-alpine/Dockerfile
@@ -1,11 +1,11 @@
 FROM alpine:3.8
 
-ENV OTP_VERSION="20.3.8.15" \
+ENV OTP_VERSION="20.3.8.16" \
      REBAR3_VERSION="3.7.5"
 
 RUN set -xe \
 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \
-	&& OTP_DOWNLOAD_SHA256="871eaf1f0e1e367428fc08dde163d906c75f28ca454785362cbb6d2cf8378236" \
+	&& OTP_DOWNLOAD_SHA256="47af65b7a217e7ce45836c0ad440dfffe931a978ed3ac67e27dc10ffb014b454" \
 	&& REBAR3_DOWNLOAD_SHA256="46d9991c8af1dc85a1de8edc6618c3e6dc9c3de60c67e8139a98d2e4c2d047ad" \
 	&& apk add --no-cache --virtual .fetch-deps \
 		curl \
diff --git a/erlang_20-slim/Dockerfile b/erlang_20-slim/Dockerfile
index 99aa342..97f1fa3 100644
--- a/erlang_20-slim/Dockerfile
+++ b/erlang_20-slim/Dockerfile
@@ -1,12 +1,12 @@
 FROM debian:stretch
 
-ENV OTP_VERSION="20.3.8.15"
+ENV OTP_VERSION="20.3.8.16"
 
 # 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="871eaf1f0e1e367428fc08dde163d906c75f28ca454785362cbb6d2cf8378236" \
+	&& OTP_DOWNLOAD_SHA256="47af65b7a217e7ce45836c0ad440dfffe931a978ed3ac67e27dc10ffb014b454" \
 	&& fetchDeps=' \
 		curl \
 		ca-certificates' \
diff --git a/erlang_20/Dockerfile b/erlang_20/Dockerfile
index a6ce958..1d4a7fb 100644
--- a/erlang_20/Dockerfile
+++ b/erlang_20/Dockerfile
@@ -1,12 +1,12 @@
 FROM buildpack-deps:stretch
 
-ENV OTP_VERSION="20.3.8.15"
+ENV OTP_VERSION="20.3.8.16"
 
 # 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="871eaf1f0e1e367428fc08dde163d906c75f28ca454785362cbb6d2cf8378236" \
+	&& OTP_DOWNLOAD_SHA256="47af65b7a217e7ce45836c0ad440dfffe931a978ed3ac67e27dc10ffb014b454" \
 	&& runtimeDeps='libodbc1 \
 			libsctp1 \
 			libwxgtk3.0' \

@yosifkit
Copy link
Member

yosifkit commented Jan 4, 2019

Build test of #5255; 37d0a81; amd64 (erlang):

$ bashbrew build erlang:21.2.2
Using bashbrew/cache:755a84224152c4576bbebc103c30bec95216e15fb67b297efe98d106a63ce681 (erlang:21.2.2)
Tagging erlang:21.2.2
Tagging erlang:21.2
Tagging erlang:21
Tagging erlang:latest

$ test/run.sh erlang:21.2.2
testing erlang:21.2.2
	'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:21.2.2-slim
Using bashbrew/cache:f3f19ea024a8967d61bc79b3e5065b6a899a9a9568cef86110b93132e25a4349 (erlang:21.2.2-slim)
Tagging erlang:21.2.2-slim
Tagging erlang:21.2-slim
Tagging erlang:21-slim
Tagging erlang:slim

$ test/run.sh erlang:21.2.2-slim
testing erlang:21.2.2-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:21.2.2-alpine
Using bashbrew/cache:657c65bcbcb58c9c5e0189e1637525e2d448f125d23d4db5eeb0882c14ff0598 (erlang:21.2.2-alpine)
Tagging erlang:21.2.2-alpine
Tagging erlang:21.2-alpine
Tagging erlang:21-alpine
Tagging erlang:alpine

$ test/run.sh erlang:21.2.2-alpine
testing erlang:21.2.2-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:20.3.8.16
Building bashbrew/cache:97d6f8b6dd5edb09e4e0d6fd78ed889f95f4e5dbecd2836899c17c0fcede9f51 (erlang:20.3.8.16)
Tagging erlang:20.3.8.16
Tagging erlang:20.3.8
Tagging erlang:20.3
Tagging erlang:20

$ test/run.sh erlang:20.3.8.16
testing erlang:20.3.8.16
	'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.3.8.16-slim
Building bashbrew/cache:8af46274aad5423572b65aeeebd92348f8649d66c2ecce117d875009ebaa8040 (erlang:20.3.8.16-slim)
Tagging erlang:20.3.8.16-slim
Tagging erlang:20.3.8-slim
Tagging erlang:20.3-slim
Tagging erlang:20-slim

$ test/run.sh erlang:20.3.8.16-slim
testing erlang:20.3.8.16-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.3.8.16-alpine
Building bashbrew/cache:a12aa69fe27fd465a263c8ed82aacc052ba2bbfa4d55ade4eef03e6fc44c5007 (erlang:20.3.8.16-alpine)
Tagging erlang:20.3.8.16-alpine
Tagging erlang:20.3.8-alpine
Tagging erlang:20.3-alpine
Tagging erlang:20-alpine

$ test/run.sh erlang:20.3.8.16-alpine
testing erlang:20.3.8.16-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.12
Using bashbrew/cache:5b05b8478e81ac5b8e30641279a0710b105f5f9717c220b8c3a521bfe484fc6a (erlang:19.3.6.12)
Tagging erlang:19.3.6.12
Tagging erlang:19.3.6
Tagging erlang:19.3
Tagging erlang:19

$ test/run.sh erlang:19.3.6.12
testing erlang:19.3.6.12
	'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.12-slim
Using bashbrew/cache:981457c7e848ee5f09c007d000df303dee4dad12bfa7d7c3326087afe0816809 (erlang:19.3.6.12-slim)
Tagging erlang:19.3.6.12-slim
Tagging erlang:19.3.6-slim
Tagging erlang:19.3-slim
Tagging erlang:19-slim

$ test/run.sh erlang:19.3.6.12-slim
testing erlang:19.3.6.12-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.11
Using bashbrew/cache:8e02e4dfb21a7bd64c4d7d03c19622f7b9fe0fd3f8bbe3715055a87a5ac9df77 (erlang:18.3.4.11)
Tagging erlang:18.3.4.11
Tagging erlang:18.3.4
Tagging erlang:18.3
Tagging erlang:18

$ test/run.sh erlang:18.3.4.11
testing erlang:18.3.4.11
	'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.11-slim
Using bashbrew/cache:71b3e3f7db16d98a3048d998a4e0cdeb0b36489f52b248a27887e28acc9588d0 (erlang:18.3.4.11-slim)
Tagging erlang:18.3.4.11-slim
Tagging erlang:18.3.4-slim
Tagging erlang:18.3-slim
Tagging erlang:18-slim

$ test/run.sh erlang:18.3.4.11-slim
testing erlang:18.3.4.11-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 8082dc4 into docker-library:master Jan 4, 2019
@getong getong deleted the erlang-20.3.8.16 branch January 4, 2019 23:33
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