Skip to content

Commit f587bfe

Browse files
Merge pull request kube-reporting#72 from openshift-bot/art-consistency-openshift-4.8-hadoop
Updating hadoop builder & base images to be consistent with ART
2 parents cac4ad9 + 55fa29c commit f587bfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.rhel

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/openshift/release:rhel-7-release-openshift-4.7 AS build
1+
FROM registry.ci.openshift.org/openshift/release:rhel-7-release-openshift-4.8 AS build
22
# This FROM is RHEL7 based because the CI based hadoop build requires a precise
33
# version of protobuf (2.5.0) which is unavilable on RHEL8. Downstream
44
# production builds use RHEL8 for this builder image since protobuf 2.5.0 is not
@@ -11,7 +11,7 @@ WORKDIR /build
1111
COPY opt_maven_install.sh /tmp/
1212
RUN chmod u+x /tmp/opt_maven_install.sh && /tmp/opt_maven_install.sh $OPENSHIFT_CI
1313

14-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.7
14+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.8
1515

1616
RUN set -x; yum install --setopt=skip_missing_names_on_install=False -y \
1717
java-1.8.0-openjdk \

0 commit comments

Comments
 (0)