[ARVADOS] updated: 1.3.0-1596-g051406184
Git user
git at public.curoverse.com
Tue Sep 10 20:43:44 UTC 2019
Summary of changes:
build/package-build-dockerfiles/centos7/Dockerfile | 2 +-
build/package-test-dockerfiles/centos7/Dockerfile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 0514061849282c99c9cd0d19d65a0ff190c2c495 (commit)
from 6a8143503ec443708a46031517944587e17cbe70 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 0514061849282c99c9cd0d19d65a0ff190c2c495
Author: Fernando Monserrat <fmonserrat at Fernandos-MBP>
Date: Tue Sep 10 17:43:06 2019 -0300
15612: Add reference to the ticket regarding the bash upgrade
Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>
diff --git a/build/package-build-dockerfiles/centos7/Dockerfile b/build/package-build-dockerfiles/centos7/Dockerfile
index 0c63674e2..7219edb37 100644
--- a/build/package-build-dockerfiles/centos7/Dockerfile
+++ b/build/package-build-dockerfiles/centos7/Dockerfile
@@ -18,7 +18,7 @@ RUN gpg --import --no-tty /tmp/mpapis.asc && \
/usr/local/rvm/bin/rvm alias create default ruby-2.5 && \
/usr/local/rvm/bin/rvm-exec default gem install fpm --version 1.10.2
-# Install Bash 4.4.12
+# Install Bash 4.4.12 // see https://dev.arvados.org/issues/15612
RUN cd /usr/local/src \
&& wget http://ftp.gnu.org/gnu/bash/bash-4.4.12.tar.gz \
&& wget http://ftp.gnu.org/gnu/bash/bash-4.4.12.tar.gz.sig \
diff --git a/build/package-test-dockerfiles/centos7/Dockerfile b/build/package-test-dockerfiles/centos7/Dockerfile
index c84620adb..49d04aa74 100644
--- a/build/package-test-dockerfiles/centos7/Dockerfile
+++ b/build/package-test-dockerfiles/centos7/Dockerfile
@@ -18,7 +18,7 @@ RUN touch /var/lib/rpm/* && \
/usr/local/rvm/bin/rvm install 2.3 && \
/usr/local/rvm/bin/rvm alias create default ruby-2.3
-# Install Bash 4.4.12
+# Install Bash 4.4.12 // see https://dev.arvados.org/issues/15612
RUN cd /usr/local/src \
&& wget http://ftp.gnu.org/gnu/bash/bash-4.4.12.tar.gz \
&& wget http://ftp.gnu.org/gnu/bash/bash-4.4.12.tar.gz.sig \
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list