Skip to content

Commit ca7c53e

Browse files
authored
fix: add image to docker-compose.solr.yaml to use DDEV offline (#67)
1 parent f27ffde commit ca7c53e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
## The Issue
22

3-
- #<issue number>
3+
- Fixes #REPLACE_ME_WITH_RELATED_ISSUE_NUMBER
44

55
<!-- Provide a brief description of the issue. -->
66

77
## How This PR Solves The Issue
88

9+
<!-- Describe the key change(s) in this PR that address the issue above. -->
10+
911
## Manual Testing Instructions
1012

13+
<!-- If this PR changes logic, consider adding additional steps or context to the instructions below. -->
14+
1115
```bash
12-
ddev add-on get https://github.com/<user>/<repo>/tarball/<branch>
16+
ddev add-on get https://github.com/ddev/ddev-solr/tarball/refs/pull/REPLACE_ME_WITH_THIS_PR_NUMBER/head
1317
ddev restart
1418
```
1519

docker-compose.solr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ddev-generated
22
services:
33
solr:
4+
image: ${SOLR_BASE_IMAGE:-solr:9.6}-${DDEV_SITENAME}-built
45
build:
56
dockerfile_inline: |
67
ARG SOLR_BASE_IMAGE="scratch"

0 commit comments

Comments
 (0)