Skip to content

Commit 915b201

Browse files
Upgraded Apache Storm to 1.2.1
1 parent 0b0aeff commit 915b201

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
FROM phusion/baseimage
22

3-
MAINTAINER Fedele Mantuano "mantuano.fedele@gmail.com"
4-
53
# labels
6-
LABEL description="Apache Storm (all-in-one): zookeeper, nimbus, ui, supervisor" \
7-
repository_url="https://github.com/fedelemantuano/apache-storm-dockerfile"
4+
LABEL description = "Apache Storm (all-in-one): zookeeper, nimbus, ui, supervisor"
85

96
# args that can change from command line
107
ARG GPG_KEY=ACEFE18DD2322E1E84587A148DE03962E80B8FFD
11-
ARG DISTRO_NAME=apache-storm-1.1.1
8+
ARG DISTRO_NAME=apache-storm-1.2.1
129

1310
# environment variables
1411
ENV STORM_CONF_DIR=/conf \

0 commit comments

Comments
 (0)