Skip to content

Releases: Islandora-Devops/isle-buildkit

3.4.2: Update starter site & matomo extra tools & fix permission Bugs (#350)

12 Sep 22:04
24f0418
Compare
Choose a tag to compare
* Update Matomo Extra Tools from 5.0.1 -> 5.0.4

Required to fix build issue, that was being
covered up by a previously successful cache.

* Fix for potential permission issues.

A number of permission issues have gone unnoticed,
I became aware of them when I did a fresh build
without cache on a newly installed computer.

When building Docker images, Docker copies
files/folders with the same permissions as they
have on the host machine. Git does not track the
permissions of files except for the executable bit
on files. So depending on who builds the images
files/folders can get different permissions.

This changes it such that the Makefile will ensure
the appropriate permissions are set when building.

This is required as we run services as different
users other than root in the container. Those
users must be able to access and execute certain
files.

* Update to latest starter site, and hard-code paths to support it.

3.4.1

09 Sep 22:14
04be359
Compare
Choose a tag to compare
hard code site root (#349)

3.4.0: [minor] Upgrade alpine to 3.20.2 (#348)

13 Aug 19:58
297e2fc
Compare
Choose a tag to compare
Upgrade S6 to 3.2.0.0
Upgrade code-server to 4.91.1
Removed deprecated versions properties from docker compose files

3.3.0

02 Aug 21:21
9a2b78c
Compare
Choose a tag to compare

What's Changed

July 2024 update by @g7morris in #346

activemq

diff --git a/activemq/Dockerfile b/activemq/Dockerfile
-ARG ACTIVEMQ_VERSION="5.18.3"
+ARG ACTIVEMQ_VERSION="5.18.5"

fits

diff --git a/fits/Dockerfile b/fits/Dockerfile
-ARG LOG4J_VERSION="2.22.0"
+ARG LOG4J_VERSION="2.23.1"

handle

diff --git a/handle/Dockerfile b/handle/Dockerfile
-ARG HANDLE_VERSION="9.3.0"
+ARG HANDLE_VERSION="9.3.1"

tomcat

diff --git a/tomcat/Dockerfile b/tomcat/Dockerfile
-ARG TOMCAT_VERSION="9.0.87"
+ARG TOMCAT_VERSION="9.0.91"

Full Changelog: 3.2.12...3.3.0

3.2.12: Update solr-ocrhighlighting and make SOLR_HOCR_PLUGIN_PATH available …

30 Jul 17:19
adcbc1d
Compare
Choose a tag to compare
…to php-fpm (#345)

* Make SOLR_HOCR_PLUGIN_PATH available to php-fpm

* solr-ocrhighlighting 0.9.0

* wrap in quotes

3.2.11

24 Jul 19:55
afaf688
Compare
Choose a tag to compare
Update traefik in docker-compose.yml (#344)

3.2.10

15 Jul 11:21
e8ea204
Compare
Choose a tag to compare
Fix for failing tests (#343)

3.2.9

11 Jul 21:06
8fc2bfc
Compare
Choose a tag to compare
stop redirecting output to /dev/null when creating solr core (#340)

3.2.8

11 Jul 21:03
4e7434d
Compare
Choose a tag to compare
updated composer to 2.7.7 (#341)

3.2.7

06 Jun 10:37
3e2d454
Compare
Choose a tag to compare
Add Drupal 10+ CSS/JS Aggregation support (#337)