diff --git a/Dockerfile.rhel8 b/Dockerfile.rhel8 index bbb5d1f9b5dc..827b325e041f 100644 --- a/Dockerfile.rhel8 +++ b/Dockerfile.rhel8 @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.8 AS build +FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.9 AS build RUN yum -y install --setopt=skip_missing_names_on_install=False curl @@ -9,7 +9,7 @@ WORKDIR /build COPY opt_maven_install.sh /tmp/ RUN chmod u+x /tmp/opt_maven_install.sh && /tmp/opt_maven_install.sh $OPENSHIFT_CI -FROM registry.ci.openshift.org/ocp/4.8:metering-hadoop +FROM registry.ci.openshift.org/ocp/4.9:metering-hadoop ENV HIVE_VERSION=2.3.3 ENV HIVE_HOME=/opt/hive