You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by pd...@apache.org on 2021/06/23 13:46:44 UTC

[zeppelin] branch branch-0.9 updated: [ZEPPELIN-5419] Update parent image to ubuntu:20.04

This is an automated email from the ASF dual-hosted git repository.

pdallig pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 4dac94a  [ZEPPELIN-5419] Update parent image to ubuntu:20.04
4dac94a is described below

commit 4dac94aeffe120463420a6aade582412fe555dff
Author: Philipp Dallig <ph...@gmail.com>
AuthorDate: Tue Jun 22 12:52:46 2021 +0200

    [ZEPPELIN-5419] Update parent image to ubuntu:20.04
    
    ### What is this PR for?
    This PR updates the parent image to ubuntu 20.04
    
    ### What type of PR is it?
    - Improvement
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-5419
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Philipp Dallig <ph...@gmail.com>
    
    Closes #4144 from Reamer/docker and squashes the following commits:
    
    68bb38e90 [Philipp Dallig] Update parent image to ubuntu:20.04
    
    (cherry picked from commit 1a80a2075dfb817834fb7e30b140599da16df238)
    Signed-off-by: Philipp Dallig <ph...@gmail.com>
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index d714c75..28606ea 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -28,5 +28,5 @@ RUN echo "unsafe-perm=true" > ~/.npmrc && \
     rm -rf ~/.m2 && \
     rm -rf /workspace/zeppelin/*
 
-FROM ubuntu:18.04
+FROM ubuntu:20.04
 COPY --from=builder /opt/zeppelin /opt/zeppelin