Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion storm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.5

ARG STORM_VERSION=1.1.1
ARG STORM_VERSION=1.1.3
ARG STORM_KEYS=https://dist.apache.org/repos/dist/release/storm/KEYS
ARG ASC_MIRROR=https://dist.apache.org/repos/dist/release/storm
ARG SKIP_VERIFY=false
Expand Down
6 changes: 3 additions & 3 deletions storm/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repository: monasca/storm
variants:
- tag: 1.1.1-1.0.12
- tag: 1.1.3-1.0.12
aliases:
- :latest
- :1.1.1
- :1.1.3
args:
STORM_VERSION: 1.1.1
STORM_VERSION: 1.1.3

- tag: 1.0.3-1.0.10
aliases:
Expand Down