Skip to content

Commit

Permalink
Added prerequisites for OpenShift image
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchaoran2011 committed Dec 11, 2018
1 parent 73d09c8 commit 13e91b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile.rh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
# limitations under the License.
#

# Build an OpenShift image.
# Before running docker build, make sure
# 1. Your Docker version is >= 18.09
# 2. export DOCKER_BUILDKIT=1

ARG SPARK_IMAGE=gcr.io/spark-operator/spark:v2.4.0

FROM golang:1.11.2-alpine as builder
Expand Down

0 comments on commit 13e91b9

Please sign in to comment.