File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ SPLUNK_ANSIBLE_BRANCH ?= develop
7
7
SPLUNK_COMPOSE ?= cluster_absolute_unit.yaml
8
8
# Set Splunk version/build parameters here to define downstream URLs and file names
9
9
SPLUNK_PRODUCT := splunk
10
- SPLUNK_VERSION := 8.2.1
11
- SPLUNK_BUILD := ddff1c41e5cf
10
+ SPLUNK_VERSION := 8.2.3
11
+ SPLUNK_BUILD := cd0848707637
12
12
ifeq ($(shell arch) , s390x)
13
13
SPLUNK_ARCH = s390x
14
14
else
Original file line number Diff line number Diff line change 16
16
# the container catalog moved from registry.access.redhat.com to registry.redhat.io
17
17
# So at some point before they deprecate the old registry we have to make sure that
18
18
# 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
20
20
21
21
LABEL name="splunk" \
22
22
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ microdnf -y --nodocs update gnutls kernel-headers librepo libnghttp2 nettle \
34
34
rpm rpm-libs
35
35
36
36
# 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
38
38
39
39
# Install Python and necessary packages
40
40
PY_SHORT=${PYTHON_VERSION% .* }
Original file line number Diff line number Diff line change @@ -62,6 +62,19 @@ Red Hat images will continue to be published.
62
62
63
63
---
64
64
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
+
65
78
## 8.2.2
66
79
67
80
#### What's New?
You can’t perform that action at this time.
0 commit comments