Skip to content

Commit

Permalink
Update Dockerfiles automatically to version 16.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XAP builder committed Nov 11, 2021
1 parent ff99cde commit e547099
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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=16.1.0
ARG GS_BUILD_NAME=16.1.0-rc3-thu-17
ARG GS_BUILD_NAME=16.1.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=16.1.0
ARG GS_MILESTONE=patch-tadiran
ARG GS_BUILD=2020601-1
ARG GS_BUILD_NAME=16.1.0-rc3-thu-17
ARG GS_BUILD_NAME=16.1.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 operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}:${BASE_TAG}
ARG JAVA_VERSION=java-11-openjdk
ARG GS_PRODUCT=xap
ARG GS_VERSION=16.1.0
ARG GS_BUILD_NAME=16.1.0-rc3-thu-17
ARG GS_BUILD_NAME=16.1.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 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=16.1.0
ARG GS_BUILD_NAME=16.1.0-rc3-thu-17
ARG GS_BUILD_NAME=16.1.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 @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}:${BASE_TAG}
ARG JAVA_VERSION=java-1.8.0-openjdk
ARG GS_PRODUCT=smart-cache
ARG GS_VERSION=16.1.0
ARG GS_BUILD_NAME=16.1.0-rc3-thu-17
ARG GS_BUILD_NAME=16.1.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-dih-enterprise/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}:${BASE_TAG}
ARG JAVA_VERSION=java-1.8.0-openjdk
ARG GS_PRODUCT=smart-dih
ARG GS_VERSION=16.1.0
ARG GS_BUILD_NAME=16.1.0-rc3-thu-17
ARG GS_BUILD_NAME=16.1.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 @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}:${BASE_TAG}
ARG JAVA_VERSION=java-1.8.0-openjdk
ARG GS_PRODUCT=xap
ARG GS_VERSION=16.1.0
ARG GS_BUILD_NAME=16.1.0-rc3-thu-17
ARG GS_BUILD_NAME=16.1.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=16.1.0
ARG GS_MILESTONE=patch-tadiran
ARG GS_BUILD=2020601-1
ARG GS_BUILD_NAME=16.1.0-rc3-thu-17
ARG GS_BUILD_NAME=16.1.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 e547099

Please sign in to comment.