[ARVADOS] updated: 1.3.0-3077-gb1a9b18e4

Git user git at public.arvados.org
Thu Sep 3 14:11:35 UTC 2020


Summary of changes:
 docker/jobs/Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

       via  b1a9b18e4bd1691294b60a90c595bccd29725ca7 (commit)
      from  a528347f7edc85282c3f618fbae4030e9f9da226 (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 b1a9b18e4bd1691294b60a90c595bccd29725ca7
Author: Ward Vandewege <ward at curii.com>
Date:   Thu Sep 3 10:09:52 2020 -0400

    bugfix: remove unnecessarily dependency on python2 sdk package in our
    arvados/jobs Docker image.
    
    refs #16580
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/docker/jobs/Dockerfile b/docker/jobs/Dockerfile
index 15993c4bc..9949b1930 100644
--- a/docker/jobs/Dockerfile
+++ b/docker/jobs/Dockerfile
@@ -24,11 +24,10 @@ RUN echo cwl_runner_version $cwl_runner_version python_sdk_version $python_sdk_v
 
 RUN apt-get update -q
 RUN apt-get install -yq --no-install-recommends nodejs \
-    python-arvados-python-client=$python_sdk_version \
     python3-arvados-cwl-runner=$cwl_runner_version
 
 # use the Python executable from the python-arvados-cwl-runner package
-RUN rm -f /usr/bin/python && ln -s /usr/share/python2.7/dist/python-arvados-python-client/bin/python /usr/bin/python
+RUN rm -f /usr/bin/python && ln -s /usr/share/python3/dist/python3-arvados-cwl-runner/bin/python /usr/bin/python
 RUN rm -f /usr/bin/python3 && ln -s /usr/share/python3/dist/python3-arvados-cwl-runner/bin/python /usr/bin/python3
 
 # Install dependencies and set up system.

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list