You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by im...@apache.org on 2016/05/10 17:33:32 UTC

incubator-asterixdb git commit: Fix asterix-docker module

Repository: incubator-asterixdb
Updated Branches:
  refs/heads/master b4c1fb060 -> afe6bdbfc


Fix asterix-docker module

Change-Id: Ifeaa71689f329a2572150ab2457181df0c8ad63b
Reviewed-on: https://asterix-gerrit.ics.uci.edu/842
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Michael Blow <mi...@couchbase.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/commit/afe6bdbf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/tree/afe6bdbf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/diff/afe6bdbf

Branch: refs/heads/master
Commit: afe6bdbfca748a20c68ce2b474cf818319347499
Parents: b4c1fb0
Author: Ian Maxon <im...@apache.org>
Authored: Thu May 5 11:30:51 2016 -0700
Committer: Ian Maxon <im...@apache.org>
Committed: Tue May 10 10:32:33 2016 -0700

----------------------------------------------------------------------
 asterixdb/asterix-docker/docker/Dockerfile | 1 +
 asterixdb/asterix-docker/pom.xml           | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/afe6bdbf/asterixdb/asterix-docker/docker/Dockerfile
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-docker/docker/Dockerfile b/asterixdb/asterix-docker/docker/Dockerfile
index 4e11474..58c2c1a 100644
--- a/asterixdb/asterix-docker/docker/Dockerfile
+++ b/asterixdb/asterix-docker/docker/Dockerfile
@@ -21,6 +21,7 @@ MAINTAINER AsterixDB Team
 
 RUN echo 'LANG="en_US.UTF-8"' > /etc/sysconfig/i18n ;echo 'ZONE="America/Los_Angeles"' > /etc/sysconfig/clock ;cp -a /usr/share/zoneinfo/America/Los_Angeles /etc/localtime
 RUN echo "include_only=.us" >> /etc/yum/pluginconf.d/fastestmirror.conf
+RUN yum -y update
 RUN yum install -y unzip java-1.8.0-openjdk openssh-server openssh-clients python-setuptools wget curl
 RUN easy_install supervisor
 RUN mkdir /asterixdb

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/afe6bdbf/asterixdb/asterix-docker/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-docker/pom.xml b/asterixdb/asterix-docker/pom.xml
index e48d912..6ea0564 100644
--- a/asterixdb/asterix-docker/pom.xml
+++ b/asterixdb/asterix-docker/pom.xml
@@ -20,9 +20,9 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <artifactId>asterix</artifactId>
+    <artifactId>apache-asterixdb</artifactId>
     <groupId>org.apache.asterix</groupId>
-    <version>0.8.7-SNAPSHOT</version>
+    <version>0.8.9-SNAPSHOT</version>
   </parent>
   <artifactId>asterix-docker</artifactId>
   <properties>