-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Update docker-library images #3364
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
Merged
Merged
Conversation
This file contains hidden or 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
- `cassandra`: multiarch (docker-library/cassandra#115) - `drupal`: multiarch (docker-library/drupal#90) - `ghost`: 1.7.1, multiarch (docker-library/ghost#82) - `julia`: multiarch (docker-library/julia#15) - `owncloud`: multiarch (docker-library/owncloud#91) - `pypy`: multiarch (docker-library/pypy#16) - `redmine`: passenger 5.1.8
Diff:diff --git a/_bashbrew-arches b/_bashbrew-arches
index 70f9600..03e9bdf 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -1,30 +1,125 @@
cassandra:2 @ amd64
+cassandra:2 @ i386
cassandra:2.1 @ amd64
+cassandra:2.1 @ i386
cassandra:3.0 @ amd64
+cassandra:3.0 @ i386
cassandra:latest @ amd64
+cassandra:latest @ i386
drupal:7 @ amd64
+drupal:7 @ arm32v5
+drupal:7 @ arm32v7
+drupal:7 @ arm64v8
+drupal:7 @ i386
+drupal:7 @ ppc64le
+drupal:7 @ s390x
drupal:7-fpm @ amd64
+drupal:7-fpm @ arm32v5
+drupal:7-fpm @ arm32v7
+drupal:7-fpm @ arm64v8
+drupal:7-fpm @ i386
+drupal:7-fpm @ ppc64le
+drupal:7-fpm @ s390x
drupal:7-fpm-alpine @ amd64
drupal:fpm @ amd64
+drupal:fpm @ arm32v5
+drupal:fpm @ arm32v7
+drupal:fpm @ arm64v8
+drupal:fpm @ i386
+drupal:fpm @ ppc64le
+drupal:fpm @ s390x
drupal:fpm-alpine @ amd64
drupal:latest @ amd64
+drupal:latest @ arm32v5
+drupal:latest @ arm32v7
+drupal:latest @ arm64v8
+drupal:latest @ i386
+drupal:latest @ ppc64le
+drupal:latest @ s390x
drupal:rc @ amd64
+drupal:rc @ arm32v5
+drupal:rc @ arm32v7
+drupal:rc @ arm64v8
+drupal:rc @ i386
+drupal:rc @ ppc64le
+drupal:rc @ s390x
drupal:rc-fpm @ amd64
+drupal:rc-fpm @ arm32v5
+drupal:rc-fpm @ arm32v7
+drupal:rc-fpm @ arm64v8
+drupal:rc-fpm @ i386
+drupal:rc-fpm @ ppc64le
+drupal:rc-fpm @ s390x
drupal:rc-fpm-alpine @ amd64
ghost:0 @ amd64
+ghost:0 @ arm32v7
+ghost:0 @ arm64v8
+ghost:0 @ ppc64le
+ghost:0 @ s390x
ghost:0-alpine @ amd64
ghost:alpine @ amd64
ghost:latest @ amd64
+ghost:latest @ arm32v7
+ghost:latest @ arm64v8
+ghost:latest @ ppc64le
+ghost:latest @ s390x
julia:latest @ amd64
+julia:latest @ arm32v7
+julia:latest @ i386
owncloud:9 @ amd64
+owncloud:9 @ arm32v5
+owncloud:9 @ arm32v7
+owncloud:9 @ arm64v8
+owncloud:9 @ i386
+owncloud:9 @ ppc64le
+owncloud:9 @ s390x
owncloud:9-fpm @ amd64
+owncloud:9-fpm @ arm32v5
+owncloud:9-fpm @ arm32v7
+owncloud:9-fpm @ arm64v8
+owncloud:9-fpm @ i386
+owncloud:9-fpm @ ppc64le
+owncloud:9-fpm @ s390x
owncloud:9.0 @ amd64
+owncloud:9.0 @ arm32v5
+owncloud:9.0 @ arm32v7
+owncloud:9.0 @ arm64v8
+owncloud:9.0 @ i386
+owncloud:9.0 @ ppc64le
+owncloud:9.0 @ s390x
owncloud:9.0-fpm @ amd64
+owncloud:9.0-fpm @ arm32v5
+owncloud:9.0-fpm @ arm32v7
+owncloud:9.0-fpm @ arm64v8
+owncloud:9.0-fpm @ i386
+owncloud:9.0-fpm @ ppc64le
+owncloud:9.0-fpm @ s390x
owncloud:fpm @ amd64
+owncloud:fpm @ arm32v5
+owncloud:fpm @ arm32v7
+owncloud:fpm @ arm64v8
+owncloud:fpm @ i386
+owncloud:fpm @ ppc64le
+owncloud:fpm @ s390x
owncloud:latest @ amd64
+owncloud:latest @ arm32v5
+owncloud:latest @ arm32v7
+owncloud:latest @ arm64v8
+owncloud:latest @ i386
+owncloud:latest @ ppc64le
+owncloud:latest @ s390x
pypy:2 @ amd64
+pypy:2 @ arm32v5
+pypy:2 @ arm32v7
+pypy:2 @ i386
pypy:2-onbuild @ amd64
+pypy:2-onbuild @ arm32v5
+pypy:2-onbuild @ arm32v7
+pypy:2-onbuild @ i386
pypy:2-slim @ amd64
+pypy:2-slim @ arm32v5
+pypy:2-slim @ arm32v7
+pypy:2-slim @ i386
pypy:latest @ amd64
pypy:onbuild @ amd64
pypy:slim @ amd64
diff --git a/_bashbrew-list b/_bashbrew-list
index 87f244e..f9c6a60 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -55,8 +55,8 @@ ghost:1
ghost:1-alpine
ghost:1.7
ghost:1.7-alpine
-ghost:1.7.0
-ghost:1.7.0-alpine
+ghost:1.7.1
+ghost:1.7.1-alpine
ghost:alpine
ghost:latest
julia:0
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index 747d99d..a52e6c7 100644
--- a/ghost_alpine/Dockerfile
+++ b/ghost_alpine/Dockerfile
@@ -12,7 +12,7 @@ RUN apk add --no-cache \
ENV NPM_CONFIG_LOGLEVEL warn
ENV NODE_ENV production
ENV GHOST_CLI_VERSION 1.1.1
-ENV GHOST_VERSION 1.7.0
+ENV GHOST_VERSION 1.7.1
RUN npm install -g "ghost-cli@$GHOST_CLI_VERSION" knex-migrator@latest
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index b36f864..55ed738 100644
--- a/ghost_latest/Dockerfile
+++ b/ghost_latest/Dockerfile
@@ -17,7 +17,7 @@ RUN set -x \
ENV NPM_CONFIG_LOGLEVEL warn
ENV NODE_ENV production
ENV GHOST_CLI_VERSION 1.1.1
-ENV GHOST_VERSION 1.7.0
+ENV GHOST_VERSION 1.7.1
RUN npm install -g "ghost-cli@$GHOST_CLI_VERSION" knex-migrator@latest
diff --git a/julia_latest/Dockerfile b/julia_latest/Dockerfile
index 238ef81..d9a2165 100644
--- a/julia_latest/Dockerfile
+++ b/julia_latest/Dockerfile
@@ -1,24 +1,46 @@
FROM debian:jessie
RUN apt-get update \
- && apt-get install -y --no-install-recommends ca-certificates \
+ && apt-get install -y --no-install-recommends \
+ ca-certificates \
+ curl \
&& rm -rf /var/lib/apt/lists/*
ENV JULIA_PATH /usr/local/julia
-ENV JULIA_VERSION 0.6.0
-RUN mkdir $JULIA_PATH \
- && apt-get update && apt-get install -y curl \
- && curl -sSL "https://julialang-s3.julialang.org/bin/linux/x64/${JULIA_VERSION%[.-]*}/julia-${JULIA_VERSION}-linux-x86_64.tar.gz" -o julia.tar.gz \
- && curl -sSL "https://julialang-s3.julialang.org/bin/linux/x64/${JULIA_VERSION%[.-]*}/julia-${JULIA_VERSION}-linux-x86_64.tar.gz.asc" -o julia.tar.gz.asc \
- && export GNUPGHOME="$(mktemp -d)" \
-# http://julialang.org/juliareleases.asc
+# https://julialang.org/juliareleases.asc
# Julia (Binary signing key) <[email protected]>
- && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 3673DF529D9049477F76B37566E3C7DC03D6E495 \
- && gpg --batch --verify julia.tar.gz.asc julia.tar.gz \
- && rm -r "$GNUPGHOME" julia.tar.gz.asc \
- && tar -xzf julia.tar.gz -C $JULIA_PATH --strip-components 1 \
- && rm -rf /var/lib/apt/lists/* julia.tar.gz*
+ENV JULIA_GPG 3673DF529D9049477F76B37566E3C7DC03D6E495
+
+# https://julialang.org/downloads/
+ENV JULIA_VERSION 0.6.0
+
+RUN set -ex; \
+ \
+# https://julialang.org/downloads/#julia-command-line-version
+# https://julialang-s3.julialang.org/bin/checksums/julia-0.6.0.sha256
+# this "case" statement is generated via "update.sh"
+ dpkgArch="$(dpkg --print-architecture)"; \
+ case "${dpkgArch##*-}" in \
+ amd64) tarArch='x86_64'; dirArch='x64'; sha256='3a27ea78b06f46701dc4274820d9853789db205bce56afdc7147f7bd6fa83e41' ;; \
+ armhf) tarArch='arm'; dirArch='arm'; sha256='7515f5977b2aac0cea1333ef249b3983928dee76ea8eb3de9dd6a7cdfbd07d2d' ;; \
+ i386) tarArch='i686'; dirArch='x86'; sha256='bfebd2ef38c25ce72dd6661cdd8a6f509800492a4d250c2908f83e791c0a444a' ;; \
+ *) echo >&2 "error: current architecture ($dpkgArch) does not have a corresponding Julia binary release"; exit 1 ;; \
+ esac; \
+ \
+ curl -fL -o julia.tar.gz "https://julialang-s3.julialang.org/bin/linux/${dirArch}/${JULIA_VERSION%[.-]*}/julia-${JULIA_VERSION}-linux-${tarArch}.tar.gz"; \
+ curl -fL -o julia.tar.gz.asc "https://julialang-s3.julialang.org/bin/linux/${dirArch}/${JULIA_VERSION%[.-]*}/julia-${JULIA_VERSION}-linux-${tarArch}.tar.gz.asc"; \
+ \
+ echo "${sha256} *julia.tar.gz" | sha256sum -c -; \
+ \
+ export GNUPGHOME="$(mktemp -d)"; \
+ gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$JULIA_GPG"; \
+ gpg --batch --verify julia.tar.gz.asc julia.tar.gz; \
+ rm -rf "$GNUPGHOME" julia.tar.gz.asc; \
+ \
+ mkdir "$JULIA_PATH"; \
+ tar -xzf julia.tar.gz -C "$JULIA_PATH" --strip-components 1; \
+ rm julia.tar.gz
ENV PATH $JULIA_PATH/bin:$PATH
diff --git a/julia_latest/Dockerfile.template b/julia_latest/Dockerfile.template
new file mode 100644
index 0000000..75e155d
--- /dev/null
+++ b/julia_latest/Dockerfile.template
@@ -0,0 +1,42 @@
+FROM debian:jessie
+
+RUN apt-get update \
+ && apt-get install -y --no-install-recommends \
+ ca-certificates \
+ curl \
+ && rm -rf /var/lib/apt/lists/*
+
+ENV JULIA_PATH /usr/local/julia
+
+# https://julialang.org/juliareleases.asc
+# Julia (Binary signing key) <[email protected]>
+ENV JULIA_GPG 3673DF529D9049477F76B37566E3C7DC03D6E495
+
+# https://julialang.org/downloads/
+ENV JULIA_VERSION %%JULIA_VERSION%%
+
+RUN set -ex; \
+ \
+# https://julialang.org/downloads/#julia-command-line-version
+# https://julialang-s3.julialang.org/bin/checksums/julia-%%JULIA_VERSION%%.sha256
+# this "case" statement is generated via "update.sh"
+ %%ARCH-CASE%%; \
+ \
+ curl -fL -o julia.tar.gz "https://julialang-s3.julialang.org/bin/linux/${dirArch}/${JULIA_VERSION%[.-]*}/julia-${JULIA_VERSION}-linux-${tarArch}.tar.gz"; \
+ curl -fL -o julia.tar.gz.asc "https://julialang-s3.julialang.org/bin/linux/${dirArch}/${JULIA_VERSION%[.-]*}/julia-${JULIA_VERSION}-linux-${tarArch}.tar.gz.asc"; \
+ \
+ echo "${sha256} *julia.tar.gz" | sha256sum -c -; \
+ \
+ export GNUPGHOME="$(mktemp -d)"; \
+ gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$JULIA_GPG"; \
+ gpg --batch --verify julia.tar.gz.asc julia.tar.gz; \
+ rm -rf "$GNUPGHOME" julia.tar.gz.asc; \
+ \
+ mkdir "$JULIA_PATH"; \
+ tar -xzf julia.tar.gz -C "$JULIA_PATH" --strip-components 1; \
+ rm julia.tar.gz
+
+
+ENV PATH $JULIA_PATH/bin:$PATH
+
+CMD ["julia"]
diff --git a/owncloud_9-fpm/Dockerfile b/owncloud_9-fpm/Dockerfile
index 1b4ffec..118acca 100644
--- a/owncloud_9-fpm/Dockerfile
+++ b/owncloud_9-fpm/Dockerfile
@@ -18,9 +18,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
# https://doc.owncloud.org/server/8.1/admin_manual/installation/source_installation.html#prerequisites
-RUN docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
- && docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
- && docker-php-ext-install exif gd intl ldap mbstring mcrypt opcache pdo pdo_mysql pdo_pgsql pgsql zip
+RUN set -ex; \
+ docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr; \
+ debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
+ docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
+ docker-php-ext-install exif gd intl ldap mbstring mcrypt opcache pdo pdo_mysql pdo_pgsql pgsql zip
# set recommended PHP.ini settings
# see https://secure.php.net/manual/en/opcache.installation.php
diff --git a/owncloud_9.0-fpm/Dockerfile b/owncloud_9.0-fpm/Dockerfile
index 6996b28..5c27a0a 100644
--- a/owncloud_9.0-fpm/Dockerfile
+++ b/owncloud_9.0-fpm/Dockerfile
@@ -18,9 +18,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
# https://doc.owncloud.org/server/8.1/admin_manual/installation/source_installation.html#prerequisites
-RUN docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
- && docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
- && docker-php-ext-install exif gd intl ldap mbstring mcrypt opcache pdo pdo_mysql pdo_pgsql pgsql zip
+RUN set -ex; \
+ docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr; \
+ debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
+ docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
+ docker-php-ext-install exif gd intl ldap mbstring mcrypt opcache pdo pdo_mysql pdo_pgsql pgsql zip
# set recommended PHP.ini settings
# see https://secure.php.net/manual/en/opcache.installation.php
diff --git a/owncloud_9.0/Dockerfile b/owncloud_9.0/Dockerfile
index 1bc85c8..0d29f90 100644
--- a/owncloud_9.0/Dockerfile
+++ b/owncloud_9.0/Dockerfile
@@ -18,9 +18,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
# https://doc.owncloud.org/server/8.1/admin_manual/installation/source_installation.html#prerequisites
-RUN docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
- && docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
- && docker-php-ext-install exif gd intl ldap mbstring mcrypt opcache pdo pdo_mysql pdo_pgsql pgsql zip
+RUN set -ex; \
+ docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr; \
+ debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
+ docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
+ docker-php-ext-install exif gd intl ldap mbstring mcrypt opcache pdo pdo_mysql pdo_pgsql pgsql zip
# set recommended PHP.ini settings
# see https://secure.php.net/manual/en/opcache.installation.php
diff --git a/owncloud_9/Dockerfile b/owncloud_9/Dockerfile
index a41d3fb..0adfcf6 100644
--- a/owncloud_9/Dockerfile
+++ b/owncloud_9/Dockerfile
@@ -18,9 +18,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
# https://doc.owncloud.org/server/8.1/admin_manual/installation/source_installation.html#prerequisites
-RUN docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
- && docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
- && docker-php-ext-install exif gd intl ldap mbstring mcrypt opcache pdo pdo_mysql pdo_pgsql pgsql zip
+RUN set -ex; \
+ docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr; \
+ debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
+ docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
+ docker-php-ext-install exif gd intl ldap mbstring mcrypt opcache pdo pdo_mysql pdo_pgsql pgsql zip
# set recommended PHP.ini settings
# see https://secure.php.net/manual/en/opcache.installation.php
diff --git a/owncloud_fpm/Dockerfile b/owncloud_fpm/Dockerfile
index b123234..1206213 100644
--- a/owncloud_fpm/Dockerfile
+++ b/owncloud_fpm/Dockerfile
@@ -18,9 +18,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
# https://doc.owncloud.org/server/8.1/admin_manual/installation/source_installation.html#prerequisites
-RUN docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
- && docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
- && docker-php-ext-install exif gd intl ldap mbstring mcrypt opcache pdo pdo_mysql pdo_pgsql pgsql zip
+RUN set -ex; \
+ docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr; \
+ debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
+ docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
+ docker-php-ext-install exif gd intl ldap mbstring mcrypt opcache pdo pdo_mysql pdo_pgsql pgsql zip
# set recommended PHP.ini settings
# see https://secure.php.net/manual/en/opcache.installation.php
diff --git a/owncloud_latest/Dockerfile b/owncloud_latest/Dockerfile
index d3fea7b..ff00d15 100644
--- a/owncloud_latest/Dockerfile
+++ b/owncloud_latest/Dockerfile
@@ -18,9 +18,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
# https://doc.owncloud.org/server/8.1/admin_manual/installation/source_installation.html#prerequisites
-RUN docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
- && docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
- && docker-php-ext-install exif gd intl ldap mbstring mcrypt opcache pdo pdo_mysql pdo_pgsql pgsql zip
+RUN set -ex; \
+ docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr; \
+ debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
+ docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
+ docker-php-ext-install exif gd intl ldap mbstring mcrypt opcache pdo pdo_mysql pdo_pgsql pgsql zip
# set recommended PHP.ini settings
# see https://secure.php.net/manual/en/opcache.installation.php
diff --git a/pypy_2-slim/Dockerfile b/pypy_2-slim/Dockerfile
index b1cd204..0167936 100644
--- a/pypy_2-slim/Dockerfile
+++ b/pypy_2-slim/Dockerfile
@@ -16,24 +16,39 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV PYPY_VERSION 5.8.0
-ENV PYPY_SHA256SUM 6274292d0e954a2609b15978cde6efa30942ba20aa5d2acbbf1c70c0a54e9b1e
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION 9.0.1
RUN set -ex; \
\
+# this "case" statement is generated via "update.sh"
+ dpkgArch="$(dpkg --print-architecture)"; \
+ case "${dpkgArch##*-}" in \
+# amd64
+ amd64) pypyArch='linux64'; sha256='6274292d0e954a2609b15978cde6efa30942ba20aa5d2acbbf1c70c0a54e9b1e' ;; \
+# arm32v5
+ armel) pypyArch='linux-armel'; sha256='28b7fd0cc7418ffc66c71520728e87941be40ebf4b82675c57e25598a2a702b0' ;; \
+# arm32v7
+ armhf) pypyArch='linux-armhf-raring'; sha256='ddceca9c5c9a456d4bf1beab177660adffbbdf255a922244e1cc05f20318be46' ;; \
+# i386
+ i386) pypyArch='linux32'; sha256='a0b125a5781f7e5ddfc3baca46503b14f4ee6a0e234e8d72bfcf3afdf4120bef' ;; \
+ *) echo >&2 "error: current architecture ($dpkgArch) does not have a corresponding PyPy $PYPY_VERSION binary release"; exit 1 ;; \
+ esac; \
+ \
fetchDeps=' \
bzip2 \
wget \
'; \
apt-get update && apt-get install -y $fetchDeps --no-install-recommends && rm -rf /var/lib/apt/lists/*; \
\
- wget -O pypy.tar.bz2 "https://bitbucket.org/pypy/pypy/downloads/pypy2-v${PYPY_VERSION}-linux64.tar.bz2"; \
- echo "$PYPY_SHA256SUM *pypy.tar.bz2" | sha256sum -c; \
+ wget -O pypy.tar.bz2 "https://bitbucket.org/pypy/pypy/downloads/pypy2-v${PYPY_VERSION}-${pypyArch}.tar.bz2"; \
+ echo "$sha256 *pypy.tar.bz2" | sha256sum -c; \
tar -xjC /usr/local --strip-components=1 -f pypy.tar.bz2; \
rm pypy.tar.bz2; \
\
+ pypy --version; \
+ \
wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; \
\
pypy get-pip.py \
diff --git a/pypy_2/Dockerfile b/pypy_2/Dockerfile
index 54779d1..5f19570 100644
--- a/pypy_2/Dockerfile
+++ b/pypy_2/Dockerfile
@@ -14,16 +14,32 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV PYPY_VERSION 5.8.0
-ENV PYPY_SHA256SUM 6274292d0e954a2609b15978cde6efa30942ba20aa5d2acbbf1c70c0a54e9b1e
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION 9.0.1
RUN set -ex; \
- wget -O pypy.tar.bz2 "https://bitbucket.org/pypy/pypy/downloads/pypy2-v${PYPY_VERSION}-linux64.tar.bz2"; \
- echo "$PYPY_SHA256SUM *pypy.tar.bz2" | sha256sum -c; \
+ \
+# this "case" statement is generated via "update.sh"
+ dpkgArch="$(dpkg --print-architecture)"; \
+ case "${dpkgArch##*-}" in \
+# amd64
+ amd64) pypyArch='linux64'; sha256='6274292d0e954a2609b15978cde6efa30942ba20aa5d2acbbf1c70c0a54e9b1e' ;; \
+# arm32v5
+ armel) pypyArch='linux-armel'; sha256='28b7fd0cc7418ffc66c71520728e87941be40ebf4b82675c57e25598a2a702b0' ;; \
+# arm32v7
+ armhf) pypyArch='linux-armhf-raring'; sha256='ddceca9c5c9a456d4bf1beab177660adffbbdf255a922244e1cc05f20318be46' ;; \
+# i386
+ i386) pypyArch='linux32'; sha256='a0b125a5781f7e5ddfc3baca46503b14f4ee6a0e234e8d72bfcf3afdf4120bef' ;; \
+ *) echo >&2 "error: current architecture ($dpkgArch) does not have a corresponding PyPy $PYPY_VERSION binary release"; exit 1 ;; \
+ esac; \
+ \
+ wget -O pypy.tar.bz2 "https://bitbucket.org/pypy/pypy/downloads/pypy2-v${PYPY_VERSION}-${pypyArch}.tar.bz2"; \
+ echo "$sha256 *pypy.tar.bz2" | sha256sum -c; \
tar -xjC /usr/local --strip-components=1 -f pypy.tar.bz2; \
- rm pypy.tar.bz2
+ rm pypy.tar.bz2; \
+ \
+ pypy --version
RUN set -ex; \
\
diff --git a/pypy_latest/Dockerfile b/pypy_latest/Dockerfile
index 1e500d3..875070e 100644
--- a/pypy_latest/Dockerfile
+++ b/pypy_latest/Dockerfile
@@ -14,16 +14,26 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV PYPY_VERSION 5.8.0
-ENV PYPY_SHA256SUM 57d871a7f1135719c138cee4e3533c3275d682a76a40ff668e95150c65923035
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION 9.0.1
RUN set -ex; \
- wget -O pypy.tar.bz2 "https://bitbucket.org/pypy/pypy/downloads/pypy3-v${PYPY_VERSION}-linux64.tar.bz2"; \
- echo "$PYPY_SHA256SUM *pypy.tar.bz2" | sha256sum -c; \
+ \
+# this "case" statement is generated via "update.sh"
+ dpkgArch="$(dpkg --print-architecture)"; \
+ case "${dpkgArch##*-}" in \
+# amd64
+ amd64) pypyArch='linux64'; sha256='57d871a7f1135719c138cee4e3533c3275d682a76a40ff668e95150c65923035' ;; \
+ *) echo >&2 "error: current architecture ($dpkgArch) does not have a corresponding PyPy $PYPY_VERSION binary release"; exit 1 ;; \
+ esac; \
+ \
+ wget -O pypy.tar.bz2 "https://bitbucket.org/pypy/pypy/downloads/pypy3-v${PYPY_VERSION}-${pypyArch}.tar.bz2"; \
+ echo "$sha256 *pypy.tar.bz2" | sha256sum -c; \
tar -xjC /usr/local --strip-components=1 -f pypy.tar.bz2; \
- rm pypy.tar.bz2
+ rm pypy.tar.bz2; \
+ \
+ pypy3 --version
RUN set -ex; \
\
diff --git a/pypy_slim/Dockerfile b/pypy_slim/Dockerfile
index aa61671..503fefa 100644
--- a/pypy_slim/Dockerfile
+++ b/pypy_slim/Dockerfile
@@ -16,24 +16,33 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV PYPY_VERSION 5.8.0
-ENV PYPY_SHA256SUM 57d871a7f1135719c138cee4e3533c3275d682a76a40ff668e95150c65923035
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION 9.0.1
RUN set -ex; \
\
+# this "case" statement is generated via "update.sh"
+ dpkgArch="$(dpkg --print-architecture)"; \
+ case "${dpkgArch##*-}" in \
+# amd64
+ amd64) pypyArch='linux64'; sha256='57d871a7f1135719c138cee4e3533c3275d682a76a40ff668e95150c65923035' ;; \
+ *) echo >&2 "error: current architecture ($dpkgArch) does not have a corresponding PyPy $PYPY_VERSION binary release"; exit 1 ;; \
+ esac; \
+ \
fetchDeps=' \
bzip2 \
wget \
'; \
apt-get update && apt-get install -y $fetchDeps --no-install-recommends && rm -rf /var/lib/apt/lists/*; \
\
- wget -O pypy.tar.bz2 "https://bitbucket.org/pypy/pypy/downloads/pypy3-v${PYPY_VERSION}-linux64.tar.bz2"; \
- echo "$PYPY_SHA256SUM *pypy.tar.bz2" | sha256sum -c; \
+ wget -O pypy.tar.bz2 "https://bitbucket.org/pypy/pypy/downloads/pypy3-v${PYPY_VERSION}-${pypyArch}.tar.bz2"; \
+ echo "$sha256 *pypy.tar.bz2" | sha256sum -c; \
tar -xjC /usr/local --strip-components=1 -f pypy.tar.bz2; \
rm pypy.tar.bz2; \
\
+ pypy3 --version; \
+ \
wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; \
\
pypy3 get-pip.py \
diff --git a/redmine_3.1-passenger/Dockerfile b/redmine_3.1-passenger/Dockerfile
index c791c59..0430f4d 100644
--- a/redmine_3.1-passenger/Dockerfile
+++ b/redmine_3.1-passenger/Dockerfile
@@ -1,6 +1,6 @@
FROM redmine:3.1
-ENV PASSENGER_VERSION 5.1.7
+ENV PASSENGER_VERSION 5.1.8
RUN buildDeps=' \
make \
diff --git a/redmine_3.2-passenger/Dockerfile b/redmine_3.2-passenger/Dockerfile
index b9f8d2d..7d3e25d 100644
--- a/redmine_3.2-passenger/Dockerfile
+++ b/redmine_3.2-passenger/Dockerfile
@@ -1,6 +1,6 @@
FROM redmine:3.2
-ENV PASSENGER_VERSION 5.1.7
+ENV PASSENGER_VERSION 5.1.8
RUN buildDeps=' \
make \
diff --git a/redmine_3.3-passenger/Dockerfile b/redmine_3.3-passenger/Dockerfile
index 9ceb7bd..0f3acfd 100644
--- a/redmine_3.3-passenger/Dockerfile
+++ b/redmine_3.3-passenger/Dockerfile
@@ -1,6 +1,6 @@
FROM redmine:3.3
-ENV PASSENGER_VERSION 5.1.7
+ENV PASSENGER_VERSION 5.1.8
RUN buildDeps=' \
make \
diff --git a/redmine_passenger/Dockerfile b/redmine_passenger/Dockerfile
index ce24219..4eace7e 100644
--- a/redmine_passenger/Dockerfile
+++ b/redmine_passenger/Dockerfile
@@ -1,6 +1,6 @@
FROM redmine:3.4
-ENV PASSENGER_VERSION 5.1.7
+ENV PASSENGER_VERSION 5.1.8
RUN buildDeps=' \
make \ |
Build test of #3364; 6e19f45 ( $ bashbrew build cassandra:2.1.18
Using bashbrew/cache:878c1f1e72a31ff9d7480844fe9ad13a0909e528d84a8745dbcd05fc7c385840 (cassandra:2.1.18)
Tagging cassandra:2.1.18
Tagging cassandra:2.1
$ test/run.sh cassandra:2.1.18
testing cassandra:2.1.18
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'cassandra-basics' [5/5].......passed
$ bashbrew build cassandra:2.2.10
Using bashbrew/cache:4b33c9f40185264663d9f30002ca9feedece63c09971130946737b8587f16427 (cassandra:2.2.10)
Tagging cassandra:2.2.10
Tagging cassandra:2.2
Tagging cassandra:2
$ test/run.sh cassandra:2.2.10
testing cassandra:2.2.10
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'cassandra-basics' [5/5].......passed
$ bashbrew build cassandra:3.0.14
Using bashbrew/cache:87d07137de752c0950114787fbe85199d812058ac9047ef480e7381b9aa8657d (cassandra:3.0.14)
Tagging cassandra:3.0.14
Tagging cassandra:3.0
$ test/run.sh cassandra:3.0.14
testing cassandra:3.0.14
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'cassandra-basics' [5/5].......passed
$ bashbrew build cassandra:3.11.0
Using bashbrew/cache:ba58f86ea473be274ddb55ece00e5fe21ec8a14820efa37414ddc48dd9b854b7 (cassandra:3.11.0)
Tagging cassandra:3.11.0
Tagging cassandra:3.11
Tagging cassandra:3
Tagging cassandra:latest
$ test/run.sh cassandra:3.11.0
testing cassandra:3.11.0
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'cassandra-basics' [5/5].......passed
$ bashbrew build drupal:8.4.0-beta1-apache
Using bashbrew/cache:069dc1adb233db7c6171afc0beb2702c1ebdfcc8dabdec577cc59c0949fb8e1e (drupal:8.4.0-beta1-apache)
Tagging drupal:8.4.0-beta1-apache
Tagging drupal:8.4-rc-apache
Tagging drupal:rc-apache
Tagging drupal:8.4.0-beta1
Tagging drupal:8.4-rc
Tagging drupal:rc
$ test/run.sh drupal:8.4.0-beta1-apache
testing drupal:8.4.0-beta1-apache
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build drupal:8.4.0-beta1-fpm
Using bashbrew/cache:42d4767e6aeb51fc8ef11c06f31f98cce3758109bee2e533b41f62704c40fb6d (drupal:8.4.0-beta1-fpm)
Tagging drupal:8.4.0-beta1-fpm
Tagging drupal:8.4-rc-fpm
Tagging drupal:rc-fpm
$ test/run.sh drupal:8.4.0-beta1-fpm
testing drupal:8.4.0-beta1-fpm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build drupal:8.4.0-beta1-fpm-alpine
Using bashbrew/cache:67c7320d8b775995bad2dd3a107eef2949a32e008aef63486b54c84ec032788d (drupal:8.4.0-beta1-fpm-alpine)
Tagging drupal:8.4.0-beta1-fpm-alpine
Tagging drupal:8.4-rc-fpm-alpine
Tagging drupal:rc-fpm-alpine
$ test/run.sh drupal:8.4.0-beta1-fpm-alpine
testing drupal:8.4.0-beta1-fpm-alpine
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build drupal:8.3.7-apache
Using bashbrew/cache:5d4482338978aacfc9b6c2a58eb28632cb821d72e1186aa1eb45ef27971b2031 (drupal:8.3.7-apache)
Tagging drupal:8.3.7-apache
Tagging drupal:8.3-apache
Tagging drupal:8-apache
Tagging drupal:apache
Tagging drupal:8.3.7
Tagging drupal:8.3
Tagging drupal:8
Tagging drupal:latest
$ test/run.sh drupal:8.3.7-apache
testing drupal:8.3.7-apache
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build drupal:8.3.7-fpm
Using bashbrew/cache:ddb88e27486592cc3dab8b78d320df9f5de05b2cb2a786d90ebcd1f8587050fa (drupal:8.3.7-fpm)
Tagging drupal:8.3.7-fpm
Tagging drupal:8.3-fpm
Tagging drupal:8-fpm
Tagging drupal:fpm
$ test/run.sh drupal:8.3.7-fpm
testing drupal:8.3.7-fpm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build drupal:8.3.7-fpm-alpine
Using bashbrew/cache:d45f863ea421973dae8abada655927677b4121c0eec1ffced439c0e6bdb60d2f (drupal:8.3.7-fpm-alpine)
Tagging drupal:8.3.7-fpm-alpine
Tagging drupal:8.3-fpm-alpine
Tagging drupal:8-fpm-alpine
Tagging drupal:fpm-alpine
$ test/run.sh drupal:8.3.7-fpm-alpine
testing drupal:8.3.7-fpm-alpine
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build drupal:7.56-apache
Using bashbrew/cache:f661c6c6f456201b4b1e5f00975ee4548c10349b4ac0e356b5a7cd880f30f0c2 (drupal:7.56-apache)
Tagging drupal:7.56-apache
Tagging drupal:7-apache
Tagging drupal:7.56
Tagging drupal:7
$ test/run.sh drupal:7.56-apache
testing drupal:7.56-apache
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build drupal:7.56-fpm
Using bashbrew/cache:7828b7c260ab003a347a6b1f4899b2854835749e8f6cf376fe714bbfc122f635 (drupal:7.56-fpm)
Tagging drupal:7.56-fpm
Tagging drupal:7-fpm
$ test/run.sh drupal:7.56-fpm
testing drupal:7.56-fpm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build drupal:7.56-fpm-alpine
Using bashbrew/cache:28e5c2ed8eaf8727684c84e5102e46b400ff94730f57538b5d6d71e326bd0cfc (drupal:7.56-fpm-alpine)
Tagging drupal:7.56-fpm-alpine
Tagging drupal:7-fpm-alpine
$ test/run.sh drupal:7.56-fpm-alpine
testing drupal:7.56-fpm-alpine
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build ghost:1.7.1
Using bashbrew/cache:3f6eaf50608488ee53e007489d28a44ceec432ea273a9648b4fc1d8182fa57bd (ghost:1.7.1)
Tagging ghost:1.7.1
Tagging ghost:1.7
Tagging ghost:1
Tagging ghost:latest
$ test/run.sh ghost:1.7.1
testing ghost:1.7.1
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'ghost-basics' [5/5].....passed
$ bashbrew build ghost:1.7.1-alpine
Using bashbrew/cache:b4e6a7b73e05fdbc1d218c4821cc46100207f6171ff5e1ebf76e7e5b6a53bafa (ghost:1.7.1-alpine)
Tagging ghost:1.7.1-alpine
Tagging ghost:1.7-alpine
Tagging ghost:1-alpine
Tagging ghost:alpine
$ test/run.sh ghost:1.7.1-alpine
testing ghost:1.7.1-alpine
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'ghost-basics' [5/5].....passed
$ bashbrew build ghost:0.11.11
Using bashbrew/cache:0e180cb6a84b5fd98d01ab58819eecd88d1a98a903685b313420f3f4c7b4afd3 (ghost:0.11.11)
Tagging ghost:0.11.11
Tagging ghost:0.11
Tagging ghost:0
$ test/run.sh ghost:0.11.11
testing ghost:0.11.11
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'ghost-basics' [5/5]....passed
$ bashbrew build ghost:0.11.11-alpine
Using bashbrew/cache:210a8dfc1eb90826dbfc6d794131ab798ac009afa2953feeb8ec39b9d2752ce9 (ghost:0.11.11-alpine)
Tagging ghost:0.11.11-alpine
Tagging ghost:0.11-alpine
Tagging ghost:0-alpine
$ test/run.sh ghost:0.11.11-alpine
testing ghost:0.11.11-alpine
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'ghost-basics' [5/5]....passed
$ bashbrew build julia:0.6.0
Using bashbrew/cache:ae0795c734a2961be642b9155cea0121b543058729b1303109cbbf546a68a3fa (julia:0.6.0)
Tagging julia:0.6.0
Tagging julia:0.6
Tagging julia:0
Tagging julia:latest
$ test/run.sh julia:0.6.0
testing julia:0.6.0
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'julia-hello-world' [5/5]... % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 220 100 220 0 0 1395 0 --:--:-- --:--:-- --:--:-- 1401
100 10468 0 10468 0 0 31355 0 --:--:-- --:--:-- --:--:-- 31355
INFO: Initializing package repository /root/.julia/v0.6
INFO: Cloning METADATA from https://github.com/JuliaLang/METADATA.jl
INFO: Cloning cache of Compat from https://github.com/JuliaLang/Compat.jl.git
INFO: Cloning cache of JSON from https://github.com/JuliaIO/JSON.jl.git
INFO: Installing Compat v0.30.0
INFO: Installing JSON v0.13.0
INFO: Package database updated
passed
$ bashbrew build owncloud:10.0.2-apache
Using bashbrew/cache:b48157bf90832ab3c5c7ff165ae2669727840ec4cd7a33c194ff3ff5c70e22a2 (owncloud:10.0.2-apache)
Tagging owncloud:10.0.2-apache
Tagging owncloud:10.0-apache
Tagging owncloud:10-apache
Tagging owncloud:apache
Tagging owncloud:10.0.2
Tagging owncloud:10.0
Tagging owncloud:10
Tagging owncloud:latest
$ test/run.sh owncloud:10.0.2-apache
testing owncloud:10.0.2-apache
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build owncloud:10.0.2-fpm
Using bashbrew/cache:682e737556b2f190ac6c3891a3d4292a2661c4029b336acd81c938da33db135e (owncloud:10.0.2-fpm)
Tagging owncloud:10.0.2-fpm
Tagging owncloud:10.0-fpm
Tagging owncloud:10-fpm
Tagging owncloud:fpm
$ test/run.sh owncloud:10.0.2-fpm
testing owncloud:10.0.2-fpm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build owncloud:9.1.6-apache
Using bashbrew/cache:d7d3ee8359aa3f6e7bc7ae52901cfd34a2308ed3bfb611483d10d26de2d47252 (owncloud:9.1.6-apache)
Tagging owncloud:9.1.6-apache
Tagging owncloud:9.1-apache
Tagging owncloud:9-apache
Tagging owncloud:9.1.6
Tagging owncloud:9.1
Tagging owncloud:9
$ test/run.sh owncloud:9.1.6-apache
testing owncloud:9.1.6-apache
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build owncloud:9.1.6-fpm
Using bashbrew/cache:7fb0c7824b21113cb5fe1894549a529afc66a9453aeffd67825a5675e5b2dc51 (owncloud:9.1.6-fpm)
Tagging owncloud:9.1.6-fpm
Tagging owncloud:9.1-fpm
Tagging owncloud:9-fpm
$ test/run.sh owncloud:9.1.6-fpm
testing owncloud:9.1.6-fpm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build owncloud:9.0.10-apache
Using bashbrew/cache:fc490b26850c2be7ed3185155d5dc66e1697605350dc87a750ea0273ac232478 (owncloud:9.0.10-apache)
Tagging owncloud:9.0.10-apache
Tagging owncloud:9.0-apache
Tagging owncloud:9.0.10
Tagging owncloud:9.0
$ test/run.sh owncloud:9.0.10-apache
testing owncloud:9.0.10-apache
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build owncloud:9.0.10-fpm
Using bashbrew/cache:68c141c9821d1184162c4755f9ca088809a39619f1e7e3d63628b79e8a6b6596 (owncloud:9.0.10-fpm)
Tagging owncloud:9.0.10-fpm
Tagging owncloud:9.0-fpm
$ test/run.sh owncloud:9.0.10-fpm
testing owncloud:9.0.10-fpm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build pypy:2-5.8.0
Using bashbrew/cache:91e37d90945f64a7f20355a21c90ef6ccf62dfa68df77b5c3949893351035d6f (pypy:2-5.8.0)
Tagging pypy:2-5.8.0
Tagging pypy:2-5.8
Tagging pypy:2-5
Tagging pypy:2
$ test/run.sh pypy:2-5.8.0
testing pypy:2-5.8.0
'utc' [1/8]...passed
'cve-2014--shellshock' [2/8]...passed
'no-hard-coded-passwords' [3/8]...passed
'override-cmd' [4/8]...passed
'python-hy' [5/8]...passed
'python-imports' [6/8]...passed
'python-pip-requests-ssl' [7/8]...passed
'python-sqlite3' [8/8]...passed
$ bashbrew build pypy:2-5.8.0-slim
Using bashbrew/cache:16db23402cd42c55821fb4f45f40d3e624177bc0cf15fbd2f7781cd695a7fa43 (pypy:2-5.8.0-slim)
Tagging pypy:2-5.8.0-slim
Tagging pypy:2-5.8-slim
Tagging pypy:2-5-slim
Tagging pypy:2-slim
$ test/run.sh pypy:2-5.8.0-slim
testing pypy:2-5.8.0-slim
'utc' [1/8]...passed
'cve-2014--shellshock' [2/8]...passed
'no-hard-coded-passwords' [3/8]...passed
'override-cmd' [4/8]...passed
'python-hy' [5/8]...passed
'python-imports' [6/8]...passed
'python-pip-requests-ssl' [7/8]...passed
'python-sqlite3' [8/8]...passed
$ bashbrew build pypy:2-5.8.0-onbuild
Using bashbrew/cache:6d1173cd526c396371afadfa6b4cdba8852533c747126905fc436c28c074f877 (pypy:2-5.8.0-onbuild)
Tagging pypy:2-5.8.0-onbuild
Tagging pypy:2-5.8-onbuild
Tagging pypy:2-5-onbuild
Tagging pypy:2-onbuild
$ test/run.sh pypy:2-5.8.0-onbuild
testing pypy:2-5.8.0-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build pypy:3-5.8.0
Using bashbrew/cache:1164fcc754ce20f237e89781133a3575c2d02594e14b5e238a63e3c9a3b4dc87 (pypy:3-5.8.0)
Tagging pypy:3-5.8.0
Tagging pypy:3-5.8
Tagging pypy:3-5
Tagging pypy:3
Tagging pypy:latest
$ test/run.sh pypy:3-5.8.0
testing pypy:3-5.8.0
'utc' [1/8]...passed
'cve-2014--shellshock' [2/8]...passed
'no-hard-coded-passwords' [3/8]...passed
'override-cmd' [4/8]...passed
'python-hy' [5/8]...passed
'python-imports' [6/8]...passed
'python-pip-requests-ssl' [7/8]...passed
'python-sqlite3' [8/8]...passed
$ bashbrew build pypy:3-5.8.0-slim
Using bashbrew/cache:3b30dbfdb1b96bcb2cfbe31d34be868c1c68454b234bd7dafa51997f50a03495 (pypy:3-5.8.0-slim)
Tagging pypy:3-5.8.0-slim
Tagging pypy:3-5.8-slim
Tagging pypy:3-5-slim
Tagging pypy:3-slim
Tagging pypy:slim
$ test/run.sh pypy:3-5.8.0-slim
testing pypy:3-5.8.0-slim
'utc' [1/8]...passed
'cve-2014--shellshock' [2/8]...passed
'no-hard-coded-passwords' [3/8]...passed
'override-cmd' [4/8]...passed
'python-hy' [5/8]...passed
'python-imports' [6/8]...passed
'python-pip-requests-ssl' [7/8]...passed
'python-sqlite3' [8/8]...passed
$ bashbrew build pypy:3-5.8.0-onbuild
Using bashbrew/cache:ff075289ffeabee7200af535f3031ecfc6b9963312fffffb78df5ce5b88dbe50 (pypy:3-5.8.0-onbuild)
Tagging pypy:3-5.8.0-onbuild
Tagging pypy:3-5.8-onbuild
Tagging pypy:3-5-onbuild
Tagging pypy:3-onbuild
Tagging pypy:onbuild
$ test/run.sh pypy:3-5.8.0-onbuild
testing pypy:3-5.8.0-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build redmine:3.4.2
Using bashbrew/cache:dfa2ba5c7fb27f5d1389b80883c196db3523baaa86bf1ee855176104d05cbad1 (redmine:3.4.2)
Tagging redmine:3.4.2
Tagging redmine:3.4
Tagging redmine:3
Tagging redmine:latest
$ test/run.sh redmine:3.4.2
testing redmine:3.4.2
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'redmine-basics' [5/5]........passed
$ bashbrew build redmine:3.4.2-passenger
Using bashbrew/cache:e1dd38306aee7a696bee701e8127d0acd70f64b9e9d3f8139101036515de6cfb (redmine:3.4.2-passenger)
Tagging redmine:3.4.2-passenger
Tagging redmine:3.4-passenger
Tagging redmine:3-passenger
Tagging redmine:passenger
$ test/run.sh redmine:3.4.2-passenger
testing redmine:3.4.2-passenger
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'redmine-basics' [5/5].......passed
$ bashbrew build redmine:3.3.4
Using bashbrew/cache:12e1ba2cc4fe3aeedd41831ac3024e52fac07dba60d09622ce587329ec220d7b (redmine:3.3.4)
Tagging redmine:3.3.4
Tagging redmine:3.3
$ test/run.sh redmine:3.3.4
testing redmine:3.3.4
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'redmine-basics' [5/5]........passed
$ bashbrew build redmine:3.3.4-passenger
Using bashbrew/cache:52c7e2a93e8f71647f522dea04ada1dea7c29225443536cb6d3c90350d4e3729 (redmine:3.3.4-passenger)
Tagging redmine:3.3.4-passenger
Tagging redmine:3.3-passenger
$ test/run.sh redmine:3.3.4-passenger
testing redmine:3.3.4-passenger
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'redmine-basics' [5/5].........passed
$ bashbrew build redmine:3.2.7
Using bashbrew/cache:55c26e2417b4ace5d454e7aa017df81127d42bd7e16af30c1d1e4c1219757b9d (redmine:3.2.7)
Tagging redmine:3.2.7
Tagging redmine:3.2
$ test/run.sh redmine:3.2.7
testing redmine:3.2.7
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'redmine-basics' [5/5]........passed
$ bashbrew build redmine:3.2.7-passenger
Using bashbrew/cache:061a387a0b13475173f52cc8281c5c514c0e36988034107288dd8478a77ed75e (redmine:3.2.7-passenger)
Tagging redmine:3.2.7-passenger
Tagging redmine:3.2-passenger
$ test/run.sh redmine:3.2.7-passenger
testing redmine:3.2.7-passenger
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'redmine-basics' [5/5].......passed
$ bashbrew build redmine:3.1.7
Using bashbrew/cache:1a86777cac311a0f3d4e64a5518479e1d114b077e349df36d6bf4addb90f3a5d (redmine:3.1.7)
Tagging redmine:3.1.7
Tagging redmine:3.1
$ test/run.sh redmine:3.1.7
testing redmine:3.1.7
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'redmine-basics' [5/5]........passed
$ bashbrew build redmine:3.1.7-passenger
Using bashbrew/cache:06cda62099d036ece9abcdedd675c6c9b1f559f5e23cce9a7a3f4d5cc1ba0fe5 (redmine:3.1.7-passenger)
Tagging redmine:3.1.7-passenger
Tagging redmine:3.1-passenger
$ test/run.sh redmine:3.1.7-passenger
testing redmine:3.1.7-passenger
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'redmine-basics' [5/5].......passed
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
cassandra
: multiarch (Add as much multiarch as Cassandra's repos can handle cassandra#115)drupal
: multiarch (Add proper Architectures entries in "generate-stackbrew-library.sh" drupal#90)ghost
: 1.7.1, multiarch (Add proper Architectures entries in "generate-stackbrew-library.sh" ghost#82)julia
: multiarch (Add support for multiple architectures julia#15)owncloud
: multiarch (Add proper Architectures entries in "generate-stackbrew-library.sh" owncloud#91)pypy
: multiarch (Add support for multiple architectures pypy#16)redmine
: passenger 5.1.8