Skip to content

Commit

Permalink
On Tech call - Merge pull request #24 from ajstanley/main
Browse files Browse the repository at this point in the history
updated buildkit to 3.4.2
  • Loading branch information
DonRichards authored Sep 18, 2024
2 parents fb772cf + bae9e79 commit 5e7a1d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CONSISTENCY=delegated
ISLANDORA_REPOSITORY=islandora

# The version of the isle-buildkit images to use.
ISLANDORA_TAG=3.2.11
ISLANDORA_TAG=3.4.2

# The Docker image repository, to push/build for custom images from.
REPOSITORY=islandora
Expand Down
4 changes: 2 additions & 2 deletions drupal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ ARG TAG
FROM ${REPOSITORY}/drupal:${TAG} AS workbench

ARG TARGETARCH
ARG WORKBENCH_COMMIT=e268f97
ARG WORKBENCH_COMMIT=9f1b4e0
ARG WORKBENCH_FILE=${WORKBENCH_COMMIT}.tar.gz
ARG WORKBENCH_URL=https://github.com/mjordan/islandora_workbench/archive/${WORKBENCH_FILE}
ARG WORKBENCH_SHA256=be1f6992aca256b583d38496847fb1f81f6dcb5064e542301f9059c9f0389727
ARG WORKBENCH_SHA256=52fdd5ecfa8f19e2f71d6a7277a2181c470960c07159489f44ea21bfbb7223a4

RUN --mount=type=cache,id=sandbox-apk-${TARGETARCH},sharing=locked,target=/var/cache/apk \
apk add \
Expand Down

0 comments on commit 5e7a1d8

Please sign in to comment.