We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395de09 commit 7e7457aCopy full SHA for 7e7457a
splunk/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM docker.io/splunk/splunk@sha256:3b725dfd03691f75d453515d96a5987ebf3cd5e0776e5621f6ed4a10b3c0d49c AS builder
+FROM docker.io/splunk/splunk@sha256:4f798b8dfa75512c5b69b4f162c686e7b194e980559dd40fed78aadc417381be 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:3b725dfd03691f75d453515d96a5987ebf3cd5e0776e5621f6ed4a10b3c0d49c
+FROM docker.io/splunk/splunk@sha256:4f798b8dfa75512c5b69b4f162c686e7b194e980559dd40fed78aadc417381be
24
25
26
0 commit comments