Skip to content

Commit

Permalink
Merge pull request #23 from ajstanley/main
Browse files Browse the repository at this point in the history
Another update to current tags
  • Loading branch information
nigelgbanks authored Jul 31, 2024
2 parents b2c53f1 + b9225f4 commit fb772cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.7
ISLANDORA_TAG=3.2.11

# 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 @@ -50,10 +50,10 @@ RUN --mount=type=cache,id=sandbox-downloads-${TARGETARCH},sharing=locked,target=
FROM ${REPOSITORY}/drupal:${TAG} AS starter

ARG TARGETARCH
ARG STARTER_SITE_COMMIT=1.8.0
ARG STARTER_SITE_COMMIT=1.9.0
ARG STARTER_SITE_FILE=${STARTER_SITE_COMMIT}.tar.gz
ARG STARTER_SITE_URL=https://github.com/Islandora-Devops/islandora-starter-site/archive/${STARTER_SITE_FILE}
ARG STARTER_SITE_SHA256=796cf1013085059f582ebde07d01a9ca3de16ce3ea546d1eecc1806f625c0457
ARG STARTER_SITE_SHA256=7862f97f29f0899af89942429e8e9cef80acb271398997e97f126c1157ba0890

RUN --mount=type=cache,id=sandbox-downloads-${TARGETARCH},sharing=locked,target=/opt/downloads \
download.sh \
Expand Down
2 changes: 1 addition & 1 deletion drupal/rootfs/var/www/drupal/assets/patches/olivero.theme
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function olivero_preprocess_region__content_above(&$variables) {
<h2>Islandora Sandbox</h2>
<p>Welcome to the Islandora Community! (Note that all communication in Islandora is subject to our <a href="https://islandora.ca/code-of-conduct">code of conduct</a>).</p>
<p>This demo is loaded with sample content and configurations to demonstrate features of Islandora and provide a starting point for development.&nbsp;&nbsp;Additional information is provided on the <a href="http://islandora.ca/">Islandora Website</a>.</p>
<p>The <a href="https://groups.google.com/g/islandora">Islandora Google groups mailing list</a> is open to Islandora users who connect to share information. Join <a href="https://join.slack.com/t/islandora/shared_invite/zt-x7e0jj1x-C1pNzKrR7Fvs4QdQziPZ~g">Islandora Slack</a> to ask questions and learn more about community events where you can learn more about Islandora. <a href="https://www.drupal.org/slack">Drupal also maintains a Slack community</a> where you can ask more general questions about Drupal configuration</p>
<p>The <a href="https://groups.google.com/g/islandora">Islandora Google groups mailing list</a> is open to Islandora users who connect to share information. Join <a href="https://join.slack.com/t/islandora/shared_invite/zt-1ac9k1xs5-Hbeit2twqexyJCxZQg9ZBQ">Islandora Slack</a> to ask questions and learn more about community events where you can learn more about Islandora. <a href="https://www.drupal.org/slack">Drupal also maintains a Slack community</a> where you can ask more general questions about Drupal configuration</p>
<p>We welcome you to visit and edit <a href="https://islandora.github.io/documentation/">Islandora documentation</a> or submit issues and code to Islandora via repositories in the <a href="https://github.com/Islandora">Islandora Github organization</a></p>
<p>Thanks, and happy building!</p>
<p>Learn more about Sandbox and get the credentials on the <a href="https://github.com/Islandora/documentation/wiki/Sandbox.Islandora.ca">Islandora-community wiki</a>.</p>
Expand Down

0 comments on commit fb772cf

Please sign in to comment.