Skip to content

Commit

Permalink
Bump Isle 3.2.5 & islandora_bagger repo change
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferya committed Jun 3, 2024
1 parent 7dcd0fc commit 2f28086
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ISLE_TAG=3.2.4
REPOSITORY=registry.gitlab.com/calincs/cwrc/leaf/leaf-base-i8

# This should match image.tag value in the Helm chart.
TAG=latest
TAG=local

#####################################################################
# Config: General
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG REPOSITORY
ARG TAG

FROM --platform=$BUILDPLATFORM ${REPOSITORY:-islandora}/nginx:${TAG:-3.2.3}
FROM --platform=$BUILDPLATFORM ${REPOSITORY:-islandora}/nginx:${TAG:-3.2.5}

# Install packages and tools that allow for basic downloads.
RUN --mount=type=cache,id=bagger-apk-${TARGETARCH},sharing=locked,target=/var/cache/apk \
Expand All @@ -15,7 +15,7 @@ RUN --mount=type=cache,id=bagger-apk-${TARGETARCH},sharing=locked,target=/var/ca
# PHP 8.1
ARG BAGGER_COMMIT="14661df7867af47bb86187f0f94a067e5aa91fd2"
ARG BAGGER_FILE=${BAGGER_COMMIT}.tar.gz
ARG BAGGER_URL="https://github.com/jefferya/islandora_bagger/archive/${BAGGER_FILE}"
ARG BAGGER_URL="https://github.com/cwrc/islandora_bagger/archive/${BAGGER_FILE}"
ARG BAGGER_SHA256=ae4daf66c8a0d78b377ea02076ef08543c1f6777f6161bfccc892e40cdfd6592

RUN --mount=type=cache,id=bagger-composer-${TARGETARCH},sharing=locked,target=/root/.composer/cache \
Expand Down

0 comments on commit 2f28086

Please sign in to comment.