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 22.0.2, rebar3 3.11.1 #6008

Merged
merged 1 commit into from
Jun 3, 2019

Conversation

getong
Copy link
Contributor

@getong getong commented Jun 3, 2019

@yosifkit
Copy link
Member

yosifkit commented Jun 3, 2019

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index 89e70f5..56de17f 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -44,9 +44,9 @@ erlang:22-slim
 erlang:22.0
 erlang:22.0-alpine
 erlang:22.0-slim
-erlang:22.0.1
-erlang:22.0.1-alpine
-erlang:22.0.1-slim
+erlang:22.0.2
+erlang:22.0.2-alpine
+erlang:22.0.2-slim
 erlang:alpine
 erlang:latest
 erlang:slim
diff --git a/erlang_alpine/Dockerfile b/erlang_alpine/Dockerfile
index f4eda76..9601d11 100644
--- a/erlang_alpine/Dockerfile
+++ b/erlang_alpine/Dockerfile
@@ -1,12 +1,12 @@
 FROM alpine:3.9
 
-ENV OTP_VERSION="22.0.1" \
-    REBAR3_VERSION="3.10.0"
+ENV OTP_VERSION="22.0.2" \
+    REBAR3_VERSION="3.11.1"
 
 RUN set -xe \
 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \
-	&& OTP_DOWNLOAD_SHA256="694f133abfca3c7fb8376b223ea484413bcd16b82354f178fba798f37335f163" \
-	&& REBAR3_DOWNLOAD_SHA256="656b4a0bd75f340173e67a33c92e4d422b5ccf054f93ba35a9d780b545ee827e" \
+	&& OTP_DOWNLOAD_SHA256="7a9869f5da85349ef21bd9fbc8feafe1a1f563504a65924ddb542deeb37af7cd" \
+	&& REBAR3_DOWNLOAD_SHA256="a1822db5210b96b5f8ef10e433b22df19c5fc54dfd847bcaab86c65151ce4171" \
 	&& apk add --no-cache --virtual .fetch-deps \
 		curl \
 		ca-certificates \
diff --git a/erlang_latest/Dockerfile b/erlang_latest/Dockerfile
index edfb364..8f86508 100644
--- a/erlang_latest/Dockerfile
+++ b/erlang_latest/Dockerfile
@@ -1,12 +1,12 @@
 FROM buildpack-deps:stretch
 
-ENV OTP_VERSION="22.0.1"
+ENV OTP_VERSION="22.0.2"
 
 # 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="694f133abfca3c7fb8376b223ea484413bcd16b82354f178fba798f37335f163" \
+	&& OTP_DOWNLOAD_SHA256="7a9869f5da85349ef21bd9fbc8feafe1a1f563504a65924ddb542deeb37af7cd" \
 	&& runtimeDeps='libodbc1 \
 			libsctp1 \
 			libwxgtk3.0' \
@@ -51,11 +51,11 @@ RUN set -xe \
 	&& install -v ./rebar /usr/local/bin/ \
 	&& rm -rf /usr/src/rebar-src
 
-ENV REBAR3_VERSION="3.10.0"
+ENV REBAR3_VERSION="3.11.1"
 
 RUN set -xe \
 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" \
-	&& REBAR3_DOWNLOAD_SHA256="656b4a0bd75f340173e67a33c92e4d422b5ccf054f93ba35a9d780b545ee827e" \
+	&& REBAR3_DOWNLOAD_SHA256="a1822db5210b96b5f8ef10e433b22df19c5fc54dfd847bcaab86c65151ce4171" \
 	&& mkdir -p /usr/src/rebar3-src \
 	&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" \
 	&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - \
diff --git a/erlang_slim/Dockerfile b/erlang_slim/Dockerfile
index 700546a..5e1438a 100644
--- a/erlang_slim/Dockerfile
+++ b/erlang_slim/Dockerfile
@@ -1,12 +1,12 @@
 FROM debian:stretch
 
-ENV OTP_VERSION="22.0.1"
+ENV OTP_VERSION="22.0.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="694f133abfca3c7fb8376b223ea484413bcd16b82354f178fba798f37335f163" \
+	&& OTP_DOWNLOAD_SHA256="7a9869f5da85349ef21bd9fbc8feafe1a1f563504a65924ddb542deeb37af7cd" \
 	&& fetchDeps=' \
 		curl \
 		ca-certificates' \

@yosifkit
Copy link
Member

yosifkit commented Jun 3, 2019

Build test of #6008; 82af7a6; amd64 (erlang):

$ bashbrew build erlang:22.0.2
Building bashbrew/cache:bedc2674a738c41766069168cf732185ecba99b20c4af2047b4563d6a04b0311 (erlang:22.0.2)
Tagging erlang:22.0.2
Tagging erlang:22.0
Tagging erlang:22
Tagging erlang:latest

$ test/run.sh erlang:22.0.2
testing erlang:22.0.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:22.0.2-slim
Building bashbrew/cache:7217e3b10e6bd04e2c5664c299644ed1655b99398139e9183f0389e0fa8799ed (erlang:22.0.2-slim)
Tagging erlang:22.0.2-slim
Tagging erlang:22.0-slim
Tagging erlang:22-slim
Tagging erlang:slim

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

$ test/run.sh erlang:22.0.2-alpine
testing erlang:22.0.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:21.3.8.2
Using bashbrew/cache:cf651abdbd0bfb2cb2caa68164cba3caa2f4ec0cd4958b984e0e433f73cef0e8 (erlang:21.3.8.2)
Tagging erlang:21.3.8.2
Tagging erlang:21.3.8
Tagging erlang:21.3
Tagging erlang:21

$ test/run.sh erlang:21.3.8.2
testing erlang:21.3.8.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.3.8.2-slim
Using bashbrew/cache:ac7d7ab15f3374f91c2df332b1b80881705cddf00937c8065d832e6c7fd5a515 (erlang:21.3.8.2-slim)
Tagging erlang:21.3.8.2-slim
Tagging erlang:21.3.8-slim
Tagging erlang:21.3-slim
Tagging erlang:21-slim

$ test/run.sh erlang:21.3.8.2-slim
testing erlang:21.3.8.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.3.8.2-alpine
Using bashbrew/cache:9da556060d19c3481234dbf4b25623ae2b2701bf986c8bfb1201bc68a8705617 (erlang:21.3.8.2-alpine)
Tagging erlang:21.3.8.2-alpine
Tagging erlang:21.3.8-alpine
Tagging erlang:21.3-alpine
Tagging erlang:21-alpine

$ test/run.sh erlang:21.3.8.2-alpine
testing erlang:21.3.8.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.21
Using bashbrew/cache:69d6840f9c2f7f6459924e5e61bee7be9ec9f0683d4c4095a739a14f5ba3c8ef (erlang:20.3.8.21)
Tagging erlang:20.3.8.21
Tagging erlang:20.3.8
Tagging erlang:20.3
Tagging erlang:20

$ test/run.sh erlang:20.3.8.21
testing erlang:20.3.8.21
	'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.21-slim
Using bashbrew/cache:512524d27a1b5f5f4f1ce7eec5fd1b2ae4506a92c041445b4903923874d3105b (erlang:20.3.8.21-slim)
Tagging erlang:20.3.8.21-slim
Tagging erlang:20.3.8-slim
Tagging erlang:20.3-slim
Tagging erlang:20-slim

$ test/run.sh erlang:20.3.8.21-slim
testing erlang:20.3.8.21-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.21-alpine
Using bashbrew/cache:170798690774ee270cc268186034fe7e136575f1cbe0e2b195b38d4d01d25215 (erlang:20.3.8.21-alpine)
Tagging erlang:20.3.8.21-alpine
Tagging erlang:20.3.8-alpine
Tagging erlang:20.3-alpine
Tagging erlang:20-alpine

$ test/run.sh erlang:20.3.8.21-alpine
testing erlang:20.3.8.21-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.13
Using bashbrew/cache:3d3a580cf94b9ea30dd2c45eeab1c5dce0a4b00e02a08ee6e9473ec7c6f3d00d (erlang:19.3.6.13)
Tagging erlang:19.3.6.13
Tagging erlang:19.3.6
Tagging erlang:19.3
Tagging erlang:19

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

$ test/run.sh erlang:19.3.6.13-slim
testing erlang:19.3.6.13-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:490cdb565d2e2df85ac88400239b7cccfe3bf381f921abd1c508261e19f01779 (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:24853743e91dc0ea44f262cb73ed1f1a8b249123c3926718caf0acf290e9b126 (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 3512fc3 into docker-library:master Jun 3, 2019
@getong getong deleted the erlang-22.0.2 branch June 3, 2019 23:32
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