From 6095573cc8eaea9a687f5b8086beda151fff2336 Mon Sep 17 00:00:00 2001 From: Brent Boe Date: Mon, 16 Sep 2019 12:44:45 -0700 Subject: [PATCH] Revert 7.3.1 --- Makefile | 4 ++-- base/redhat-8/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1b7ff053..28e4508f 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ SPLUNK_ANSIBLE_BRANCH ?= develop SPLUNK_COMPOSE ?= cluster_absolute_unit.yaml # Set Splunk version/build parameters here to define downstream URLs and file names SPLUNK_PRODUCT := splunk -SPLUNK_VERSION := 7.3.1 -SPLUNK_BUILD := bd63e13aa157 +SPLUNK_VERSION := 7.3.0 +SPLUNK_BUILD := 657388c7a488 ifeq ($(shell arch), s390x) SPLUNK_ARCH = s390x else diff --git a/base/redhat-8/Dockerfile b/base/redhat-8/Dockerfile index aec43604..af730957 100644 --- a/base/redhat-8/Dockerfile +++ b/base/redhat-8/Dockerfile @@ -20,7 +20,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal LABEL name="splunk" \ maintainer="support@splunk.com" \ vendor="splunk" \ - version="7.3.1" \ + version="7.3.0" \ release="1" \ summary="UBI 8 Docker image of Splunk Enterprise" \ 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."