Skip to content

Commit

Permalink
update storm to 0.9.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyunhx committed Nov 9, 2015
1 parent 3c68830 commit e88cfd1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion storm-nimbus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ziyunhx/storm:0.9.5
FROM ziyunhx/storm:0.9.6
MAINTAINER Carey Tzou <carey@tnidea.com>

RUN /usr/bin/config-supervisord.sh nimbus
Expand Down
2 changes: 1 addition & 1 deletion storm-supervisor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ziyunhx/storm:0.9.5
FROM ziyunhx/storm:0.9.6
MAINTAINER Carey Tzou <carey@tnidea.com>

RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
Expand Down
2 changes: 1 addition & 1 deletion storm-ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ziyunhx/storm:0.9.5
FROM ziyunhx/storm:0.9.6
MAINTAINER Carey Tzou <carey@tnidea.com>

RUN /usr/bin/config-supervisord.sh ui
Expand Down
4 changes: 2 additions & 2 deletions storm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ziyunhx/base
MAINTAINER Carey Tzou <carey@tnidea.com>

RUN wget -q -O - http://mirrors.sonic.net/apache/storm/apache-storm-0.9.5/apache-storm-0.9.5.tar.gz | tar -xzf - -C /opt
RUN wget -q -O - http://mirrors.sonic.net/apache/storm/apache-storm-0.9.6/apache-storm-0.9.6.tar.gz | tar -xzf - -C /opt

ENV STORM_HOME /opt/apache-storm-0.9.5
ENV STORM_HOME /opt/apache-storm-0.9.6
RUN groupadd storm; useradd --gid storm --home-dir /home/storm --create-home --shell /bin/bash storm; chown -R storm:storm $STORM_HOME; mkdir /var/log/storm ; chown -R storm:storm /var/log/storm

RUN ln -s $STORM_HOME/bin/storm /usr/bin/storm
Expand Down

0 comments on commit e88cfd1

Please sign in to comment.