Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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