Skip to content

Commit

Permalink
Merge pull request #20 from BuddhiWathsala/master
Browse files Browse the repository at this point in the history
Bump version to 5.1.0-beta -> 5.1.0
  • Loading branch information
pcnfernando committed Oct 8, 2019
2 parents 5b5750c + 0e18ce9 commit 11304f8
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-beta
ARG RUNTIME_SERVER_VERSION=5.1.0
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-beta
FROM siddhiio/siddhi-runner-base-alpine:5.1.0
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-beta
ARG RUNTIME_SERVER_VERSION=5.1.0
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-beta
FROM siddhiio/siddhi-runner-base-ubuntu:5.1.0
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-beta
ARG RUNTIME_SERVER_VERSION=5.1.0
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-beta
FROM siddhiio/siddhi-tooling-base:5.1.0
MAINTAINER Siddhi IO Docker Maintainers "siddhi-dev@googlegroups.com"

ARG HOST_BUNDLES_DIR=./files/bundles
Expand Down

0 comments on commit 11304f8

Please sign in to comment.