Skip to content

Commit

Permalink
Merge pull request #125 from steven-gueguen/master
Browse files Browse the repository at this point in the history
Bump Warp 10 to 3.0.2, WarpStudio to 2.1.2, FoundationDB to 7.1.37
  • Loading branch information
stggn authored Aug 18, 2023
2 parents 5b14b67 + 7ecc3ac commit 61914c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ ENV WARP10_HOME=/opt/warp10
ENV WARP10_VOLUME=/data
ENV PATH=$PATH:${WARP10_HOME}/bin

ARG WARP10_VERSION=3.0.1
ARG WARP10_VERSION=3.0.2
ARG WARP10_URL=https://github.com/senx/warp10-platform/releases/download/${WARP10_VERSION}/warp10-${WARP10_VERSION}.tar.gz
ENV WARP10_VERSION=${WARP10_VERSION}

ARG WARPSTUDIO_VERSION=2.1.1-uberjar
ARG WARPSTUDIO_VERSION=2.1.2-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=844de17f4d32cfe473a601914bc6501e9ebe5689187c28a6bbce77583a9fb681797fc9f72a45fc9d8ff5fd6630803bc66ba5a70fdc69181251b15bcae3dfa233
ARG WARPSTUDIO_SHA512=1f1720523023dd9cf411302cdf3da5a6c358ac22fc647238703e631af8e76cc84d9e656d7be7565732c321a50eafd9d2fece4ebcee3d46ddecacc52f217579f3
ENV WARPSTUDIO_VERSION=${WARPSTUDIO_VERSION}

ARG HFSTORE_VERSION=2.1.1
Expand All @@ -43,16 +43,16 @@ ARG HFSTORE_URL=https://maven.senx.io/repository/senx-public/io/senx/warp10-ext-
ARG HFSTORE_SHA512=a6201a5115b1b7b787a1b345dc620fa5b3cfa5424ce659f5d21c8b19d1b301a5baf4cd3331c0a8d82d33f01c299e0c36bafe136916579ed519e1d0745f66f833
ENV HFSTORE_VERSION=${HFSTORE_VERSION}

ARG FOUNDATIONDB_VERSION=7.1.31
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=fcf1299c762fb0d7cbbf469c40c21bfa8096ee91f53255728dfad5c4c614d9d5
ARG FDBCLI_SHA256=dbabbe59b33129e5ebd30f766f85de5c39373047fffb4d354eb9c124797b4dc0
ARG FDBSERVER_PKG=foundationdb-server_${FOUNDATIONDB_VERSION}-1_amd64.deb
ARG FDBSERVER_SHA256=f3167e57fb5108cfb406bb5ef3091bfed4f09a691293dc00cf9ea777e6634a7e
ARG FDBSERVER_SHA256=449f879b839638f709be5ddff7494e015ca8c829d47c4299890d9cacb071e53a

RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
curl \
dirmngr \
gnupg \
Expand Down
2 changes: 1 addition & 1 deletion utils/generate-alpine-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ chmod +x ./alpine/docker-entrypoint.sh
sed \
-e 's/FROM.*/FROM eclipse-temurin:8-jre-alpine/' \
-e 's/apt-get update;/apk add --no-cache/' \
-e 's/apt-get install -y --no-install-recommends/ bash \\\n libstdc++/' \
-e 's/DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends/ bash \\\n libstdc++/' \
-e 's/gosu/su-exec/' \
-e 's/groupadd --system --gid=942 warp10/addgroup -S -g 942 warp10/' \
-e 's@useradd --system --gid warp10 --uid=942 --home-dir=${WARP10_HOME} --shell=/bin/bash warp10@adduser -S -u 942 -D -G warp10 -H -h ${WARP10_HOME} -s /bin/bash warp10@' \
Expand Down

0 comments on commit 61914c0

Please sign in to comment.