We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5562f commit 842b8a0Copy full SHA for 842b8a0
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
- 1.8
15
splunk-version:
16
- "8.0"
17
- - "8.2.0"
+ - "latest"
18
runs-on: ${{ matrix.os }}
19
20
services:
docker-compose.yml
@@ -2,13 +2,14 @@ version: '3.6'
2
3
4
splunk:
5
- image: "splunk/splunk:8.0"
+ image: "splunk/splunk:latest"
6
container_name: splunk
7
environment:
8
- SPLUNK_START_ARGS=--accept-license
9
- SPLUNK_HEC_TOKEN=11111111-1111-1111-1111-1111111111113
10
- SPLUNK_PASSWORD=changed!
11
- SPLUNK_APPS_URL=https://github.com/splunk/sdk-app-collection/releases/download/v1.1.0/sdkappcollection.tgz
12
+ - JAVA_VERSION=openjdk:8
13
ports:
- 8000:8000
- 8088:8088
0 commit comments