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 21.2.2 #5242

Merged
merged 1 commit into from
Jan 1, 2019
Merged

erlang/otp 21.2.2 #5242

merged 1 commit into from
Jan 1, 2019

Conversation

getong
Copy link
Contributor

@getong getong commented Dec 29, 2018

No description provided.

@tianon
Copy link
Member

tianon commented Dec 31, 2018

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index 5d458fc..d92654c 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -32,9 +32,9 @@ erlang:21-slim
 erlang:21.2
 erlang:21.2-alpine
 erlang:21.2-slim
-erlang:21.2.1
-erlang:21.2.1-alpine
-erlang:21.2.1-slim
+erlang:21.2.2
+erlang:21.2.2-alpine
+erlang:21.2.2-slim
 erlang:alpine
 erlang:latest
 erlang:slim
diff --git a/erlang_alpine/Dockerfile b/erlang_alpine/Dockerfile
index ecb2250..1bbbfb9 100644
--- a/erlang_alpine/Dockerfile
+++ b/erlang_alpine/Dockerfile
@@ -1,11 +1,11 @@
 FROM alpine:3.8
 
-ENV OTP_VERSION="21.2.1" \
+ENV OTP_VERSION="21.2.2" \
     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="836d2e99337963ea583732f1f43b697df9c61940e8b16732919a55db82d8808f" \
+	&& OTP_DOWNLOAD_SHA256="41b1c3a8343218157a683776e71d80a05ac4eb4019a90a760846608d78817690" \
 	&& REBAR3_DOWNLOAD_SHA256="46d9991c8af1dc85a1de8edc6618c3e6dc9c3de60c67e8139a98d2e4c2d047ad" \
 	&& apk add --no-cache --virtual .fetch-deps \
 		curl \
diff --git a/erlang_latest/Dockerfile b/erlang_latest/Dockerfile
index 65641b9..0dbd8e7 100644
--- a/erlang_latest/Dockerfile
+++ b/erlang_latest/Dockerfile
@@ -1,6 +1,6 @@
 FROM buildpack-deps:stretch
 
-ENV OTP_VERSION="21.2.1" \
+ENV OTP_VERSION="21.2.2" \
     REBAR_VERSION="2.6.4" \
     REBAR3_VERSION="3.7.5"
 
@@ -8,7 +8,7 @@ ENV OTP_VERSION="21.2.1" \
 # build process:
 RUN set -xe \
 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \
-	&& OTP_DOWNLOAD_SHA256="836d2e99337963ea583732f1f43b697df9c61940e8b16732919a55db82d8808f" \
+	&& OTP_DOWNLOAD_SHA256="41b1c3a8343218157a683776e71d80a05ac4eb4019a90a760846608d78817690" \
 	&& runtimeDeps='libodbc1 \
 			libsctp1 \
 			libwxgtk3.0' \
diff --git a/erlang_slim/Dockerfile b/erlang_slim/Dockerfile
index bc0873b..084a8f5 100644
--- a/erlang_slim/Dockerfile
+++ b/erlang_slim/Dockerfile
@@ -1,12 +1,12 @@
 FROM debian:stretch
 
-ENV OTP_VERSION="21.2.1"
+ENV OTP_VERSION="21.2.2"
 
 # 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="836d2e99337963ea583732f1f43b697df9c61940e8b16732919a55db82d8808f" \
+	&& OTP_DOWNLOAD_SHA256="41b1c3a8343218157a683776e71d80a05ac4eb4019a90a760846608d78817690" \
 	&& fetchDeps=' \
 		curl \
 		ca-certificates' \

@tianon
Copy link
Member

tianon commented Jan 1, 2019

LGTM

Build test of #5242; 6315bba; amd64 (erlang):

$ bashbrew build erlang:21.2.2
Using bashbrew/cache:3ffd57738dcb9ca54e172cd7067147e91072a5c4a43eb3c5dc4940c164d4bd55 (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
Building 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.15
Using bashbrew/cache:803907a77114b213964c3b75e0b0eb70d4154b85ad0afe810d902ffbbea7a06e (erlang:20.3.8.15)
Tagging erlang:20.3.8.15
Tagging erlang:20.3.8
Tagging erlang:20.3
Tagging erlang:20

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

$ test/run.sh erlang:20.3.8.15-slim
testing erlang:20.3.8.15-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.15-alpine
Using bashbrew/cache:25be007db9e52684fb640ce229cedfa85226bdcc1e5d5b88b0c3b5c7dc89fbab (erlang:20.3.8.15-alpine)
Tagging erlang:20.3.8.15-alpine
Tagging erlang:20.3.8-alpine
Tagging erlang:20.3-alpine
Tagging erlang:20-alpine

$ test/run.sh erlang:20.3.8.15-alpine
testing erlang:20.3.8.15-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:e85b016de120abb46858aa07c39ee2d66b57ac74075c52bd4e5f84de5ae21c43 (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
Building 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:d0d03d645e5a51c975ba01c8b5d5d4a56c6c755e319bd3a2e4ae9345a299a7cc (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
Building 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

@tianon tianon merged commit fc9976b into docker-library:master Jan 1, 2019
@getong getong deleted the erlang-21.2.2 branch January 1, 2019 02:53
@getong getong restored the erlang-21.2.2 branch January 4, 2019 11:39
@getong getong deleted the erlang-21.2.2 branch January 4, 2019 11:39
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