- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Release schedule for docker images
platformred
Explorer
12-16-2019
06:15 AM
What is the release schedule for docker images? It doesn't look as if the version of 7.2 that is patched against the 2020 datetime bug (https://docs.splunk.com/Documentation/Splunk/latest/ReleaseNotes/FixDatetimexml2020) has been released as a docker image.
We have 2 weeks to mitigate this Splunk bug, and it's Christmas, which translates to 3 working days remaining. Can we expect a docker image to be released that we can use?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
platformred
Explorer
12-17-2019
02:54 AM
Not an answer to the question, but I have built our own image of the forwarder which is patched against this bug. This is the Dockerfile I used:
FROM splunk/universalforwarder:7.x.x
LABEL maintainer="your@email.here"
COPY datetime.xml /var/opt/splunk/etc/datetime.xml
