We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363a81d commit 91bbfc9Copy full SHA for 91bbfc9
splunk/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM docker.io/splunk/splunk@sha256:ec4479b588a6c6edf62bdc812fac92a563a1f0384dc63f9dbad55c35340fa763 AS builder
+FROM docker.io/splunk/splunk@sha256:b3bce598e330679170fdae1e7e02a492fd29049cf900a1cfe61e1b13bd9e0f28 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:ec4479b588a6c6edf62bdc812fac92a563a1f0384dc63f9dbad55c35340fa763
+FROM docker.io/splunk/splunk@sha256:b3bce598e330679170fdae1e7e02a492fd29049cf900a1cfe61e1b13bd9e0f28
24
25
26
0 commit comments