[ARVADOS] updated: 2.1.0-535-g3b9e0f691
Git user
git at public.arvados.org
Fri Mar 26 15:25:43 UTC 2021
Summary of changes:
build/package-test-dockerfiles/centos7/Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 3b9e0f6918bfe0546bf547ccdf4da6bd52222448 (commit)
from 90622862eec98922c1357a3f9df1c1f2c4e21b6b (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 3b9e0f6918bfe0546bf547ccdf4da6bd52222448
Author: Ward Vandewege <ward at curii.com>
Date: Fri Mar 26 11:25:01 2021 -0400
Fix centos7 api server package test.
closes #17491
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/build/package-test-dockerfiles/centos7/Dockerfile b/build/package-test-dockerfiles/centos7/Dockerfile
index 3d68cfc00..eebeac0c8 100644
--- a/build/package-test-dockerfiles/centos7/Dockerfile
+++ b/build/package-test-dockerfiles/centos7/Dockerfile
@@ -15,8 +15,8 @@ RUN touch /var/lib/rpm/* && \
gpg --import --no-tty /tmp/mpapis.asc && \
gpg --import --no-tty /tmp/pkuczynski.asc && \
curl -L https://get.rvm.io | bash -s stable && \
- /usr/local/rvm/bin/rvm install 2.3 && \
- /usr/local/rvm/bin/rvm alias create default ruby-2.3 && \
+ /usr/local/rvm/bin/rvm install 2.5 && \
+ /usr/local/rvm/bin/rvm alias create default ruby-2.5 && \
/usr/local/rvm/bin/rvm-exec default gem install bundler --version 2.0.2
# Install Bash 4.4.12 // see https://dev.arvados.org/issues/15612
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list