File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ ARG USER_HOME=/home/${USER}
3030ARG FILES=./files
3131# set siddhi runner configurations
3232ARG RUNTIME_SERVER=siddhi-runner
33- ARG RUNTIME_SERVER_VERSION=5.1.0-m2
33+ ARG RUNTIME_SERVER_VERSION=5.1.0-alpha
3434ARG RUNTIME_SERVER_PACK=${RUNTIME_SERVER}-${RUNTIME_SERVER_VERSION}
3535ARG RUNTIME_SERVER_HOME=${USER_HOME}/${RUNTIME_SERVER}
3636# set SIDDHI-IO EULA
Original file line number Diff line number Diff line change 1717# ------------------------------------------------------------------------
1818
1919# use siddhi-runner-base
20- FROM siddhiio/siddhi-runner-base-alpine:5.1.0-m2
20+ FROM siddhiio/siddhi-runner-base-alpine:5.1.0-alpha
2121MAINTAINER Siddhi IO Docker Maintainers
"[email protected] " 2222
2323ARG HOST_BUNDLES_DIR=./files/bundles
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ ARG USER_HOME=/home/${USER}
3030ARG FILES=./files
3131# set siddhi-runner configurations
3232ARG RUNTIME_SERVER=siddhi-runner
33- ARG RUNTIME_SERVER_VERSION=5.1.0-m2
33+ ARG RUNTIME_SERVER_VERSION=5.1.0-alpha
3434ARG RUNTIME_SERVER_PACK=${RUNTIME_SERVER}-${RUNTIME_SERVER_VERSION}
3535ARG RUNTIME_SERVER_HOME=${USER_HOME}/${RUNTIME_SERVER}
3636# set SIDDHI-IO EULA
Original file line number Diff line number Diff line change 1717# ------------------------------------------------------------------------
1818
1919# use siddhi-runner-base
20- FROM siddhiio/siddhi-runner-base-ubuntu:5.1.0-m2
20+ FROM siddhiio/siddhi-runner-base-ubuntu:5.1.0-alpha
2121MAINTAINER Siddhi IO Docker Maintainers
"[email protected] " 2222
2323ARG HOST_BUNDLES_DIR=./files/bundles
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ ARG USER_HOME=/home/${USER}
3030ARG FILES=./files
3131# set siddhi-tooling configurations
3232ARG RUNTIME_SERVER=siddhi-tooling
33- ARG RUNTIME_SERVER_VERSION=5.1.0-m2
33+ ARG RUNTIME_SERVER_VERSION=5.1.0-alpha
3434ARG RUNTIME_SERVER_PACK=${RUNTIME_SERVER}-${RUNTIME_SERVER_VERSION}
3535ARG RUNTIME_SERVER_HOME=${USER_HOME}/${RUNTIME_SERVER}
3636# set SIDDHI-IO EULA
Original file line number Diff line number Diff line change 1717# ------------------------------------------------------------------------
1818
1919# use siddhi-tooling-base
20- FROM siddhiio/siddhi-tooling-base:5.1.0-m2
20+ FROM siddhiio/siddhi-tooling-base:5.1.0-alpha
2121MAINTAINER Siddhi IO Docker Maintainers
"[email protected] " 2222
2323ARG HOST_BUNDLES_DIR=./files/bundles
You can’t perform that action at this time.
0 commit comments