Skip to content

Commit

Permalink
Bump Warp 10 to 3.4.0, HFStore to 3.20.0, WarpStudio to 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stggn committed Nov 26, 2024
1 parent 5d2ba10 commit 6037d98
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,32 +33,32 @@ ENV WARP10_HOME=/opt/warp10
ENV WARP10_VOLUME=/data
ENV PATH=$PATH:${WARP10_HOME}/bin

ARG WARP10_VERSION=3.3.0
ARG WARP10_VERSION=3.4.0
ARG WARP10_URL=https://github.com/senx/warp10-platform/releases/download/${WARP10_VERSION}/warp10-${WARP10_VERSION}.tar.gz
ARG WARP10_SHA512=e13cd739754d136be719c833a8d36b942b4e5bf1782a1123b4f4f623af701c9bdc6643ed8fefeb81426413c251844b28a8bba9b529dba612e1d37dfa9b26cd82
ARG WARP10_SHA512=74190e09ecb1952d0079c2345b4a88ef955d9e6755fcb63ef9646c5fef09bb24dfd7e2653fc6762fc858c1d505b46673d002093045a27f23a7f4c19ab717b6ac
ENV WARP10_VERSION=${WARP10_VERSION}

ARG WARPSTUDIO_VERSION=2.1.8-uberjar
ARG WARPSTUDIO_VERSION=2.1.9-uberjar
ARG WARPSTUDIO_JAR=warp10-plugin-warpstudio-${WARPSTUDIO_VERSION}.jar
ARG WARPSTUDIO_URL=https://repo1.maven.org/maven2/io/warp10/warp10-plugin-warpstudio/${WARPSTUDIO_VERSION}
ARG WARPSTUDIO_SHA512=5b9d95446efee82bc817eb841dda910c74158c44a285953d4be13bb428394188b5a829896c5ac78884742adf8eb56d568b6f16c50036bb5329e03393fbb91e02
ARG WARPSTUDIO_SHA512=0b9ef61257569973ff99cd2dbe4a2b19dc964bb85bafd2a3453600aadb38172bdfd73102a033d0c1e6fb9e1f01e046fcf639fe070b551453a11b7923af9d72e8
ENV WARPSTUDIO_VERSION=${WARPSTUDIO_VERSION}

ARG HFSTORE_VERSION=3.16.0
ARG HFSTORE_VERSION=3.20.0
ARG HFSTORE_JAR=warp10-ext-hfstore-${HFSTORE_VERSION}.jar
ARG HFSTORE_URL=https://maven.senx.io/repository/senx-public/io/senx/warp10-ext-hfstore/${HFSTORE_VERSION}
ARG HFSTORE_SHA512=f7a85ed2457283096cc3b73462b80ffc8b4be73aac9612401d4da12b0a8aa362a6050fbcaf9b07825beaae0a37f47af6a62e3a2f4f88dd2e7c3e9c7d6df9a576
ARG HFSTORE_SHA512=60a0d49212edd42f1ecaa4cc5ef50c61ac589555d941a87aeb0ece369c47b7239a981ec9c9822542ceb446bf8b9c77a4a4114d04f3c555efb518e848cae3b068
ENV HFSTORE_VERSION=${HFSTORE_VERSION}

ARG FOUNDATIONDB_VERSION=7.1.37
ARG FOUNDATIONDB_URL=https://github.com/apple/foundationdb/releases/download/${FOUNDATIONDB_VERSION}
ARG FDBCLI_PKG=foundationdb-clients_${FOUNDATIONDB_VERSION}-1_amd64.deb
ARG FDBCLI_SHA256=dbabbe59b33129e5ebd30f766f85de5c39373047fffb4d354eb9c124797b4dc0

ARG AWS_BUNDLE_VERSION=1.12.747
ARG AWS_BUNDLE_VERSION=1.12.778
ARG AWS_BUNDLE_JAR=aws-java-sdk-bundle-${AWS_BUNDLE_VERSION}.jar
ARG AWS_BUNDLE_URL=https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-bundle/${AWS_BUNDLE_VERSION}
ARG AWS_BUNDLE_SHA1=ed5b002ba2160c7d82f60b7223e033efdd251fc9
ARG AWS_BUNDLE_SHA1=adda4f21e680fe65675d59fbd6d06615957d1969
ENV AWS_BUNDLE_VERSION=${AWS_BUNDLE_VERSION}

RUN <<EOF
Expand Down

0 comments on commit 6037d98

Please sign in to comment.