[ARVADOS] updated: 1.3.0-518-g89c5953f1

Git user git at public.curoverse.com
Wed Mar 13 11:55:28 EDT 2019


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

       via  89c5953f15ff025971e465c86eb6d129ff0a63f9 (commit)
      from  5b0962883553bb3573787151dafea8d92988d712 (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 89c5953f15ff025971e465c86eb6d129ff0a63f9
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Wed Mar 13 11:42:30 2019 -0400

    Switch to stretch-slim as the base image for arvados/jobs, this results in a
    smaller image.
    
    arvados/jobs         1.3.1.20190308210512   2a6c5e4993e7        4 days ago          284MB
    arvados/jobs         latest                 0cfff29120dd        20 minutes ago      232MB
    
    refs #14819
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/docker/jobs/Dockerfile b/docker/jobs/Dockerfile
index 02a1c3829..079276e52 100644
--- a/docker/jobs/Dockerfile
+++ b/docker/jobs/Dockerfile
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: Apache-2.0
 
 # Based on Debian Stretch
-FROM debian:stretch
+FROM debian:stretch-slim
 MAINTAINER Ward Vandewege <wvandewege at veritasgenetics.com>
 
 ENV DEBIAN_FRONTEND noninteractive

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list