-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
LGTM Build test of #3048; b6f2eb0 ( $ 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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.