Skip to content

Commit

Permalink
Updating to fcrepo 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannylamb authored Jul 21, 2021
1 parent d56790a commit 1ce244c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fcrepo6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ ARG tag=latest
FROM --platform=$BUILDPLATFORM ${repository}/download:${tag} AS download

RUN --mount=type=cache,id=fcrepo6-downloads,sharing=locked,target=/opt/downloads \
FCREPO_VERSION="6.0.0-RC-2" && \
FCREPO_VERSION="6.0.0" && \
FCREPO_FILE="fcrepo-webapp-${FCREPO_VERSION}.war" && \
FCREPO_URL="https://github.com/fcrepo/fcrepo/releases/download/fcrepo-${FCREPO_VERSION}/${FCREPO_FILE}" && \
FCREPO_SHA256="26274e336f53d1c9a9f17465595bfe421ad3d0fb582f417dde687a900ddf3c79" && \
FCREPO_SHA256="08f173101f5943c0590ecc15f494b2a68e5e6a985be3fe79c80ec886dc9557b2" && \
download.sh --url "${FCREPO_URL}" --sha256 "${FCREPO_SHA256}" "${DOWNLOAD_CACHE_DIRECTORY}" && \
install-war-into-tomcat.sh --name "fcrepo" --file "${DOWNLOAD_CACHE_DIRECTORY}/${FCREPO_FILE}" && \
SYN_VERSION="1.1.0" && \
Expand Down

0 comments on commit 1ce244c

Please sign in to comment.