Skip to content

Commit 805f945

Browse files
authored
Merge pull request #220 from splunk/ubi8image-openshift
openshift comply
2 parents 5530060 + 236fb85 commit 805f945

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

base/redhat-8/Dockerfile

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,22 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# NOTE that since OpenShift Container Platform 3.11
16+
# the container catalog moved from registry.access.redhat.com to registry.redhat.io
17+
# So at some point before they deprecate the old registry we have to make sure that
18+
# we have access to the new registry and change where we pull the ubi image from.
1519
FROM registry.access.redhat.com/ubi8/ubi-minimal
16-
LABEL maintainer="support@splunk.com"
20+
LABEL name="splunk" \
21+
maintainer="support@splunk.com" \
22+
vendor="splunk" \
23+
version="7.3.1" \
24+
release="1" \
25+
summary="UBI 8 Docker image of Splunk Enterprise" \
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."
27+
28+
RUN mkdir /licenses; \
29+
curl -o /licenses/apache-2.0.txt https://www.apache.org/licenses/LICENSE-2.0.txt; \
30+
curl -o /licenses/EULA_Red_Hat_Universal_Base_Image_English_20190422.pdf https://www.redhat.com/licenses/EULA_Red_Hat_Universal_Base_Image_English_20190422.pdf
1731

1832
COPY install.sh /install.sh
19-
COPY EULA_Red_Hat_Universal_Base_Image_English_20190422.pdf /EULA_Red_Hat_Universal_Base_Image_English_20190422.pdf
2033
RUN /install.sh && rm -rf /install.sh
Binary file not shown.

0 commit comments

Comments
 (0)