Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/sitectl-create-smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down