Skip to content
Merged
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: 3 additions & 1 deletion Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM registry.svc.ci.openshift.org/openshift/release:rhel-7-release-openshift-4.6 AS build
# This FROM is RHEL7 based because the CI based hadoop build requires a precise
# version of protobuf (2.5.0) which seems to be unavilable on RHEL8.
# version of protobuf (2.5.0) which is unavilable on RHEL8. Downstream
# production builds use RHEL8 for this builder image since protobuf 2.5.0 is not
# required and ARM builds require RHEL8.

RUN mkdir /build
COPY . /build
Expand Down