From ff94f0c0ee21e5af32e0b533160d5193a6c10afe Mon Sep 17 00:00:00 2001 From: libops-agent Date: Sun, 2 Aug 2026 18:50:46 +0000 Subject: [PATCH 1/4] [patch] Use released sitectl lifecycle --- .github/workflows/sitectl-create-smoke-test.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sitectl-create-smoke-test.yaml b/.github/workflows/sitectl-create-smoke-test.yaml index d3645f7..e51f9b6 100644 --- a/.github/workflows/sitectl-create-smoke-test.yaml +++ b/.github/workflows/sitectl-create-smoke-test.yaml @@ -31,9 +31,6 @@ jobs: plugin: isle create-definition: ${{ matrix.create_definition }} create-args: ${{ matrix.create_args }} - packages: sitectl sitectl-drupal - package-versions: sitectl=1.0.0 sitectl-drupal=1.0.0 + packages: sitectl sitectl-isle sitectl-drupal + package-versions: sitectl=1.6.3 sitectl-isle=1.3.0 sitectl-drupal=1.2.0 allow-unversioned-packages: false - local-plugin-repository: libops/sitectl-isle - local-plugin-ref: canonical-compose-filename - local-plugin-path: sitectl-isle-source From 9ebc6610033d13ad888e493e5e0b7b3a99d8fa65 Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Sun, 2 Aug 2026 19:08:15 +0000 Subject: [PATCH 2/4] [patch] Fix Islandora Drupal database bootstrap environment --- compose.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compose.yaml b/compose.yaml index 5a1db96..47a78ee 100644 --- a/compose.yaml +++ b/compose.yaml @@ -88,6 +88,10 @@ services: build: context: . environment: + DB_HOST: mariadb + DB_PORT: "3306" + DB_NAME: drupal_default + DB_USER: drupal_default DEVELOPMENT_ENVIRONMENT: "false" DRUPAL_DEFAULT_BROKER_HOST: activemq DRUPAL_DEFAULT_BROKER_PORT: "61613" From 3446c1562eb620ddbb23c667fa98838114dbb6c8 Mon Sep 17 00:00:00 2001 From: libops-agent <115990865+libops-agent@users.noreply.github.com> Date: Mon, 3 Aug 2026 01:56:33 +0000 Subject: [PATCH 3/4] Repin Islandora image with shared init tooling --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 67bf261..65d240c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=libops/islandora:nginx-1.30.3-php84@sha256:e9235dc3789d6ba8885849c80888b755d9e60c316e5de8d88bcd5e9d214ecd42 +ARG BASE_IMAGE=libops/islandora:nginx-1.30.3-php84@sha256:914e3267c05abc00caded5108d8ebab4c129543926e1d9e240ee0465dad1dd41 FROM ${BASE_IMAGE} ARG TARGETARCH From a414522d928425d6e20c1fdef225dfef33aa8959 Mon Sep 17 00:00:00 2001 From: libops-agent <115990865+libops-agent@users.noreply.github.com> Date: Mon, 3 Aug 2026 02:02:31 +0000 Subject: [PATCH 4/4] Use published nginx 1.30.4 Islandora image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 65d240c..9d60029 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=libops/islandora:nginx-1.30.3-php84@sha256:914e3267c05abc00caded5108d8ebab4c129543926e1d9e240ee0465dad1dd41 +ARG BASE_IMAGE=libops/islandora:nginx-1.30.4-php84@sha256:0e20f5d10af9431c3140179ef6bf1e41299026043d1a98974180ab54a5330cef FROM ${BASE_IMAGE} ARG TARGETARCH