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

[zeppelin] annotated tag v0.8.1-docker created (now 6d24fdf)

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

zjffdu pushed a change to annotated tag v0.8.1-docker
in repository https://gitbox.apache.org/repos/asf/zeppelin.git.


      at 6d24fdf  (tag)
 tagging 5a8c16901427285d1ec0827afa95799ff7236416 (commit)
 replaces v0.8.1
      by Jeff Zhang
      on Fri Jan 25 14:45:25 2019 +0800

- Log -----------------------------------------------------------------
Tag for 0.8.1 Dockerfile
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 5a8c169  [HotFix] Fix Dockerfile for 0.8.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[zeppelin] 01/01: [HotFix] Fix Dockerfile for 0.8.1

Posted by zj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zjffdu pushed a commit to annotated tag v0.8.1-docker
in repository https://gitbox.apache.org/repos/asf/zeppelin.git

commit 5a8c16901427285d1ec0827afa95799ff7236416
Author: Jeff Zhang <zj...@apache.org>
AuthorDate: Fri Jan 25 14:45:05 2019 +0800

    [HotFix] Fix Dockerfile for 0.8.1
---
 scripts/docker/zeppelin/bin/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/docker/zeppelin/bin/Dockerfile b/scripts/docker/zeppelin/bin/Dockerfile
index ceb36f4..bf0e1f3 100644
--- a/scripts/docker/zeppelin/bin/Dockerfile
+++ b/scripts/docker/zeppelin/bin/Dockerfile
@@ -17,7 +17,7 @@ FROM ubuntu:16.04
 MAINTAINER Apache Software Foundation <de...@zeppelin.apache.org>
 
 # `Z_VERSION` will be updated by `dev/change_zeppelin_version.sh`
-ENV Z_VERSION="0.8.1-SNAPSHOT"
+ENV Z_VERSION="0.8.1"
 ENV LOG_TAG="[ZEPPELIN_${Z_VERSION}]:" \
     Z_HOME="/zeppelin" \
     LANG=en_US.UTF-8 \