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

Update docker image for Ruby 2.6 release #5234

Merged
merged 1 commit into from
Dec 27, 2018

Conversation

bjeanes
Copy link
Contributor

@bjeanes bjeanes commented Dec 27, 2018

Ruby 2.6 has been released: https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/

Official source for Docker image has been updated: docker-library/ruby#253

I just ran the following to generate the updated bashbrew file (formatted for readability):

$ docker run \
    --rm -it \
    -w /ruby \
    --volume /clone/of/github.com/docker-library/ruby:/ruby \
    buildpack-deps \
    bash -c "
       curl -s https://doi-janky.infosiftr.net/job/bashbrew/lastSuccessfulBuild/artifact/bin/bashbrew-amd64 > /usr/local/bin/bashbrew;
       chmod +x /usr/local/bin/bashbrew;
       ./generate-stackbrew-library.sh
    " > /clone/of/github.com/docker-library/official-images/library/ruby

@tianon
Copy link
Member

tianon commented Dec 27, 2018

Thanks for the assist! 👍 ❤️

Diff:
diff --git a/_bashbrew-arches b/_bashbrew-arches
index a082737..f339e4d 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -66,6 +66,32 @@ ruby:2.4-slim-jessie @ amd64
 ruby:2.4-slim-jessie @ arm32v5
 ruby:2.4-slim-jessie @ arm32v7
 ruby:2.4-slim-jessie @ i386
+ruby:2.5 @ amd64
+ruby:2.5 @ arm32v5
+ruby:2.5 @ arm32v7
+ruby:2.5 @ arm64v8
+ruby:2.5 @ i386
+ruby:2.5 @ ppc64le
+ruby:2.5 @ s390x
+ruby:2.5-alpine3.7 @ amd64
+ruby:2.5-alpine3.7 @ arm32v6
+ruby:2.5-alpine3.7 @ arm64v8
+ruby:2.5-alpine3.7 @ i386
+ruby:2.5-alpine3.7 @ ppc64le
+ruby:2.5-alpine3.7 @ s390x
+ruby:2.5-alpine @ amd64
+ruby:2.5-alpine @ arm32v6
+ruby:2.5-alpine @ arm64v8
+ruby:2.5-alpine @ i386
+ruby:2.5-alpine @ ppc64le
+ruby:2.5-alpine @ s390x
+ruby:2.5-slim @ amd64
+ruby:2.5-slim @ arm32v5
+ruby:2.5-slim @ arm32v7
+ruby:2.5-slim @ arm64v8
+ruby:2.5-slim @ i386
+ruby:2.5-slim @ ppc64le
+ruby:2.5-slim @ s390x
 ruby:alpine3.7 @ amd64
 ruby:alpine3.7 @ arm32v6
 ruby:alpine3.7 @ arm64v8
@@ -85,32 +111,6 @@ ruby:latest @ arm64v8
 ruby:latest @ i386
 ruby:latest @ ppc64le
 ruby:latest @ s390x
-ruby:rc @ amd64
-ruby:rc @ arm32v5
-ruby:rc @ arm32v7
-ruby:rc @ arm64v8
-ruby:rc @ i386
-ruby:rc @ ppc64le
-ruby:rc @ s390x
-ruby:rc-alpine3.7 @ amd64
-ruby:rc-alpine3.7 @ arm32v6
-ruby:rc-alpine3.7 @ arm64v8
-ruby:rc-alpine3.7 @ i386
-ruby:rc-alpine3.7 @ ppc64le
-ruby:rc-alpine3.7 @ s390x
-ruby:rc-alpine @ amd64
-ruby:rc-alpine @ arm32v6
-ruby:rc-alpine @ arm64v8
-ruby:rc-alpine @ i386
-ruby:rc-alpine @ ppc64le
-ruby:rc-alpine @ s390x
-ruby:rc-slim @ amd64
-ruby:rc-slim @ arm32v5
-ruby:rc-slim @ arm32v7
-ruby:rc-slim @ arm64v8
-ruby:rc-slim @ i386
-ruby:rc-slim @ ppc64le
-ruby:rc-slim @ s390x
 ruby:slim @ amd64
 ruby:slim @ arm32v5
 ruby:slim @ arm32v7
diff --git a/_bashbrew-list b/_bashbrew-list
index 6f3143d..ab6b2b1 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -55,31 +55,24 @@ ruby:2.5.3-alpine3.8
 ruby:2.5.3-slim
 ruby:2.5.3-slim-stretch
 ruby:2.5.3-stretch
-ruby:2.6-rc
-ruby:2.6-rc-alpine
-ruby:2.6-rc-alpine3.7
-ruby:2.6-rc-alpine3.8
-ruby:2.6-rc-slim
-ruby:2.6-rc-slim-stretch
-ruby:2.6-rc-stretch
-ruby:2.6.0-rc2
-ruby:2.6.0-rc2-alpine
-ruby:2.6.0-rc2-alpine3.7
-ruby:2.6.0-rc2-alpine3.8
-ruby:2.6.0-rc2-slim
-ruby:2.6.0-rc2-slim-stretch
-ruby:2.6.0-rc2-stretch
+ruby:2.6
+ruby:2.6-alpine
+ruby:2.6-alpine3.7
+ruby:2.6-alpine3.8
+ruby:2.6-slim
+ruby:2.6-slim-stretch
+ruby:2.6-stretch
+ruby:2.6.0
+ruby:2.6.0-alpine
+ruby:2.6.0-alpine3.7
+ruby:2.6.0-alpine3.8
+ruby:2.6.0-slim
+ruby:2.6.0-slim-stretch
+ruby:2.6.0-stretch
 ruby:alpine
 ruby:alpine3.7
 ruby:alpine3.8
 ruby:latest
-ruby:rc
-ruby:rc-alpine
-ruby:rc-alpine3.7
-ruby:rc-alpine3.8
-ruby:rc-slim
-ruby:rc-slim-stretch
-ruby:rc-stretch
 ruby:slim
 ruby:slim-stretch
 ruby:stretch
diff --git a/ruby_alpine/Dockerfile b/ruby_2.5-alpine/Dockerfile
similarity index 100%
copy from ruby_alpine/Dockerfile
copy to ruby_2.5-alpine/Dockerfile
diff --git a/ruby_alpine3.7/Dockerfile b/ruby_2.5-alpine3.7/Dockerfile
similarity index 100%
copy from ruby_alpine3.7/Dockerfile
copy to ruby_2.5-alpine3.7/Dockerfile
diff --git a/ruby_slim/Dockerfile b/ruby_2.5-slim/Dockerfile
similarity index 100%
copy from ruby_slim/Dockerfile
copy to ruby_2.5-slim/Dockerfile
diff --git a/ruby_latest/Dockerfile b/ruby_2.5/Dockerfile
similarity index 100%
copy from ruby_latest/Dockerfile
copy to ruby_2.5/Dockerfile
diff --git a/ruby_alpine/Dockerfile b/ruby_alpine/Dockerfile
index 6ccf36b..3131339 100644
--- a/ruby_alpine/Dockerfile
+++ b/ruby_alpine/Dockerfile
@@ -7,9 +7,9 @@ RUN mkdir -p /usr/local/etc \
 		echo 'update: --no-document'; \
 	} >> /usr/local/etc/gemrc
 
-ENV RUBY_MAJOR 2.5
-ENV RUBY_VERSION 2.5.3
-ENV RUBY_DOWNLOAD_SHA256 1cc9d0359a8ea35fc6111ec830d12e60168f3b9b305a3c2578357d360fcf306f
+ENV RUBY_MAJOR 2.6
+ENV RUBY_VERSION 2.6.0
+ENV RUBY_DOWNLOAD_SHA256 acb00f04374899ba8ee74bbbcb9b35c5c6b1fd229f1876554ee76f0f1710ff5f
 ENV RUBYGEMS_VERSION 3.0.1
 ENV BUNDLER_VERSION 1.17.2
 
diff --git a/ruby_alpine3.7/Dockerfile b/ruby_alpine3.7/Dockerfile
index 940de32..b79a462 100644
--- a/ruby_alpine3.7/Dockerfile
+++ b/ruby_alpine3.7/Dockerfile
@@ -7,9 +7,9 @@ RUN mkdir -p /usr/local/etc \
 		echo 'update: --no-document'; \
 	} >> /usr/local/etc/gemrc
 
-ENV RUBY_MAJOR 2.5
-ENV RUBY_VERSION 2.5.3
-ENV RUBY_DOWNLOAD_SHA256 1cc9d0359a8ea35fc6111ec830d12e60168f3b9b305a3c2578357d360fcf306f
+ENV RUBY_MAJOR 2.6
+ENV RUBY_VERSION 2.6.0
+ENV RUBY_DOWNLOAD_SHA256 acb00f04374899ba8ee74bbbcb9b35c5c6b1fd229f1876554ee76f0f1710ff5f
 ENV RUBYGEMS_VERSION 3.0.1
 ENV BUNDLER_VERSION 1.17.2
 
diff --git a/ruby_latest/Dockerfile b/ruby_latest/Dockerfile
index cc279ee..7569a44 100644
--- a/ruby_latest/Dockerfile
+++ b/ruby_latest/Dockerfile
@@ -7,9 +7,9 @@ RUN mkdir -p /usr/local/etc \
 		echo 'update: --no-document'; \
 	} >> /usr/local/etc/gemrc
 
-ENV RUBY_MAJOR 2.5
-ENV RUBY_VERSION 2.5.3
-ENV RUBY_DOWNLOAD_SHA256 1cc9d0359a8ea35fc6111ec830d12e60168f3b9b305a3c2578357d360fcf306f
+ENV RUBY_MAJOR 2.6
+ENV RUBY_VERSION 2.6.0
+ENV RUBY_DOWNLOAD_SHA256 acb00f04374899ba8ee74bbbcb9b35c5c6b1fd229f1876554ee76f0f1710ff5f
 ENV RUBYGEMS_VERSION 3.0.1
 ENV BUNDLER_VERSION 1.17.2
 
diff --git a/ruby_rc-alpine/Dockerfile b/ruby_rc-alpine/Dockerfile
deleted file mode 100644
index c5c71e2..0000000
diff --git a/ruby_rc-alpine3.7/Dockerfile b/ruby_rc-alpine3.7/Dockerfile
deleted file mode 100644
index 3242750..0000000
diff --git a/ruby_rc-slim/Dockerfile b/ruby_rc-slim/Dockerfile
deleted file mode 100644
index 329ad25..0000000
diff --git a/ruby_rc/Dockerfile b/ruby_rc/Dockerfile
deleted file mode 100644
index bbf72f0..0000000
diff --git a/ruby_slim/Dockerfile b/ruby_slim/Dockerfile
index 7000c4b..8bd5cbf 100644
--- a/ruby_slim/Dockerfile
+++ b/ruby_slim/Dockerfile
@@ -19,9 +19,9 @@ RUN mkdir -p /usr/local/etc \
 		echo 'update: --no-document'; \
 	} >> /usr/local/etc/gemrc
 
-ENV RUBY_MAJOR 2.5
-ENV RUBY_VERSION 2.5.3
-ENV RUBY_DOWNLOAD_SHA256 1cc9d0359a8ea35fc6111ec830d12e60168f3b9b305a3c2578357d360fcf306f
+ENV RUBY_MAJOR 2.6
+ENV RUBY_VERSION 2.6.0
+ENV RUBY_DOWNLOAD_SHA256 acb00f04374899ba8ee74bbbcb9b35c5c6b1fd229f1876554ee76f0f1710ff5f
 ENV RUBYGEMS_VERSION 3.0.1
 ENV BUNDLER_VERSION 1.17.2

@bjeanes
Copy link
Contributor Author

bjeanes commented Dec 27, 2018

No worries @tianon! I just want it myself :)

Let me know if I missed anything necessary to get this merged or if you need anything from me!

@tianon
Copy link
Member

tianon commented Dec 27, 2018

LGTM 👍

Build test of #5234; 04d6eec; amd64 (ruby):

$ bashbrew build ruby:2.6.0-stretch
Building bashbrew/cache:5c8f7eff666b92a46204bf3e93ce01f710a6b202c1100a1b8dd77bc9fcc23deb (ruby:2.6.0-stretch)
Tagging ruby:2.6.0-stretch
Tagging ruby:2.6-stretch
Tagging ruby:2-stretch
Tagging ruby:stretch
Tagging ruby:2.6.0
Tagging ruby:2.6
Tagging ruby:2
Tagging ruby:latest

$ test/run.sh ruby:2.6.0-stretch
testing ruby:2.6.0-stretch
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'ruby-hello-world' [5/9]...passed
	'ruby-standard-libs' [6/9]...passed
	'ruby-gems' [7/9]...passed
	'ruby-bundler' [8/9]...passed
	'ruby-nonroot' [9/9]...passed


$ bashbrew build ruby:2.6.0-slim-stretch
Building bashbrew/cache:736e95b297d428da8cd1794076c42a661c71db32e3261edfc57d483e5c6df1d8 (ruby:2.6.0-slim-stretch)
Tagging ruby:2.6.0-slim-stretch
Tagging ruby:2.6-slim-stretch
Tagging ruby:2-slim-stretch
Tagging ruby:slim-stretch
Tagging ruby:2.6.0-slim
Tagging ruby:2.6-slim
Tagging ruby:2-slim
Tagging ruby:slim

$ test/run.sh ruby:2.6.0-slim-stretch
testing ruby:2.6.0-slim-stretch
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'ruby-hello-world' [5/7]...passed
	'ruby-standard-libs' [6/7]...passed
	'ruby-nonroot' [7/7]...passed


$ bashbrew build ruby:2.6.0-alpine3.8
Building bashbrew/cache:adafa7380ba491900cf47e269346a6824a6206d39e82baf2faed0dd6bd62eb6a (ruby:2.6.0-alpine3.8)
Tagging ruby:2.6.0-alpine3.8
Tagging ruby:2.6-alpine3.8
Tagging ruby:2-alpine3.8
Tagging ruby:alpine3.8
Tagging ruby:2.6.0-alpine
Tagging ruby:2.6-alpine
Tagging ruby:2-alpine
Tagging ruby:alpine

$ test/run.sh ruby:2.6.0-alpine3.8
testing ruby:2.6.0-alpine3.8
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'ruby-hello-world' [5/7]...passed
	'ruby-standard-libs' [6/7]...passed
	'ruby-nonroot' [7/7]...passed


$ bashbrew build ruby:2.6.0-alpine3.7
Building bashbrew/cache:5313028f39623b9fd5aa010daf7167c1163b8aa2210fc4308098586817ef51ce (ruby:2.6.0-alpine3.7)
Tagging ruby:2.6.0-alpine3.7
Tagging ruby:2.6-alpine3.7
Tagging ruby:2-alpine3.7
Tagging ruby:alpine3.7

$ test/run.sh ruby:2.6.0-alpine3.7
testing ruby:2.6.0-alpine3.7
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'ruby-hello-world' [5/7]...passed
	'ruby-standard-libs' [6/7]...passed
	'ruby-nonroot' [7/7]...passed


$ bashbrew build ruby:2.5.3-stretch
Using bashbrew/cache:b80985e603b54576f2675a2f1cc20c4bdf5f0bb79c22ba01da28462193c22180 (ruby:2.5.3-stretch)
Tagging ruby:2.5.3-stretch
Tagging ruby:2.5-stretch
Tagging ruby:2.5.3
Tagging ruby:2.5

$ test/run.sh ruby:2.5.3-stretch
testing ruby:2.5.3-stretch
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'ruby-hello-world' [5/9]...passed
	'ruby-standard-libs' [6/9]...passed
	'ruby-gems' [7/9]...passed
	'ruby-bundler' [8/9]...passed
	'ruby-nonroot' [9/9]...passed


$ bashbrew build ruby:2.5.3-slim-stretch
Using bashbrew/cache:6985477863335b8ffe0492ae4204944ee3f04da1c47b80026b12ecad63b8257f (ruby:2.5.3-slim-stretch)
Tagging ruby:2.5.3-slim-stretch
Tagging ruby:2.5-slim-stretch
Tagging ruby:2.5.3-slim
Tagging ruby:2.5-slim

$ test/run.sh ruby:2.5.3-slim-stretch
testing ruby:2.5.3-slim-stretch
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'ruby-hello-world' [5/7]...passed
	'ruby-standard-libs' [6/7]...passed
	'ruby-nonroot' [7/7]...passed


$ bashbrew build ruby:2.5.3-alpine3.8
Using bashbrew/cache:af95b60db5621fe28530f98d8d12a85a1b60ad7500d56edc035cc198a5be908e (ruby:2.5.3-alpine3.8)
Tagging ruby:2.5.3-alpine3.8
Tagging ruby:2.5-alpine3.8
Tagging ruby:2.5.3-alpine
Tagging ruby:2.5-alpine

$ test/run.sh ruby:2.5.3-alpine3.8
testing ruby:2.5.3-alpine3.8
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'ruby-hello-world' [5/7]...passed
	'ruby-standard-libs' [6/7]...passed
	'ruby-nonroot' [7/7]...passed


$ bashbrew build ruby:2.5.3-alpine3.7
Using bashbrew/cache:6806f1a4fe17e1646af2078e3a588db9814eda54f47c1e735cc99151b95277d5 (ruby:2.5.3-alpine3.7)
Tagging ruby:2.5.3-alpine3.7
Tagging ruby:2.5-alpine3.7

$ test/run.sh ruby:2.5.3-alpine3.7
testing ruby:2.5.3-alpine3.7
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'ruby-hello-world' [5/7]...passed
	'ruby-standard-libs' [6/7]...passed
	'ruby-nonroot' [7/7]...passed


$ bashbrew build ruby:2.4.5-stretch
Using bashbrew/cache:60159723a77f5c0675f5ffe8d5991d7248fe789b951940d55079c69e18660ba9 (ruby:2.4.5-stretch)
Tagging ruby:2.4.5-stretch
Tagging ruby:2.4-stretch
Tagging ruby:2.4.5
Tagging ruby:2.4

$ test/run.sh ruby:2.4.5-stretch
testing ruby:2.4.5-stretch
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'ruby-hello-world' [5/9]...passed
	'ruby-standard-libs' [6/9]...passed
	'ruby-gems' [7/9]...passed
	'ruby-bundler' [8/9]...passed
	'ruby-nonroot' [9/9]...passed


$ bashbrew build ruby:2.4.5-slim-stretch
Using bashbrew/cache:2d8b4910316d4c97862faa5f7e1cb23e154b4f0992bcb80e1a850c65dbc97601 (ruby:2.4.5-slim-stretch)
Tagging ruby:2.4.5-slim-stretch
Tagging ruby:2.4-slim-stretch
Tagging ruby:2.4.5-slim
Tagging ruby:2.4-slim

$ test/run.sh ruby:2.4.5-slim-stretch
testing ruby:2.4.5-slim-stretch
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'ruby-hello-world' [5/7]...passed
	'ruby-standard-libs' [6/7]...passed
	'ruby-nonroot' [7/7]...passed


$ bashbrew build ruby:2.4.5-jessie
Using bashbrew/cache:f0b442ab8f768c59d6ae990e9e3776db9fe2bb60f03bff57d5cd88d20a0cd500 (ruby:2.4.5-jessie)
Tagging ruby:2.4.5-jessie
Tagging ruby:2.4-jessie

$ test/run.sh ruby:2.4.5-jessie
testing ruby:2.4.5-jessie
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'ruby-hello-world' [5/9]...passed
	'ruby-standard-libs' [6/9]...passed
	'ruby-gems' [7/9]...passed
	'ruby-bundler' [8/9]...passed
	'ruby-nonroot' [9/9]...passed


$ bashbrew build ruby:2.4.5-slim-jessie
Using bashbrew/cache:c690e67fbbb3334b7bbd9374c00cda57bbbace0ccd7e6c102007c4dab6ae3e23 (ruby:2.4.5-slim-jessie)
Tagging ruby:2.4.5-slim-jessie
Tagging ruby:2.4-slim-jessie

$ test/run.sh ruby:2.4.5-slim-jessie
testing ruby:2.4.5-slim-jessie
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'ruby-hello-world' [5/7]...passed
	'ruby-standard-libs' [6/7]...passed
	'ruby-nonroot' [7/7]...passed


$ bashbrew build ruby:2.4.5-alpine3.8
Using bashbrew/cache:116c57f989d5e498cf20fc02b6f6fa8a52b303fd02b2565ec9fc6d4e44582bf2 (ruby:2.4.5-alpine3.8)
Tagging ruby:2.4.5-alpine3.8
Tagging ruby:2.4-alpine3.8
Tagging ruby:2.4.5-alpine
Tagging ruby:2.4-alpine

$ test/run.sh ruby:2.4.5-alpine3.8
testing ruby:2.4.5-alpine3.8
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'ruby-hello-world' [5/7]...passed
	'ruby-standard-libs' [6/7]...passed
	'ruby-nonroot' [7/7]...passed


$ bashbrew build ruby:2.4.5-alpine3.7
Using bashbrew/cache:c37ac950e7078944ae05795fd4f8c7b30cae47ed9d833e17e43ee8067c040a1c (ruby:2.4.5-alpine3.7)
Tagging ruby:2.4.5-alpine3.7
Tagging ruby:2.4-alpine3.7

$ test/run.sh ruby:2.4.5-alpine3.7
testing ruby:2.4.5-alpine3.7
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'ruby-hello-world' [5/7]...passed
	'ruby-standard-libs' [6/7]...passed
	'ruby-nonroot' [7/7]...passed


$ bashbrew build ruby:2.3.8-stretch
Using bashbrew/cache:78eca1d8b6c3988a18339a6706e80d5ad53baf54158a8d584e798bea358f7186 (ruby:2.3.8-stretch)
Tagging ruby:2.3.8-stretch
Tagging ruby:2.3-stretch
Tagging ruby:2.3.8
Tagging ruby:2.3

$ test/run.sh ruby:2.3.8-stretch
testing ruby:2.3.8-stretch
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'ruby-hello-world' [5/9]...passed
	'ruby-standard-libs' [6/9]...passed
	'ruby-gems' [7/9]...passed
	'ruby-bundler' [8/9]...passed
	'ruby-nonroot' [9/9]...passed


$ bashbrew build ruby:2.3.8-slim-stretch
Using bashbrew/cache:cf1c8d8b4ee063398cf1acfe48812807569465440e1b8e6fdd1124ef5d7a03b0 (ruby:2.3.8-slim-stretch)
Tagging ruby:2.3.8-slim-stretch
Tagging ruby:2.3-slim-stretch
Tagging ruby:2.3.8-slim
Tagging ruby:2.3-slim

$ test/run.sh ruby:2.3.8-slim-stretch
testing ruby:2.3.8-slim-stretch
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'ruby-hello-world' [5/7]...passed
	'ruby-standard-libs' [6/7]...passed
	'ruby-nonroot' [7/7]...passed


$ bashbrew build ruby:2.3.8-jessie
Using bashbrew/cache:ceeaf1a51530c7fd54a3aa81e74193dc3cb714efd9f7784c579416412e0b46b0 (ruby:2.3.8-jessie)
Tagging ruby:2.3.8-jessie
Tagging ruby:2.3-jessie

$ test/run.sh ruby:2.3.8-jessie
testing ruby:2.3.8-jessie
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'ruby-hello-world' [5/9]...passed
	'ruby-standard-libs' [6/9]...passed
	'ruby-gems' [7/9]...passed
	'ruby-bundler' [8/9]...passed
	'ruby-nonroot' [9/9]...passed


$ bashbrew build ruby:2.3.8-slim-jessie
Using bashbrew/cache:2b9a6394942d32cc2b6075780d0f9437ac27ce2f65bf2a97c4abc48c966376aa (ruby:2.3.8-slim-jessie)
Tagging ruby:2.3.8-slim-jessie
Tagging ruby:2.3-slim-jessie

$ test/run.sh ruby:2.3.8-slim-jessie
testing ruby:2.3.8-slim-jessie
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'ruby-hello-world' [5/7]...passed
	'ruby-standard-libs' [6/7]...passed
	'ruby-nonroot' [7/7]...passed


$ bashbrew build ruby:2.3.8-alpine3.8
Using bashbrew/cache:257a56c369156618e0424fe3dd82cb737daa2edad342bf77fa76a1b218162c4a (ruby:2.3.8-alpine3.8)
Tagging ruby:2.3.8-alpine3.8
Tagging ruby:2.3-alpine3.8
Tagging ruby:2.3.8-alpine
Tagging ruby:2.3-alpine

$ test/run.sh ruby:2.3.8-alpine3.8
testing ruby:2.3.8-alpine3.8
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'ruby-hello-world' [5/7]...passed
	'ruby-standard-libs' [6/7]...passed
	'ruby-nonroot' [7/7]...passed


$ bashbrew build ruby:2.3.8-alpine3.7
Using bashbrew/cache:03a1c2432a3a08f3d0f1df8f3f224a27fc8b9fdf762fe4f112169ab53c2b2eed (ruby:2.3.8-alpine3.7)
Tagging ruby:2.3.8-alpine3.7
Tagging ruby:2.3-alpine3.7

$ test/run.sh ruby:2.3.8-alpine3.7
testing ruby:2.3.8-alpine3.7
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'ruby-hello-world' [5/7]...passed
	'ruby-standard-libs' [6/7]...passed
	'ruby-nonroot' [7/7]...passed

@tianon tianon merged commit b285341 into docker-library:master Dec 27, 2018
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