Skip to content

Commit

Permalink
Update to MP-SPDZ 642d11f with no-offline (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Becker <[email protected]>
  • Loading branch information
sbckr authored Jul 27, 2022
1 parent c75904f commit 09ec735
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Dockerfile.spdz
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ FROM ubuntu@sha256:10cbddb6cf8568f56584ccb6c866203e68ab8e621bb87038e254f6f27f955

ARG VERSION
ARG ARTIFACT_NAME="spdz"
ARG SPDZ_VERSION="5350e66"
ARG ARTIFACT_TAG="5350e66_no-offline"
ARG SPDZ_VERSION="642d11f"
# TODO remove '_no-offline' qualifier with next MP-SPDZ version update and replace "SPDZ_VERSION" occurrences with ARTIFACT_TAG afterwards
ARG ARTIFACT_TAG="642d11f_no-offline"
ARG DESCRIPTION="Carbyne Stack SPDZ Base Image"
ARG RELEASE_PAGE="https://github.com/carbynestack/base-images/releases"

Expand All @@ -39,7 +40,7 @@ RUN set -uex \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

RUN git clone https://github.com/carbynestack/MP-SPDZ mp-spdz-${ARTIFACT_TAG} && \
RUN git clone https://github.com/data61/MP-SPDZ mp-spdz-${ARTIFACT_TAG} && \
ln -s mp-spdz-${ARTIFACT_TAG} ${USER_HOME}

WORKDIR ${USER_HOME}
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


REPOSITORY="ghcr.io/carbynestack"
VERSION="0.5"
VERSION="0.6"

buildImage() {
docker build -f ${1} . --build-arg VERSION=${VERSION} -t ${REPOSITORY}/${2}:${3}
Expand Down

0 comments on commit 09ec735

Please sign in to comment.