You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: base/redhat-8/Dockerfile
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
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.7-1049.1675784874
19
+
FROM registry.access.redhat.com/ubi8/ubi-minimal
20
20
21
21
LABEL name="splunk" \
22
22
maintainer="support@splunk.com" \
@@ -25,11 +25,10 @@ LABEL name="splunk" \
25
25
summary="UBI 8 Docker image of Splunk Enterprise" \
26
26
description="Splunk Enterprise is a platform for operational intelligence. Our software lets you collect, analyze, and act upon the untapped value of big data that your technology infrastructure, security systems, and business applications generate. It gives you insights to drive operational performance and business results."
0 commit comments