Skip to content

Commit ca05c51

Browse files
author
Nelson Wang
committed
Updating splunk version
1 parent 51b834a commit ca05c51

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ SPLUNK_ANSIBLE_BRANCH ?= develop
77
SPLUNK_COMPOSE ?= cluster_absolute_unit.yaml
88
# Set Splunk version/build parameters here to define downstream URLs and file names
99
SPLUNK_PRODUCT := splunk
10-
SPLUNK_VERSION := 7.3.2
11-
SPLUNK_BUILD := c60db69f8e32
10+
SPLUNK_VERSION := 8.0.0
11+
SPLUNK_BUILD := 1357bef0a7f6
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

base/redhat-8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal
2020
LABEL name="splunk" \
2121
maintainer="support@splunk.com" \
2222
vendor="splunk" \
23-
version="7.3.2" \
23+
version="8.0.0" \
2424
release="1" \
2525
summary="UBI 8 Docker image of Splunk Enterprise" \
2626
description="Splunk Enterprise is a platform for operational intelligence. Our software lets you collect, analyze, and act upon the untapped value of big data that your technology infrastructure, security systems, and business applications generate. It gives you insights to drive operational performance and business results."

tests/test_docker_splunk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
global platform
4444
platform = "debian-9"
45-
OLD_SPLUNK_VERSION = "7.2.7"
45+
OLD_SPLUNK_VERSION = "7.3.2"
4646

4747

4848
def generate_random_string():

0 commit comments

Comments
 (0)