Skip to content

Commit 13e91b9

Browse files
committed
Added prerequisites for OpenShift image
1 parent 73d09c8 commit 13e91b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile.rh

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
# limitations under the License.
1616
#
1717

18+
# Build an OpenShift image.
19+
# Before running docker build, make sure
20+
# 1. Your Docker version is >= 18.09
21+
# 2. export DOCKER_BUILDKIT=1
22+
1823
ARG SPARK_IMAGE=gcr.io/spark-operator/spark:v2.4.0
1924

2025
FROM golang:1.11.2-alpine as builder

0 commit comments

Comments
 (0)