Skip to content

Commit

Permalink
jenkins job 16.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XAP builder committed Apr 27, 2023
1 parent b927c44 commit 6f8f843
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,5 +317,6 @@ GigaSpaces provides Docker images for the following products:






2 changes: 1 addition & 1 deletion insightedge-enterprise/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG JAVA_VERSION=java-11-openjdk
FROM ${JAVA_IMAGE}:${JAVA_TAG}
ARG GS_PRODUCT=insightedge
ARG GS_VERSION=16.3.0
ARG GS_BUILD_NAME=16.3.0-m13-wed-422
ARG GS_BUILD_NAME=16.3.0
ARG GS_NAME=gigaspaces-${GS_PRODUCT}-enterprise-${GS_BUILD_NAME}
ARG GS_URL=https://gs-releases-us-east-1.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=smart-cache
ARG GS_VERSION=16.3.0
ARG GS_BUILD_NAME=16.3.0-m13-wed-422
ARG GS_BUILD_NAME=16.3.0
ARG GS_NAME=gigaspaces-${GS_PRODUCT}-enterprise-${GS_BUILD_NAME}
ARG GS_URL=https://gs-releases-us-east-1.s3.amazonaws.com/${GS_PRODUCT}/${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-11-openjdk
ARG GS_PRODUCT=smart-cache
ARG GS_VERSION=16.3.0
ARG GS_BUILD_NAME=16.3.0-m13-wed-422
ARG GS_BUILD_NAME=16.3.0
ARG GS_NAME=gigaspaces-${GS_PRODUCT}-enterprise-${GS_BUILD_NAME}
ARG GS_URL=https://gs-releases-us-east-1.s3.amazonaws.com/${GS_PRODUCT}/${GS_VERSION}/${GS_NAME}.zip
ENV GS_HOME /opt/gigaspaces
Expand Down

0 comments on commit 6f8f843

Please sign in to comment.