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 diff --git a/Dockerfile b/Dockerfile index 67bf261..9d60029 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.4-php84@sha256:0e20f5d10af9431c3140179ef6bf1e41299026043d1a98974180ab54a5330cef FROM ${BASE_IMAGE} ARG TARGETARCH 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"