File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ commands:
126126 ship-shape :
127127 usage : Run site validation scripts locally
128128 cmd : |
129- docker compose exec -T cli shipshape -f /app/vendor/govcms/scaffold-tooling/shipshape.yml --exclude-db --error-code "$@"
129+ docker compose exec -T cli shipshape run -f /app/vendor/govcms/scaffold-tooling/shipshape.yml --exclude-db --error-code . "$@"
130130
131131 debug :
132132 usage : Enable debug configuration.
Original file line number Diff line number Diff line change 4545 # # START SaaS-only
4646 - run :
4747 name : Perform GovCMS platform validations
48- command : ' shipshape -f /app/vendor/govcms/scaffold-tooling/shipshape.yml --exclude-db --error-code'
48+ command : ' shipshape run -f /app/vendor/govcms/scaffold-tooling/shipshape.yml --exclude-db --error-code . '
4949 service : cli
5050 shell : bash
5151 when : withDefault("GOVCMS_SKIP_AUDIT", false) == false
Original file line number Diff line number Diff line change 55# e.g. site audits, automated backups.
66version : {{ GOVCMS_VERSION }}
77type : {{ GOVCMS_TYPE }}
8- scaffold : 3.6 .0
8+ scaffold : 3.7 .0
Original file line number Diff line number Diff line change 3333 "oomphinc/composer-installers-extender" : true ,
3434 "phpstan/extension-installer" : true ,
3535 "php-http/discovery" : true ,
36- "simplesamlphp/composer-module-installer" : true ,
36+ "simplesamlphp/composer-module-installer" : false ,
37+ "simplesamlphp/composer-xmlprovider-installer" : false ,
3738 "tbachert/spi" : true
3839 }
3940 },
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ services:
5858 lagoon.type : cli-persistent
5959 lagoon.persistent.name : nginx
6060 lagoon.persistent : /app/web/sites/default/files/
61+ lagoon.base.image : govcms/govcms:${GOVCMS_IMAGE_VERSION:-10.x-latest}
6162 << : *default-volumes
6263 environment :
6364 << : *default-environment
@@ -92,6 +93,7 @@ services:
9293 labels :
9394 lagoon.type : nginx-php-persistent
9495 lagoon.persistent : /app/web/sites/default/files/
96+ lagoon.base.image : govcms/nginx-drupal:${GOVCMS_IMAGE_VERSION:-10.x-latest}
9597 << : *default-volumes
9698 depends_on :
9799 - cli
@@ -113,6 +115,7 @@ services:
113115 lagoon.type : nginx-php-persistent
114116 lagoon.name : nginx
115117 lagoon.persistent : /app/web/sites/default/files/
118+ lagoon.base.image : govcms/php:${GOVCMS_IMAGE_VERSION:-10.x-latest}
116119 << : *default-volumes
117120 depends_on :
118121 - cli
@@ -144,6 +147,7 @@ services:
144147 # GOVCMS_IMAGE_VERSION: *govcms-image-version
145148 # labels:
146149 # lagoon.type: solr
150+ # lagoon.base.image: govcms/solr:${GOVCMS_IMAGE_VERSION:-10.x-latest}
147151 # ports:
148152 # - "8983" # Find port on host with `docker compose port solr 8983`
149153 # depends_on:
You can’t perform that action at this time.
0 commit comments