Skip to content

Commit 842b8a0

Browse files
Splunk version updated to latest.
1 parent 4c5562f commit 842b8a0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- 1.8
1515
splunk-version:
1616
- "8.0"
17-
- "8.2.0"
17+
- "latest"
1818
runs-on: ${{ matrix.os }}
1919

2020
services:

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ version: '3.6'
22

33
services:
44
splunk:
5-
image: "splunk/splunk:8.0"
5+
image: "splunk/splunk:latest"
66
container_name: splunk
77
environment:
88
- SPLUNK_START_ARGS=--accept-license
99
- SPLUNK_HEC_TOKEN=11111111-1111-1111-1111-1111111111113
1010
- SPLUNK_PASSWORD=changed!
1111
- SPLUNK_APPS_URL=https://github.com/splunk/sdk-app-collection/releases/download/v1.1.0/sdkappcollection.tgz
12+
- JAVA_VERSION=openjdk:8
1213
ports:
1314
- 8000:8000
1415
- 8088:8088

0 commit comments

Comments
 (0)