Skip to content

Commit

Permalink
updated to current buildkit
Browse files Browse the repository at this point in the history
  • Loading branch information
ajstanley committed Dec 8, 2024
1 parent 5e7a1d8 commit 36278ba
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.4.2
ISLANDORA_TAG=3.4.4

# 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=9f1b4e0
ARG WORKBENCH_COMMIT=9357ea6
ARG WORKBENCH_FILE=${WORKBENCH_COMMIT}.tar.gz
ARG WORKBENCH_URL=https://github.com/mjordan/islandora_workbench/archive/${WORKBENCH_FILE}
ARG WORKBENCH_SHA256=52fdd5ecfa8f19e2f71d6a7277a2181c470960c07159489f44ea21bfbb7223a4
ARG WORKBENCH_SHA256=5f8b8c740e0783b36d4b05300c18de9bb44f063bf9cad2c16b0b1c52f19d88f4

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

0 comments on commit 36278ba

Please sign in to comment.