Releases: Islandora-Devops/isle-buildkit
Releases · Islandora-Devops/isle-buildkit
3.4.5: Update actions/upload-artifact (#356)
Versions earlier than 4 are to be deprecated in Jan, 2025.
3.4.4
Add dependencies to allow FITS to analyze JP2's (#353)
3.4.3: Fix drush wrapper (#355)
* Fix drush wrapper * bump drupal core+drush test versions * Fix test * Close #342 * Do not break folks who haven't upgrade drush yet * Update drush * update composer
3.4.2: Update starter site & matomo extra tools & fix permission Bugs (#350)
* 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
hard code site root (#349)
3.4.0: [minor] Upgrade alpine to 3.20.2 (#348)
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
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 …
3.2.11
Update traefik in docker-compose.yml (#344)
3.2.10
Fix for failing tests (#343)