Skip to content

Commit

Permalink
Merge pull request #15 from pcnfernando/master
Browse files Browse the repository at this point in the history
Bump Siddhi distribution version
  • Loading branch information
mohanvive authored Aug 29, 2019
2 parents a1012e1 + 4c39010 commit a6d600c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-files/siddhi-runner/alpine/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ARG USER_HOME=/home/${USER}
ARG FILES=./files
# set siddhi runner configurations
ARG RUNTIME_SERVER=siddhi-runner
ARG RUNTIME_SERVER_VERSION=5.1.0-m2
ARG RUNTIME_SERVER_VERSION=5.1.0-alpha
ARG RUNTIME_SERVER_PACK=${RUNTIME_SERVER}-${RUNTIME_SERVER_VERSION}
ARG RUNTIME_SERVER_HOME=${USER_HOME}/${RUNTIME_SERVER}
# set SIDDHI-IO EULA
Expand Down
2 changes: 1 addition & 1 deletion docker-files/siddhi-runner/alpine/siddhi-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# ------------------------------------------------------------------------

# use siddhi-runner-base
FROM siddhiio/siddhi-runner-base-alpine:5.1.0-m2
FROM siddhiio/siddhi-runner-base-alpine:5.1.0-alpha
MAINTAINER Siddhi IO Docker Maintainers "siddhi-dev@googlegroups.com"

ARG HOST_BUNDLES_DIR=./files/bundles
Expand Down
2 changes: 1 addition & 1 deletion docker-files/siddhi-runner/ubuntu/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ARG USER_HOME=/home/${USER}
ARG FILES=./files
# set siddhi-runner configurations
ARG RUNTIME_SERVER=siddhi-runner
ARG RUNTIME_SERVER_VERSION=5.1.0-m2
ARG RUNTIME_SERVER_VERSION=5.1.0-alpha
ARG RUNTIME_SERVER_PACK=${RUNTIME_SERVER}-${RUNTIME_SERVER_VERSION}
ARG RUNTIME_SERVER_HOME=${USER_HOME}/${RUNTIME_SERVER}
# set SIDDHI-IO EULA
Expand Down
2 changes: 1 addition & 1 deletion docker-files/siddhi-runner/ubuntu/siddhi-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# ------------------------------------------------------------------------

# use siddhi-runner-base
FROM siddhiio/siddhi-runner-base-ubuntu:5.1.0-m2
FROM siddhiio/siddhi-runner-base-ubuntu:5.1.0-alpha
MAINTAINER Siddhi IO Docker Maintainers "siddhi-dev@googlegroups.com"

ARG HOST_BUNDLES_DIR=./files/bundles
Expand Down
2 changes: 1 addition & 1 deletion docker-files/siddhi-tooling/ubuntu/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ARG USER_HOME=/home/${USER}
ARG FILES=./files
# set siddhi-tooling configurations
ARG RUNTIME_SERVER=siddhi-tooling
ARG RUNTIME_SERVER_VERSION=5.1.0-m2
ARG RUNTIME_SERVER_VERSION=5.1.0-alpha
ARG RUNTIME_SERVER_PACK=${RUNTIME_SERVER}-${RUNTIME_SERVER_VERSION}
ARG RUNTIME_SERVER_HOME=${USER_HOME}/${RUNTIME_SERVER}
# set SIDDHI-IO EULA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# ------------------------------------------------------------------------

# use siddhi-tooling-base
FROM siddhiio/siddhi-tooling-base:5.1.0-m2
FROM siddhiio/siddhi-tooling-base:5.1.0-alpha
MAINTAINER Siddhi IO Docker Maintainers "siddhi-dev@googlegroups.com"

ARG HOST_BUNDLES_DIR=./files/bundles
Expand Down

0 comments on commit a6d600c

Please sign in to comment.