File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
2
2
# This FROM is RHEL7 based because the CI based hadoop build requires a precise
3
3
# version of protobuf (2.5.0) which is unavilable on RHEL8. Downstream
4
4
# production builds use RHEL8 for this builder image since protobuf 2.5.0 is not
@@ -11,7 +11,7 @@ WORKDIR /build
11
11
COPY opt_maven_install.sh /tmp/
12
12
RUN chmod u+x /tmp/opt_maven_install.sh && /tmp/opt_maven_install.sh $OPENSHIFT_CI
13
13
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
15
15
16
16
RUN set -x; yum install --setopt=skip_missing_names_on_install=False -y \
17
17
java-1.8.0-openjdk \
You can’t perform that action at this time.
0 commit comments