We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd60846 + 9b2714a commit 7b3e703Copy full SHA for 7b3e703
splunk/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM docker.io/splunk/splunk@sha256:2093e858851f4ad8d1238971628a72b6b635e97d9a12c59fc2b6d276c14c4721 AS builder
+FROM docker.io/splunk/splunk@sha256:4689dc4a088fbd33aacd1772dd557d709d23b176e816481fb8e888ccd5c71d3d AS builder
2
3
ENV SPLUNK_START_ARGS=--accept-license
4
@@ -20,7 +20,7 @@ RUN microdnf install -y jq --disablerepo="*" --enablerepo="ubi-8-appstream-rpms"
20
USER ansible
21
RUN bash -o errexit /opt/splunk/pre-run.sh
22
23
-FROM docker.io/splunk/splunk@sha256:2093e858851f4ad8d1238971628a72b6b635e97d9a12c59fc2b6d276c14c4721
+FROM docker.io/splunk/splunk@sha256:4689dc4a088fbd33aacd1772dd557d709d23b176e816481fb8e888ccd5c71d3d
24
25
26
0 commit comments