-
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 buildpack-deps #6269
Merged
yosifkit
merged 1 commit into
docker-library:master
from
docker-library-bot:buildpack-deps
Jul 11, 2019
Merged
Update buildpack-deps #6269
yosifkit
merged 1 commit into
docker-library:master
from
docker-library-bot:buildpack-deps
Jul 11, 2019
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
Diff:diff --git a/_bashbrew-arches b/_bashbrew-arches
index b29d103..acbc60f 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -102,18 +102,39 @@ buildpack-deps:latest @ arm64v8
buildpack-deps:latest @ i386
buildpack-deps:latest @ ppc64le
buildpack-deps:latest @ s390x
+buildpack-deps:oldoldstable @ amd64
+buildpack-deps:oldoldstable @ arm32v5
+buildpack-deps:oldoldstable @ arm32v7
+buildpack-deps:oldoldstable @ i386
+buildpack-deps:oldoldstable-curl @ amd64
+buildpack-deps:oldoldstable-curl @ arm32v5
+buildpack-deps:oldoldstable-curl @ arm32v7
+buildpack-deps:oldoldstable-curl @ i386
+buildpack-deps:oldoldstable-scm @ amd64
+buildpack-deps:oldoldstable-scm @ arm32v5
+buildpack-deps:oldoldstable-scm @ arm32v7
+buildpack-deps:oldoldstable-scm @ i386
buildpack-deps:oldstable @ amd64
buildpack-deps:oldstable @ arm32v5
buildpack-deps:oldstable @ arm32v7
+buildpack-deps:oldstable @ arm64v8
buildpack-deps:oldstable @ i386
+buildpack-deps:oldstable @ ppc64le
+buildpack-deps:oldstable @ s390x
buildpack-deps:oldstable-curl @ amd64
buildpack-deps:oldstable-curl @ arm32v5
buildpack-deps:oldstable-curl @ arm32v7
+buildpack-deps:oldstable-curl @ arm64v8
buildpack-deps:oldstable-curl @ i386
+buildpack-deps:oldstable-curl @ ppc64le
+buildpack-deps:oldstable-curl @ s390x
buildpack-deps:oldstable-scm @ amd64
buildpack-deps:oldstable-scm @ arm32v5
buildpack-deps:oldstable-scm @ arm32v7
+buildpack-deps:oldstable-scm @ arm64v8
buildpack-deps:oldstable-scm @ i386
+buildpack-deps:oldstable-scm @ ppc64le
+buildpack-deps:oldstable-scm @ s390x
buildpack-deps:scm @ amd64
buildpack-deps:scm @ arm32v5
buildpack-deps:scm @ arm32v7
@@ -121,27 +142,6 @@ buildpack-deps:scm @ arm64v8
buildpack-deps:scm @ i386
buildpack-deps:scm @ ppc64le
buildpack-deps:scm @ s390x
-buildpack-deps:testing @ amd64
-buildpack-deps:testing @ arm32v5
-buildpack-deps:testing @ arm32v7
-buildpack-deps:testing @ arm64v8
-buildpack-deps:testing @ i386
-buildpack-deps:testing @ ppc64le
-buildpack-deps:testing @ s390x
-buildpack-deps:testing-curl @ amd64
-buildpack-deps:testing-curl @ arm32v5
-buildpack-deps:testing-curl @ arm32v7
-buildpack-deps:testing-curl @ arm64v8
-buildpack-deps:testing-curl @ i386
-buildpack-deps:testing-curl @ ppc64le
-buildpack-deps:testing-curl @ s390x
-buildpack-deps:testing-scm @ amd64
-buildpack-deps:testing-scm @ arm32v5
-buildpack-deps:testing-scm @ arm32v7
-buildpack-deps:testing-scm @ arm64v8
-buildpack-deps:testing-scm @ i386
-buildpack-deps:testing-scm @ ppc64le
-buildpack-deps:testing-scm @ s390x
buildpack-deps:unstable @ amd64
buildpack-deps:unstable @ arm32v5
buildpack-deps:unstable @ arm32v7
diff --git a/_bashbrew-list b/_bashbrew-list
index 8b2a535..63b73ff 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -33,6 +33,9 @@ buildpack-deps:jessie
buildpack-deps:jessie-curl
buildpack-deps:jessie-scm
buildpack-deps:latest
+buildpack-deps:oldoldstable
+buildpack-deps:oldoldstable-curl
+buildpack-deps:oldoldstable-scm
buildpack-deps:oldstable
buildpack-deps:oldstable-curl
buildpack-deps:oldstable-scm
@@ -46,9 +49,6 @@ buildpack-deps:stable-scm
buildpack-deps:stretch
buildpack-deps:stretch-curl
buildpack-deps:stretch-scm
-buildpack-deps:testing
-buildpack-deps:testing-curl
-buildpack-deps:testing-scm
buildpack-deps:unstable
buildpack-deps:unstable-curl
buildpack-deps:unstable-scm
diff --git a/buildpack-deps_curl/Dockerfile b/buildpack-deps_curl/Dockerfile
index 58f8ed8..0c2ab27 100644
--- a/buildpack-deps_curl/Dockerfile
+++ b/buildpack-deps_curl/Dockerfile
@@ -1,4 +1,4 @@
-FROM debian:stretch
+FROM debian:buster
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
diff --git a/buildpack-deps_latest/Dockerfile b/buildpack-deps_latest/Dockerfile
index 19d401a..9767f8f 100644
--- a/buildpack-deps_latest/Dockerfile
+++ b/buildpack-deps_latest/Dockerfile
@@ -1,4 +1,4 @@
-FROM buildpack-deps:stretch-scm
+FROM buildpack-deps:buster-scm
RUN set -ex; \
apt-get update; \
diff --git a/buildpack-deps_oldstable-curl/Dockerfile b/buildpack-deps_oldoldstable-curl/Dockerfile
similarity index 100%
copy from buildpack-deps_oldstable-curl/Dockerfile
copy to buildpack-deps_oldoldstable-curl/Dockerfile
diff --git a/buildpack-deps_oldstable-scm/Dockerfile b/buildpack-deps_oldoldstable-scm/Dockerfile
similarity index 100%
copy from buildpack-deps_oldstable-scm/Dockerfile
copy to buildpack-deps_oldoldstable-scm/Dockerfile
diff --git a/buildpack-deps_oldstable/Dockerfile b/buildpack-deps_oldoldstable/Dockerfile
similarity index 100%
copy from buildpack-deps_oldstable/Dockerfile
copy to buildpack-deps_oldoldstable/Dockerfile
diff --git a/buildpack-deps_oldstable-curl/Dockerfile b/buildpack-deps_oldstable-curl/Dockerfile
index 7a72769..58f8ed8 100644
--- a/buildpack-deps_oldstable-curl/Dockerfile
+++ b/buildpack-deps_oldstable-curl/Dockerfile
@@ -1,4 +1,4 @@
-FROM debian:jessie
+FROM debian:stretch
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
diff --git a/buildpack-deps_oldstable-scm/Dockerfile b/buildpack-deps_oldstable-scm/Dockerfile
index bf27418..f701393 100644
--- a/buildpack-deps_oldstable-scm/Dockerfile
+++ b/buildpack-deps_oldstable-scm/Dockerfile
@@ -1,4 +1,4 @@
-FROM buildpack-deps:jessie-curl
+FROM buildpack-deps:stretch-curl
# procps is very common in build systems, and is a reasonably small package
RUN apt-get update && apt-get install -y --no-install-recommends \
diff --git a/buildpack-deps_oldstable/Dockerfile b/buildpack-deps_oldstable/Dockerfile
index d937e90..19d401a 100644
--- a/buildpack-deps_oldstable/Dockerfile
+++ b/buildpack-deps_oldstable/Dockerfile
@@ -1,4 +1,4 @@
-FROM buildpack-deps:jessie-scm
+FROM buildpack-deps:stretch-scm
RUN set -ex; \
apt-get update; \
diff --git a/buildpack-deps_scm/Dockerfile b/buildpack-deps_scm/Dockerfile
index f701393..0317161 100644
--- a/buildpack-deps_scm/Dockerfile
+++ b/buildpack-deps_scm/Dockerfile
@@ -1,8 +1,7 @@
-FROM buildpack-deps:stretch-curl
+FROM buildpack-deps:buster-curl
# procps is very common in build systems, and is a reasonably small package
RUN apt-get update && apt-get install -y --no-install-recommends \
- bzr \
git \
mercurial \
openssh-client \
diff --git a/buildpack-deps_testing-curl/Dockerfile b/buildpack-deps_testing-curl/Dockerfile
deleted file mode 100644
index 0c2ab27..0000000
diff --git a/buildpack-deps_testing-scm/Dockerfile b/buildpack-deps_testing-scm/Dockerfile
deleted file mode 100644
index 0317161..0000000
diff --git a/buildpack-deps_testing/Dockerfile b/buildpack-deps_testing/Dockerfile
deleted file mode 100644
index 9767f8f..0000000 |
Build test of #6269; cf47557; $ bashbrew build buildpack-deps:bionic-curl
Using bashbrew/cache:e5ea8eaff1d0902e153b039d7bbf46d9dd9c4c6a9fb0ec38fe9a8ca738316579 (buildpack-deps:bionic-curl)
Tagging buildpack-deps:bionic-curl
Tagging buildpack-deps:18.04-curl
$ test/run.sh buildpack-deps:bionic-curl
testing buildpack-deps:bionic-curl
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:bionic-scm
Using bashbrew/cache:ab0d35de18bff53e78b9090d91432a01eb704e452bc3ec7dc61078cb10c13581 (buildpack-deps:bionic-scm)
Tagging buildpack-deps:bionic-scm
Tagging buildpack-deps:18.04-scm
$ test/run.sh buildpack-deps:bionic-scm
testing buildpack-deps:bionic-scm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:bionic
Using bashbrew/cache:fc1ae2bb26b23cd5aa5d222af5c6c9f3fee55ed0d5b86671c3a399db9eb3940f (buildpack-deps:bionic)
Tagging buildpack-deps:bionic
Tagging buildpack-deps:18.04
$ test/run.sh buildpack-deps:bionic
testing buildpack-deps:bionic
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:buster-curl
Building bashbrew/cache:8c6caece8071d016ef7194c5083a7da027dcfd42e4d9756b1bc548c4ecf4bcd4 (buildpack-deps:buster-curl)
Tagging buildpack-deps:buster-curl
Tagging buildpack-deps:stable-curl
Tagging buildpack-deps:curl
$ test/run.sh buildpack-deps:buster-curl
testing buildpack-deps:buster-curl
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:buster-scm
Building bashbrew/cache:b565425fdb029f0dee353155eba83f4086364e3395954c734ba19447b8aab9c7 (buildpack-deps:buster-scm)
Tagging buildpack-deps:buster-scm
Tagging buildpack-deps:stable-scm
Tagging buildpack-deps:scm
$ test/run.sh buildpack-deps:buster-scm
testing buildpack-deps:buster-scm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:buster
Building bashbrew/cache:cef254db5d232af449a00874bb7648ee6175d3b58873534745added4ddbcdff0 (buildpack-deps:buster)
Tagging buildpack-deps:buster
Tagging buildpack-deps:stable
Tagging buildpack-deps:latest
$ test/run.sh buildpack-deps:buster
testing buildpack-deps:buster
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:cosmic-curl
Using bashbrew/cache:72f2b6623ade35b1b78f019523bff09fd06ffcc838c4320153e29386283b101b (buildpack-deps:cosmic-curl)
Tagging buildpack-deps:cosmic-curl
Tagging buildpack-deps:18.10-curl
$ test/run.sh buildpack-deps:cosmic-curl
testing buildpack-deps:cosmic-curl
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:cosmic-scm
Using bashbrew/cache:859525642818a98c61066650a64b9b0e143015e68751a6b50408459fe9b3d442 (buildpack-deps:cosmic-scm)
Tagging buildpack-deps:cosmic-scm
Tagging buildpack-deps:18.10-scm
$ test/run.sh buildpack-deps:cosmic-scm
testing buildpack-deps:cosmic-scm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:cosmic
Using bashbrew/cache:3eabc8fed4ebcc43b5a7ffacb258c3ba817e3c51b019c2ffedadcab41de82e39 (buildpack-deps:cosmic)
Tagging buildpack-deps:cosmic
Tagging buildpack-deps:18.10
$ test/run.sh buildpack-deps:cosmic
testing buildpack-deps:cosmic
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:disco-curl
Using bashbrew/cache:e8ea302086a44cdc20078ced5b40a38873ea7fb75cefc300cbf186cba9b85e34 (buildpack-deps:disco-curl)
Tagging buildpack-deps:disco-curl
Tagging buildpack-deps:19.04-curl
$ test/run.sh buildpack-deps:disco-curl
testing buildpack-deps:disco-curl
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:disco-scm
Using bashbrew/cache:0477c52e7d4e33dfacab1c7cf9f5cf293ecd57db78a115c45f226b6cef47c151 (buildpack-deps:disco-scm)
Tagging buildpack-deps:disco-scm
Tagging buildpack-deps:19.04-scm
$ test/run.sh buildpack-deps:disco-scm
testing buildpack-deps:disco-scm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:disco
Using bashbrew/cache:43d2506f1be57b0dbdccc8e51c5beb08a811f6ff034857c02eb4b1e27746b44a (buildpack-deps:disco)
Tagging buildpack-deps:disco
Tagging buildpack-deps:19.04
$ test/run.sh buildpack-deps:disco
testing buildpack-deps:disco
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:eoan-curl
Using bashbrew/cache:77fe215bb8bb5596f1aa643b28c21f784c93270fb9a95a723d2d022cd421c740 (buildpack-deps:eoan-curl)
Tagging buildpack-deps:eoan-curl
Tagging buildpack-deps:19.10-curl
$ test/run.sh buildpack-deps:eoan-curl
testing buildpack-deps:eoan-curl
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:eoan-scm
Using bashbrew/cache:2262ce160b190b2c03bb6807e8754de5426543e3184cc712729d3aac504b15ff (buildpack-deps:eoan-scm)
Tagging buildpack-deps:eoan-scm
Tagging buildpack-deps:19.10-scm
$ test/run.sh buildpack-deps:eoan-scm
testing buildpack-deps:eoan-scm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:eoan
Using bashbrew/cache:e267e37103e8b8259bdcf541ff31a39c7e78d6d70cadaca1958d9592caf13bad (buildpack-deps:eoan)
Tagging buildpack-deps:eoan
Tagging buildpack-deps:19.10
$ test/run.sh buildpack-deps:eoan
testing buildpack-deps:eoan
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:jessie-curl
Building bashbrew/cache:4e53e50a96a57ef92b585d579e3a6f8cfc119bba5c28c33b03b11aa2509105d6 (buildpack-deps:jessie-curl)
Tagging buildpack-deps:jessie-curl
Tagging buildpack-deps:oldoldstable-curl
$ test/run.sh buildpack-deps:jessie-curl
testing buildpack-deps:jessie-curl
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:jessie-scm
Building bashbrew/cache:46ccbfb9c1fbbd8694a9726a9ffc17e3d2d8731b9d67b265609f1a92441fbfa3 (buildpack-deps:jessie-scm)
Tagging buildpack-deps:jessie-scm
Tagging buildpack-deps:oldoldstable-scm
$ test/run.sh buildpack-deps:jessie-scm
testing buildpack-deps:jessie-scm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:jessie
Building bashbrew/cache:d3ca31998552e9f8db96ae6db3d858ada020382a3d1632395bcf1bb6453beb9b (buildpack-deps:jessie)
Tagging buildpack-deps:jessie
Tagging buildpack-deps:oldoldstable
$ test/run.sh buildpack-deps:jessie
testing buildpack-deps:jessie
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:sid-curl
Building bashbrew/cache:dc428a41a8a98aa9597fb1a9711bd53b5359421ee6d6ddcb1e13a4fd094c35e5 (buildpack-deps:sid-curl)
Tagging buildpack-deps:sid-curl
Tagging buildpack-deps:unstable-curl
$ test/run.sh buildpack-deps:sid-curl
testing buildpack-deps:sid-curl
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:sid-scm
Building bashbrew/cache:bbbff6706bb48180dd704a0643d1fb1253cebc95baed8feae13ea1880aea9a5d (buildpack-deps:sid-scm)
Tagging buildpack-deps:sid-scm
Tagging buildpack-deps:unstable-scm
$ test/run.sh buildpack-deps:sid-scm
testing buildpack-deps:sid-scm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:sid
Building bashbrew/cache:4a18e956ab38dd8b8422e38713b82b7bd8e0f1e5cd219c4919153a86ecaa101c (buildpack-deps:sid)
Tagging buildpack-deps:sid
Tagging buildpack-deps:unstable
$ test/run.sh buildpack-deps:sid
testing buildpack-deps:sid
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:stretch-curl
Building bashbrew/cache:46eed3ebb769e87e1b3fe95faa6972559245bf911bf5b77bf2775d692bf4e352 (buildpack-deps:stretch-curl)
Tagging buildpack-deps:stretch-curl
Tagging buildpack-deps:oldstable-curl
$ test/run.sh buildpack-deps:stretch-curl
testing buildpack-deps:stretch-curl
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:stretch-scm
Building bashbrew/cache:977b9133a15fccead76fe232f5ef588677b90ab838e348297843df1df6ee76bb (buildpack-deps:stretch-scm)
Tagging buildpack-deps:stretch-scm
Tagging buildpack-deps:oldstable-scm
$ test/run.sh buildpack-deps:stretch-scm
testing buildpack-deps:stretch-scm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:stretch
Building bashbrew/cache:684828faff2b83d625f550214c1588daa8015764daf9653704b51e1f508b99fe (buildpack-deps:stretch)
Tagging buildpack-deps:stretch
Tagging buildpack-deps:oldstable
$ test/run.sh buildpack-deps:stretch
testing buildpack-deps:stretch
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:xenial-curl
Using bashbrew/cache:4b9037df1e3bc4b839615a5a7b8d5f18e7d70a744ba71c9c72050589ed33126c (buildpack-deps:xenial-curl)
Tagging buildpack-deps:xenial-curl
Tagging buildpack-deps:16.04-curl
$ test/run.sh buildpack-deps:xenial-curl
testing buildpack-deps:xenial-curl
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:xenial-scm
Using bashbrew/cache:e31a4f3aa4fd3aed2b0ef8a58ea5b706e6275c9800d4dec1ca0596486a3e7802 (buildpack-deps:xenial-scm)
Tagging buildpack-deps:xenial-scm
Tagging buildpack-deps:16.04-scm
$ test/run.sh buildpack-deps:xenial-scm
testing buildpack-deps:xenial-scm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:xenial
Using bashbrew/cache:7ac547f0fbebf2fc9ed5d402e913cdc488c9e8ddb72b98d913874f3f61e940e2 (buildpack-deps:xenial)
Tagging buildpack-deps:xenial
Tagging buildpack-deps:16.04
$ test/run.sh buildpack-deps:xenial
testing buildpack-deps:xenial
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...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.