Skip to content

Commit

Permalink
Update Dockerfiles automatically to version 15.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XAP builder committed Jan 13, 2021
1 parent de5528c commit 561daf1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion insightedge-enterprise/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG JAVA_TAG=8-alpine
FROM ${JAVA_IMAGE}:${JAVA_TAG}
ARG GS_PRODUCT=insightedge
ARG GS_VERSION=15.8.0
ARG GS_BUILD_NAME=15.8.0-rc3
ARG GS_BUILD_NAME=15.8.0
ARG GS_NAME=gigaspaces-${GS_PRODUCT}-enterprise-${GS_BUILD_NAME}
ARG GS_URL=https://gigaspaces-releases-eu.s3.amazonaws.com/insightedge/${GS_VERSION}/${GS_NAME}.zip
ENV GS_HOME /opt/gigaspaces
Expand Down
2 changes: 1 addition & 1 deletion insightedge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG GS_PRODUCT=insightedge
ARG GS_VERSION=15.8.0
ARG GS_MILESTONE=patch-tadiran
ARG GS_BUILD=2020601-1
ARG GS_BUILD_NAME=15.8.0-rc3
ARG GS_BUILD_NAME=15.8.0
ARG GS_NAME=gigaspaces-${GS_PRODUCT}-${GS_BUILD_NAME}
ARG GS_URL=https://gigaspaces-releases-eu.s3.amazonaws.com/${GS_PRODUCT}/${GS_VERSION}/${GS_NAME}.zip
ENV GS_HOME /opt/gigaspaces
Expand Down
2 changes: 1 addition & 1 deletion smart-augmented-transactions-enterprise/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG JAVA_TAG=8-alpine
FROM ${JAVA_IMAGE}:${JAVA_TAG}
ARG GS_PRODUCT=smart-augmented-transactions
ARG GS_VERSION=15.8.0
ARG GS_BUILD_NAME=15.8.0-rc3
ARG GS_BUILD_NAME=15.8.0
ARG GS_NAME=gigaspaces-${GS_PRODUCT}-enterprise-${GS_BUILD_NAME}
ARG GS_URL=https://gigaspaces-releases-eu.s3.amazonaws.com/insightedge/${GS_VERSION}/${GS_NAME}.zip
ENV GS_HOME /opt/gigaspaces
Expand Down
2 changes: 1 addition & 1 deletion smart-cache-enterprise/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG JAVA_TAG=8-alpine
FROM ${JAVA_IMAGE}:${JAVA_TAG}
ARG GS_PRODUCT=smart-cache
ARG GS_VERSION=15.8.0
ARG GS_BUILD_NAME=15.8.0-rc3
ARG GS_BUILD_NAME=15.8.0
ARG GS_NAME=gigaspaces-${GS_PRODUCT}-enterprise-${GS_BUILD_NAME}
ARG GS_URL=https://gigaspaces-releases-eu.s3.amazonaws.com/insightedge/${GS_VERSION}/${GS_NAME}.zip
ENV GS_HOME /opt/gigaspaces
Expand Down
2 changes: 1 addition & 1 deletion smart-ods-enterprise/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG JAVA_TAG=8-alpine
FROM ${JAVA_IMAGE}:${JAVA_TAG}
ARG GS_PRODUCT=smart-ods
ARG GS_VERSION=15.8.0
ARG GS_BUILD_NAME=15.8.0-rc3
ARG GS_BUILD_NAME=15.8.0
ARG GS_NAME=gigaspaces-${GS_PRODUCT}-enterprise-${GS_BUILD_NAME}
ARG GS_URL=https://gigaspaces-releases-eu.s3.amazonaws.com/insightedge/${GS_VERSION}/${GS_NAME}.zip
ENV GS_HOME /opt/gigaspaces
Expand Down
2 changes: 1 addition & 1 deletion xap-enterprise/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG JAVA_TAG=8-alpine
FROM ${JAVA_IMAGE}:${JAVA_TAG}
ARG GS_PRODUCT=xap
ARG GS_VERSION=15.8.0
ARG GS_BUILD_NAME=15.8.0-rc3
ARG GS_BUILD_NAME=15.8.0
ARG GS_NAME=gigaspaces-${GS_PRODUCT}-enterprise-${GS_BUILD_NAME}
ARG GS_URL=https://gigaspaces-releases-eu.s3.amazonaws.com/xap/${GS_VERSION}/${GS_NAME}.zip
ENV GS_HOME /opt/gigaspaces
Expand Down
2 changes: 1 addition & 1 deletion xap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG GS_PRODUCT=xap
ARG GS_VERSION=15.8.0
ARG GS_MILESTONE=patch-tadiran
ARG GS_BUILD=2020601-1
ARG GS_BUILD_NAME=15.8.0-rc3
ARG GS_BUILD_NAME=15.8.0
ARG GS_NAME=gigaspaces-${GS_PRODUCT}-${GS_BUILD_NAME}
ARG GS_URL=https://gigaspaces-releases-eu.s3.amazonaws.com/${GS_PRODUCT}/${GS_VERSION}/${GS_NAME}.zip
ENV GS_HOME /opt/gigaspaces
Expand Down

0 comments on commit 561daf1

Please sign in to comment.