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
Converting redhat + debian platforms to py3 (#444)
* Converting redhat + debian platforms to py3
* Fixing py2 installation in py23 images
* Feature/bump rhel version (#448)
* Bumping ubi8 base from 8.3-201 to 8.3-230
* Patching security release for python3-apt
* Updating p11-kit for CVE-2020-29363
* Adding CVE to whitelist due to false positives
* Making python3 default in py23 images
Copy file name to clipboardExpand all lines: base/redhat-8/Dockerfile
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Copyright 2018-2020 Splunk
1
+
# Copyright 2018-2021 Splunk
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
@@ -16,7 +16,8 @@
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.2-267
19
+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3-230
20
+
20
21
LABEL name="splunk" \
21
22
maintainer="support@splunk.com" \
22
23
vendor="splunk" \
@@ -25,7 +26,8 @@ LABEL name="splunk" \
25
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