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

version bump: erlang otp-19.3.1 #2823

Merged
merged 1 commit into from Apr 6, 2017

Conversation

c0b
Copy link
Contributor

@c0b c0b commented Apr 6, 2017

also remove the onbuild images for #2076

also remove the onbuild images for docker-library#2076
@yosifkit
Copy link
Member

yosifkit commented Apr 6, 2017

Diff:

diff --git a/_bashbrew-list b/_bashbrew-list
index ceeae7e..17da01b 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -7,23 +7,18 @@ erlang:17.5.6-slim
 erlang:17.5.6.9
 erlang:17.5.6.9-slim
 erlang:18
-erlang:18-onbuild
 erlang:18-slim
 erlang:18.3
-erlang:18.3-onbuild
 erlang:18.3-slim
 erlang:18.3.4
-erlang:18.3.4-onbuild
 erlang:18.3.4-slim
 erlang:18.3.4.5
-erlang:18.3.4.5-onbuild
 erlang:18.3.4.5-slim
 erlang:19
-erlang:19-onbuild
 erlang:19-slim
 erlang:19.3
-erlang:19.3-onbuild
 erlang:19.3-slim
+erlang:19.3.1
+erlang:19.3.1-slim
 erlang:latest
-erlang:onbuild
 erlang:slim
diff --git a/erlang_18-onbuild/Dockerfile b/erlang_18-onbuild/Dockerfile
deleted file mode 100644
index cc8769a..0000000
diff --git a/erlang_latest/Dockerfile b/erlang_latest/Dockerfile
index cd682b9..e24d537 100644
--- a/erlang_latest/Dockerfile
+++ b/erlang_latest/Dockerfile
@@ -1,12 +1,12 @@
 FROM buildpack-deps:jessie
 
-ENV OTP_VERSION="19.3"
+ENV OTP_VERSION="19.3.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="fc82c5377ad9e84a37f67f2b2b50b27fe4e689440ae9e5d0f5dcfb440a9487ac" \
+	&& OTP_DOWNLOAD_SHA256="618f19e4274150a107bea7621d871d96d386291759ffb57d1a3e60f1f243a509" \
 	&& runtimeDeps='libodbc1 \
 			libsctp1 \
 			libwxgtk3.0-0' \
@@ -51,11 +51,11 @@ RUN set -xe \
 	&& install -v ./rebar /usr/local/bin/ \
 	&& rm -rf /usr/src/rebar-src
 
-ENV REBAR3_VERSION="3.3.5"
+ENV REBAR3_VERSION="3.3.6"
 
 RUN set -xe \
 	&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" \
-	&& REBAR3_DOWNLOAD_SHA256="b17661bedaf2060179e0b7b2c4a64350b7a303d809397325ee4be38cc1dc9058" \
+	&& REBAR3_DOWNLOAD_SHA256="2a3a6f709433a11e3fca51cc106b66e0941e7e7067bbc3f8364cbbad0b40660e" \
 	&& 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_onbuild/Dockerfile b/erlang_onbuild/Dockerfile
deleted file mode 100644
index f10f99e..0000000
diff --git a/erlang_slim/Dockerfile b/erlang_slim/Dockerfile
index 59e3773..e7a92a1 100644
--- a/erlang_slim/Dockerfile
+++ b/erlang_slim/Dockerfile
@@ -1,12 +1,12 @@
 FROM debian:jessie
 
-ENV OTP_VERSION="19.3"
+ENV OTP_VERSION="19.3.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="fc82c5377ad9e84a37f67f2b2b50b27fe4e689440ae9e5d0f5dcfb440a9487ac" \
+	&& OTP_DOWNLOAD_SHA256="618f19e4274150a107bea7621d871d96d386291759ffb57d1a3e60f1f243a509" \
 	&& runtimeDeps=' \
 		libodbc1 \
 		libssl1.0.0 \

@yosifkit
Copy link
Member

yosifkit commented Apr 6, 2017

Build test of #2823; 1e81a32 (erlang):

$ bashbrew build erlang:19.3.1
Building bashbrew/cache:a216781698018e38d29f3c6418e7633a6e0f6895593b1de09381819bdd71a784 (erlang:19.3.1)
Tagging erlang:19.3.1
Tagging erlang:19.3
Tagging erlang:19
Tagging erlang:latest

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

$ test/run.sh erlang:19.3.1-slim
testing erlang:19.3.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:d9f17ead9ae919672a9019d5dd1dc36c869af546c187bd006857ad07a40ad992 (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
Building bashbrew/cache:d51aea90611154cce417531fa5b6fb8c1c6da745291900794853e74e3a814e36 (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:5386752ef6fd5738d8f3d16887ace7c22fee190a1da2bd9ca17498f39646a602 (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
Building bashbrew/cache:674f65e5c4ffc21377faac7f5ccf06478025a86f128a340bcc2e466706e3b0b9 (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 22798af into docker-library:master Apr 6, 2017
@c0b
Copy link
Contributor Author

c0b commented Apr 8, 2017

a related question to @yosifkit: in recent months we see that docker store might have fixed the out-of-sync issue, is more often updated, and kept in sync with docker hub; I feel the page is better organized and looks prettier, but the only problem is the url does not include the erlang keyword, so question is there possibility to fix? or is there a public issuetracker for dockerstore that I can file an issue to?

https://store.docker.com/images/06fabd5a-6420-4209-a756-3d3355b3c672?tab=description

@yosifkit
Copy link
Member

The only thing I know of is https://github.com/docker/hub-feedback, but that was made for when the new Docker Hub came out. I have not seen anything specifically about feedback on the Docker Store. Perhaps @wol4max knows if that is going to be addressed and can point out a better place to submit feedback.

@c0b c0b deleted the version/otp-19.3.1 branch July 27, 2017 22:28
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.

None yet

3 participants