Skip to content

Commit 23a0ebc

Browse files
authored
Merge pull request #521 from splunk/develop
Release/8.2.3
2 parents 88ec4ae + d2cffd5 commit 23a0ebc

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

Makefile

Lines changed: 3 additions & 3 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 := 8.2.2
11-
SPLUNK_BUILD := 87344edfcdb4
10+
SPLUNK_VERSION := 8.2.3
11+
SPLUNK_BUILD := cd0848707637
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else
@@ -140,7 +140,7 @@ bare-centos-7: base-centos-7
140140
--build-arg SPLUNK_BUILD_URL=${SPLUNK_LINUX_BUILD_URL} \
141141
--target bare -t bare-centos-7:${IMAGE_VERSION} .
142142

143-
bare-centos-8: base-centos-7
143+
bare-centos-8: base-centos-8
144144
docker build ${DOCKER_BUILD_FLAGS} \
145145
-f splunk/common-files/Dockerfile \
146146
--build-arg SPLUNK_BASE_IMAGE=base-centos-8 \

base/redhat-8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# the container catalog moved from registry.access.redhat.com to registry.redhat.io
1717
# So at some point before they deprecate the old registry we have to make sure that
1818
# we have access to the new registry and change where we pull the ubi image from.
19-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4-208
19+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4-210
2020

2121
LABEL name="splunk" \
2222
maintainer="[email protected]" \

base/redhat-8/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ microdnf -y --nodocs update gnutls kernel-headers librepo libnghttp2 nettle \
3434
rpm rpm-libs
3535

3636
# Reinstall tzdata (originally stripped from minimal image): https://bugzilla.redhat.com/show_bug.cgi?id=1903219
37-
microdnf -y --nodocs reinstall tzdata
37+
microdnf -y --nodocs reinstall tzdata || microdnf -y --nodocs update tzdata
3838

3939
# Install Python and necessary packages
4040
PY_SHORT=${PYTHON_VERSION%.*}

docs/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,19 @@ Red Hat images will continue to be published.
6262

6363
---
6464

65+
## 8.2.3
66+
67+
#### What's New?
68+
* Releasing new images to support Splunk Enterprise release.
69+
70+
#### docker-splunk changes:
71+
* Bumping Splunk version. For details, see [Fixed issues for 8.2.3](https://docs.splunk.com/Documentation/Splunk/8.2.3/ReleaseNotes/Fixedissues)
72+
73+
#### splunk-ansible changes:
74+
* Bugfixes
75+
76+
---
77+
6578
## 8.2.2
6679

6780
#### What's New?

0 commit comments

Comments
 (0)