Skip to content

Commit

Permalink
Updating hive images to be consistent with ART
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team committed Jun 16, 2021
1 parent 25122f5 commit d5bd284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.rhel8
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit d5bd284

Please sign in to comment.